Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc102 std::max(static_cast<int64>(exec_mem.allocator_bytes_in_use()), in AddMemoryStats()
103 static_cast<int64>(mem.allocator_bytes_in_use()))); in AddMemoryStats()
Dtfprof_node.h179 std::map<int64, int64> allocator_bytes_in_use() const { in allocator_bytes_in_use() function
182 bytes_in_use[exec.memory_micros()] = exec.allocator_bytes_in_use(); in allocator_bytes_in_use()
641 const std::map<int64, int64> allocator_bytes_in_use(int64 step) const { in allocator_bytes_in_use() function
646 return exec->second.allocator_bytes_in_use(); in allocator_bytes_in_use()
Dtfprof_timeline.cc168 for (const auto& bytes_in_use : node->node->allocator_bytes_in_use(step)) { in TrackNode()
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto32 int64 allocator_bytes_in_use = 5; field
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto145 int64 allocator_bytes_in_use = 10; field