MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / FillAllocationDescription

Method FillAllocationDescription

tensorflow/core/framework/tensor.cc:896–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected