Home
last modified time | relevance | path

Searched refs:GetMaxImage3DDepth (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc49 slices * shape.d <= gpu_info.GetMaxImage3DDepth(); in CanCreateTensorWithShape()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h360 uint64_t GetMaxImage3DDepth() const;
Dgpu_info.cc644 uint64_t GpuInfo::GetMaxImage3DDepth() const { in GetMaxImage3DDepth() function in tflite::gpu::GpuInfo