Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h353 uint64_t image3d_max_height; member
415 uint64_t image3d_max_height; member
Dgpu_info.cc990 return opencl_info.image3d_max_height; in GetMaxImage3DHeight()
992 return metal_info.image3d_max_height; in GetMaxImage3DHeight()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_device.cc50 gpu_info.metal_info.image3d_max_height = 2048; in CreateGpuInfoFromMetalDevice()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc251 info.opencl_info.image3d_max_height = in GpuInfoFromDeviceID()