Home
last modified time | relevance | path

Searched refs:accelerator_persistent_bytes (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc148 exec_mem.accelerator_persistent_bytes() + in AddMemoryStats()
180 exec_mem.accelerator_persistent_bytes(); in AddMemoryStats()
182 exec_mem.accelerator_persistent_bytes() + in AddMemoryStats()
186 exec_mem.accelerator_persistent_bytes() + in AddMemoryStats()
Dtfprof_node.h165 int64 accelerator_persistent_bytes() const { in accelerator_persistent_bytes() function
166 int64 accelerator_persistent_bytes = 0; in accelerator_persistent_bytes() local
168 accelerator_persistent_bytes += exec.accelerator_persistent_bytes(); in accelerator_persistent_bytes()
170 return accelerator_persistent_bytes; in accelerator_persistent_bytes()
633 int64 accelerator_persistent_bytes() const { in accelerator_persistent_bytes() function
637 exec.second.accelerator_persistent_bytes()); in accelerator_persistent_bytes()
Dtfprof_timeline.cc159 dev.tracked_allocations[0] += node->node->accelerator_persistent_bytes(); in TrackNode()
160 allocs[0] += node->node->accelerator_persistent_bytes(); in TrackNode()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto134 int64 accelerator_persistent_bytes = 5; field