| 83 | |
| 84 | size_t size() const override { return len_; } |
| 85 | TensorBuffer* root_buffer() override { return this; } |
| 86 | void FillAllocationDescription( |
| 87 | tensorflow::AllocationDescription* proto) const override { |
| 88 | tensorflow::int64 rb = size(); |
no outgoing calls
no test coverage detected