Searched refs:host_temp_bytes (Results 1 – 3 of 3) sorted by relevance
137 exec_mem.set_host_temp_bytes(exec_mem.host_temp_bytes() + in AddMemoryStats()179 exec_mem.host_temp_bytes() + in AddMemoryStats()183 exec_mem.host_temp_bytes() + exec_mem.accelerator_temp_bytes(); in AddMemoryStats()
157 int64_t host_temp_bytes() const { in host_temp_bytes() function158 int64_t host_temp_bytes = 0; in host_temp_bytes() local160 host_temp_bytes += exec.host_temp_bytes(); in host_temp_bytes()162 return host_temp_bytes; in host_temp_bytes()625 int64_t host_temp_bytes(int64_t step) const { in host_temp_bytes() function630 return exec->second.host_temp_bytes(); in host_temp_bytes()
132 int64 host_temp_bytes = 2; field