Home
last modified time | relevance | path

Searched refs:persistent_tensor_alloc_ids (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dstep_stats.proto47 repeated int64 persistent_tensor_alloc_ids = 5; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dstep_stats.pb.h720 ::int64_t persistent_tensor_alloc_ids(int index) const; in Swap()
724 persistent_tensor_alloc_ids() const; in Swap()
1894 inline ::int64_t MemoryStats::persistent_tensor_alloc_ids(int index) const { in persistent_tensor_alloc_ids() function
1914 MemoryStats::persistent_tensor_alloc_ids() const { in persistent_tensor_alloc_ids() function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcostmodel.cc330 for (int64_t alloc_id : memory_stats.persistent_tensor_alloc_ids()) { in RecordMemoryStats()