Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h352 uint64_t image3d_max_width; member
414 uint64_t image3d_max_width; member
Dgpu_info.cc979 return opencl_info.image3d_max_width; in GetMaxImage3DWidth()
981 return metal_info.image3d_max_width; in GetMaxImage3DWidth()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_device.cc49 gpu_info.metal_info.image3d_max_width = 2048; in CreateGpuInfoFromMetalDevice()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc249 info.opencl_info.image3d_max_width = in GpuInfoFromDeviceID()