Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.cc386 auto* gpu_delegate = GetGpuDelegate(params->delegate); in DelegatePrepare() local
425 auto* gpu_delegate = GetGpuDelegate(delegate); in DelegateCopyFromBufferHandle() local
438 auto* gpu_delegate = GetGpuDelegate(delegate); in DelegateCopyToBufferHandle() local
472 auto* gpu_delegate = new tflite::gpu::gl::Delegate(options); in TfLiteGpuDelegateCreate() local
483 auto* gpu_delegate = tflite::gpu::gl::GetGpuDelegate(delegate); in TfLiteGpuDelegateBindBufferToTensor() local
Ddelegate.cc477 auto* gpu_delegate = GetDelegate(params->delegate); in DelegatePrepare() local
531 auto* gpu_delegate = GetDelegate(delegate); in DelegatePrepare() local
565 auto* gpu_delegate = new tflite::gpu::Delegate(options); in TfLiteGpuDelegateV2Create() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc317 auto* gpu_delegate = GetDelegate(params->delegate); in DelegatePrepare() local
372 auto* gpu_delegate = new tflite::gpu::cl::Delegate(options); in TfLiteGpuDelegateCreate_New() local
383 auto* gpu_delegate = tflite::gpu::cl::GetDelegate(delegate); in TfLiteGpuDelegateBindGlBufferToTensor() local
406 auto* gpu_delegate = tflite::gpu::cl::GetDelegate(delegate); in TfLiteGpuDelegateGetSerializedBinaryCache() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Ddelegate_testing.cc171 auto* gpu_delegate = TfLiteGpuDelegateV2Create(&options); in main() local