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

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.cc 141 exec_mem.host_persistent_bytes() +
179 residual_bytes += exec_mem.host_persistent_bytes() +
181 requested_bytes += exec_mem.host_persistent_bytes() +
185 peak_bytes += exec_mem.host_persistent_bytes() +
tfprof_node.h 172 int64 host_persistent_bytes() const { function in class:tensorflow::tfprof::ExecStep
173 int64 host_persistent_bytes = 0; local
175 host_persistent_bytes += exec.host_persistent_bytes();
177 return host_persistent_bytes;

Completed in 59 milliseconds