| 890 | |
| 891 | size_t size() const override { return sizeof(T) * elem_; } |
| 892 | TensorBuffer* root_buffer() override { return root_; } |
| 893 | bool GetAllocatedBytes(size_t* out_bytes) const override { |
| 894 | return root_->GetAllocatedBytes(out_bytes); |
| 895 | } |
no outgoing calls
no test coverage detected