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

Method root_buffer

tensorflow/c/tf_tensor.cc:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 1

TF_TensorMaybeMoveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected