| 187 | size_t size() const override { return expected_size_; } |
| 188 | |
| 189 | TensorBuffer* root_buffer() override { return this; } |
| 190 | |
| 191 | void FillAllocationDescription(AllocationDescription* proto) const override { |
| 192 | proto->set_allocated_bytes(actual_size_); |
no outgoing calls