Home
last modified time | relevance | path

Searched refs:allocator_bytes_in_use (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.cc101 std::max(static_cast<int64_t>(exec_mem.allocator_bytes_in_use()), in AddMemoryStats()
102 static_cast<int64_t>(mem.allocator_bytes_in_use()))); in AddMemoryStats()
H A Dtfprof_node.h178 std::map<int64_t, int64_t> allocator_bytes_in_use() const { in allocator_bytes_in_use() function
181 bytes_in_use[exec.memory_micros()] = exec.allocator_bytes_in_use(); in allocator_bytes_in_use()
640 const std::map<int64_t, int64_t> allocator_bytes_in_use(int64_t step) const { in allocator_bytes_in_use() function
645 return exec->second.allocator_bytes_in_use(); in allocator_bytes_in_use()
H A Dtfprof_timeline.cc171 for (const auto& bytes_in_use : node->node->allocator_bytes_in_use(step)) { in TrackNode()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dstep_stats.proto34 int64 allocator_bytes_in_use = 5; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_log.proto146 int64 allocator_bytes_in_use = 10; 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.h410 ::int64_t allocator_bytes_in_use() const; in Swap()
1720 inline ::int64_t AllocatorMemoryUsed::allocator_bytes_in_use() const { in allocator_bytes_in_use() function