Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc358 inline DelegateKernel* GetDelegateKernel(TfLiteNode* node) { in GetDelegateKernel() function
397 auto* gpu_delegate_kernel = GetDelegateKernel(node); in DelegatePrepare()
412 const auto status = GetDelegateKernel(node)->Invoke(context); in DelegatePrepare()