Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc41 if (allocation_size > gpu_info.GetMaxMemoryAllocationSize()) { in CanCreateTensorWithShape()
45 gpu_info.GetMaxMemoryAllocationSize(), " bytes. ", common_desc)); in CanCreateTensorWithShape()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h392 uint64_t GetMaxMemoryAllocationSize() const;
Dgpu_info.cc697 uint64_t GpuInfo::GetMaxMemoryAllocationSize() const { in GetMaxMemoryAllocationSize() function in tflite::gpu::GpuInfo