Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dgpu_info.h473 uint64_t GetMaxMemoryAllocationSize() const;
H A Dgpu_info.cc1021 uint64_t GpuInfo::GetMaxMemoryAllocationSize() const { in GetMaxMemoryAllocationSize() function in tflite::gpu::GpuInfo
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dtensor_desc.cc1403 if (allocation_size > gpu_info.GetMaxMemoryAllocationSize()) { in CanCreateTensorWithShape()
1407 gpu_info.GetMaxMemoryAllocationSize(), " bytes. ", common_desc)); in CanCreateTensorWithShape()