Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc35 return buffer_size <= gpu_info.GetMaxBufferSize(); in CanCreateTensorWithShape()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h361 uint64_t GetMaxBufferSize() const;
Dgpu_info.cc651 uint64_t GpuInfo::GetMaxBufferSize() const { in GetMaxBufferSize() function in tflite::gpu::GpuInfo
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc509 if (bufferSize > device->GetInfo().GetMaxBufferSize()) { in AllocateMemoryForBuffers()
514 std::to_string(device->GetInfo().GetMaxBufferSize()); in AllocateMemoryForBuffers()