Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc141 exec_mem.host_persistent_bytes() + in AddMemoryStats()
179 residual_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats()
181 requested_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats()
185 peak_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats()
Dtfprof_node.h172 int64 host_persistent_bytes() const { in host_persistent_bytes() function
173 int64 host_persistent_bytes = 0; in host_persistent_bytes() local
175 host_persistent_bytes += exec.host_persistent_bytes(); in host_persistent_bytes()
177 return host_persistent_bytes; in host_persistent_bytes()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto132 int64 host_persistent_bytes = 3; field