Home
last modified time | relevance | path

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

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