HomeSort by relevance Sort by last modified time
    Searched defs:Unref (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_reference.h 27 // with it is Unref it, which releases one of the references to the underlying
29 // IMPORTANT: If you do not call Unref(), you will likely leak tensor memory.
37 void Unref() const {
38 if (buf_) buf_->Unref();
  /external/tensorflow/tensorflow/core/lib/core/
refcount.h 37 bool Unref() const;
61 // Helper class to unref an object when out-of-scope.
66 if (obj_) obj_->Unref();
86 inline bool RefCounted::Unref() const {
  /external/tensorflow/tensorflow/core/lib/gtl/
inlined_vector_test.cc 67 Unref();
89 void Unref() const {
92 VLOG(5) << "[Unref: refcount " << *count_ << " on count @" << count_ << "]";
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 364 ~reffed_ptr() { if (ptr_) ptr_->Unref(this); }
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 240 milliseconds