Searched refs:host_temp_bytes (Results 1 – 3 of 3) sorted by relevance
138 exec_mem.set_host_temp_bytes(exec_mem.host_temp_bytes() + in AddMemoryStats()183 exec_mem.host_temp_bytes() + in AddMemoryStats()187 exec_mem.host_temp_bytes() + exec_mem.accelerator_temp_bytes(); in AddMemoryStats()
158 int64 host_temp_bytes() const { in host_temp_bytes() function159 int64 host_temp_bytes = 0; in host_temp_bytes() local161 host_temp_bytes += exec.host_temp_bytes(); in host_temp_bytes()163 return host_temp_bytes; in host_temp_bytes()626 int64 host_temp_bytes(int64 step) const { in host_temp_bytes() function631 return exec->second.host_temp_bytes(); in host_temp_bytes()
131 int64 host_temp_bytes = 2; field