| 894 | return root_->GetAllocatedBytes(out_bytes); |
| 895 | } |
| 896 | void FillAllocationDescription(AllocationDescription* proto) const override { |
| 897 | root_->FillAllocationDescription(proto); |
| 898 | } |
| 899 | |
| 900 | private: |
| 901 | TensorBuffer* root_; |
nothing calls this directly
no test coverage detected