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

Method OwnsMemory

tensorflow/core/framework/tensor.h:91–91  ·  view source on GitHub ↗

\brief Whether this TensorBuffer owns the underlying memory.

Source from the content-addressed store, hash-verified

89
90 /// \brief Whether this TensorBuffer owns the underlying memory.
91 virtual bool OwnsMemory() const { return true; }
92
93 private:
94 void* const data_;

Callers 1

RefCountIsOneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected