Home
last modified time | relevance | path

Searched defs:gpu_delegate (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc318 auto* gpu_delegate = GetDelegate(params->delegate); in DelegatePrepare() local
373 auto* gpu_delegate = new tflite::gpu::cl::Delegate(options); in TfLiteGpuDelegateCreate_New() local
384 auto* gpu_delegate = tflite::gpu::cl::GetDelegate(delegate); in TfLiteGpuDelegateBindGlBufferToTensor() local
407 auto* gpu_delegate = tflite::gpu::cl::GetDelegate(delegate); in TfLiteGpuDelegateGetSerializedBinaryCache() local
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.cc387 auto* gpu_delegate = GetGpuDelegate(params->delegate); in DelegatePrepare() local
426 auto* gpu_delegate = GetGpuDelegate(delegate); in DelegateCopyFromBufferHandle() local
439 auto* gpu_delegate = GetGpuDelegate(delegate); in DelegateCopyToBufferHandle() local
473 auto* gpu_delegate = new tflite::gpu::gl::Delegate(options); in TfLiteGpuDelegateCreate() local
484 auto* gpu_delegate = tflite::gpu::gl::GetGpuDelegate(delegate); in TfLiteGpuDelegateBindBufferToTensor() local
Ddelegate.cc372 auto* gpu_delegate = GetDelegate(params->delegate); in DelegatePrepare() local
426 auto* gpu_delegate = GetDelegate(delegate); in DelegatePrepare() local
459 auto* gpu_delegate = new tflite::gpu::Delegate(options); in TfLiteGpuDelegateV2Create() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Ddelegate_testing.cc137 auto* gpu_delegate = TfLiteGpuDelegateV2Create(&options); in main() local