HomeSort by relevance Sort by last modified time
    Searched refs:host_temp_bytes (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.cc 138 exec_mem.set_host_temp_bytes(exec_mem.host_temp_bytes() +
183 exec_mem.host_temp_bytes() +
187 exec_mem.host_temp_bytes() + exec_mem.accelerator_temp_bytes();
tfprof_node.h 158 int64 host_temp_bytes() const { function in class:tensorflow::tfprof::ExecStep
159 int64 host_temp_bytes = 0; local
161 host_temp_bytes += exec.host_temp_bytes();
163 return host_temp_bytes;
626 int64 host_temp_bytes(int64 step) const { function in class:tensorflow::tfprof::TFGraphNode
631 return exec->second.host_temp_bytes();

Completed in 80 milliseconds