Searched refs:OwnsMemory (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/flex/ | ||
D | buffer_map.cc | 40 bool OwnsMemory() const override { return false; } in OwnsMemory() function in tflite::flex::__anona9db58f80111::BaseTfLiteTensorBuffer |
/external/tensorflow/tensorflow/python/lib/core/ | ||
D | py_func.cc | 329 bool OwnsMemory() const override { return false; } in OwnsMemory() function in tensorflow::NumpyTensorBuffer |
/external/tensorflow/tensorflow/core/framework/ | ||
D | tensor.h | 704 virtual bool OwnsMemory() const { return true; } in OwnsMemory() function |
D | tensor.cc | 684 buf_->root_buffer()->RefCountIsOne() && buf_->OwnsMemory(); in RefCountIsOne() |
/external/tensorflow/tensorflow/c/ | ||
D | c_api.cc | 169 bool OwnsMemory() const override { return false; } in OwnsMemory() function in __anonef860cf70111::TF_ManagedBuffer |