Home
last modified time | relevance | path

Searched refs:gpu_index (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.cc592 const int gpu_index = GetLinearIndex(b, x, y, d, s, c); in DataFromBHWDC() local
593 dst[gpu_index] = value; in DataFromBHWDC()
620 const int gpu_index = GetLinearIndex(b, x, y, d, s, c); in DataToBHWDC() local
621 dst[cpu_index] = src[gpu_index]; in DataToBHWDC()
/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c253 int32_t gpu_index; member
377 chunk->gpu_index = 0; in radv_fill_sqtt_asic_info()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py949 gpu_index = -1
952 gpu_index += 1
959 visible_device_list.append(str(gpu_index))
/external/tensorflow/tensorflow/python/framework/
Dops.py1100 def gpu(self, gpu_index=0): argument
1111 return self._copy(context.context(), "GPU:" + str(gpu_index))