Searched refs:accelerator_temp_bytes (Results 1 – 3 of 3) sorted by relevance
144 exec_mem.accelerator_temp_bytes() + in AddMemoryStats()180 exec_mem.accelerator_temp_bytes(); in AddMemoryStats()183 exec_mem.host_temp_bytes() + exec_mem.accelerator_temp_bytes(); in AddMemoryStats()
150 int64_t accelerator_temp_bytes() const { in accelerator_temp_bytes() function151 int64_t accelerator_temp_bytes = 0; in accelerator_temp_bytes() local153 accelerator_temp_bytes += exec.accelerator_temp_bytes(); in accelerator_temp_bytes()155 return accelerator_temp_bytes; in accelerator_temp_bytes()618 int64_t accelerator_temp_bytes(int64_t step) const { in accelerator_temp_bytes() function623 return exec->second.accelerator_temp_bytes(); in accelerator_temp_bytes()
134 int64 accelerator_temp_bytes = 4; field