Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc138 exec_mem.set_host_temp_bytes(exec_mem.host_temp_bytes() + in AddMemoryStats()
183 exec_mem.host_temp_bytes() + in AddMemoryStats()
187 exec_mem.host_temp_bytes() + exec_mem.accelerator_temp_bytes(); in AddMemoryStats()
Dtfprof_node.h158 int64 host_temp_bytes() const { in host_temp_bytes() function
159 int64 host_temp_bytes = 0; in host_temp_bytes() local
161 host_temp_bytes += exec.host_temp_bytes(); in host_temp_bytes()
163 return host_temp_bytes; in host_temp_bytes()
626 int64 host_temp_bytes(int64 step) const { in host_temp_bytes() function
631 return exec->second.host_temp_bytes(); in host_temp_bytes()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto131 int64 host_temp_bytes = 2; field