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

Method OwnsMemory

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

Prevents input forwarding from mutating this buffer.

Source from the content-addressed store, hash-verified

92
93 // Prevents input forwarding from mutating this buffer.
94 bool OwnsMemory() const override { return false; }
95};
96
97} // namespace

Callers 1

TF_TensorMaybeMoveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected