Home
last modified time | relevance | path

Searched defs:OwnsMemory (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map_util.h36 inline bool OwnsMemory() const override { return false; } in OwnsMemory() function
/external/tensorflow/tensorflow/core/tfrt/utils/
Dfallback_tensor.cc43 bool OwnsMemory() const override { return false; } in OwnsMemory() function in tensorflow::tfrt_stub::__anonf555a6100111::ImmutableTensorBuffer
/external/tensorflow/tensorflow/c/
Dtf_tensor_internal.h63 bool OwnsMemory() const override { return owns_memory_; } in OwnsMemory() function
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt.h53 bool OwnsMemory() const override { return true; } in OwnsMemory() function
Dtf_jitrt.h62 bool OwnsMemory() const override { return owner_; } in OwnsMemory() function
/external/tensorflow/tensorflow/core/framework/
Dtensor.h97 virtual bool OwnsMemory() const { return true; } in OwnsMemory() function