Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc144 exec_mem.accelerator_temp_bytes() + in AddMemoryStats()
180 exec_mem.accelerator_temp_bytes(); in AddMemoryStats()
183 exec_mem.host_temp_bytes() + exec_mem.accelerator_temp_bytes(); in AddMemoryStats()
Dtfprof_node.h150 int64_t accelerator_temp_bytes() const { in accelerator_temp_bytes() function
151 int64_t accelerator_temp_bytes = 0; in accelerator_temp_bytes() local
153 accelerator_temp_bytes += exec.accelerator_temp_bytes(); in accelerator_temp_bytes()
155 return accelerator_temp_bytes; in accelerator_temp_bytes()
618 int64_t accelerator_temp_bytes(int64_t step) const { in accelerator_temp_bytes() function
623 return exec->second.accelerator_temp_bytes(); in accelerator_temp_bytes()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto134 int64 accelerator_temp_bytes = 4; field