Home
last modified time | relevance | path

Searched defs:gpu_index (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc1028 int gpu_index = GetLinearIndex(desc, shape, b, x, y, d, s, c); in DataFromBHWDC() local
1084 int gpu_index = GetLinearIndex(desc, shape, b, x, y, d, s, c); in DataToBHWDC() local
/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c253 int32_t gpu_index; member
/external/tensorflow/tensorflow/python/framework/
Dops.py1231 def gpu(self, gpu_index=0): argument