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.cc137 exec_mem.set_host_temp_bytes(exec_mem.host_temp_bytes() + in AddMemoryStats()
179 exec_mem.host_temp_bytes() + in AddMemoryStats()
183 exec_mem.host_temp_bytes() + exec_mem.accelerator_temp_bytes(); in AddMemoryStats()
Dtfprof_node.h157 int64_t host_temp_bytes() const { in host_temp_bytes() function
158 int64_t host_temp_bytes = 0; in host_temp_bytes() local
160 host_temp_bytes += exec.host_temp_bytes(); in host_temp_bytes()
162 return host_temp_bytes; in host_temp_bytes()
625 int64_t host_temp_bytes(int64_t step) const { in host_temp_bytes() function
630 return exec->second.host_temp_bytes(); in host_temp_bytes()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto132 int64 host_temp_bytes = 2; field