Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.h36 class NNAPIDelegateKernel; variable
40 using tflite::delegate::nnapi::NNAPIDelegateKernel;
319 std::unordered_map<int, NNAPIDelegateKernel*> delegate_state_cache;
367 NNAPIDelegateKernel* delegate_state);
370 NNAPIDelegateKernel* MaybeGetCachedDelegateKernel(
Dnnapi_delegate_disabled.cc60 using ::tflite::delegate::nnapi::NNAPIDelegateKernel;
68 NNAPIDelegateKernel* delegate_state) {} in CacheDelegateKernel()
70 NNAPIDelegateKernel* StatefulNnApiDelegate::Data::MaybeGetCachedDelegateKernel( in MaybeGetCachedDelegateKernel()
Dnnapi_delegate_kernel.h257 class NNAPIDelegateKernel {
259 explicit NNAPIDelegateKernel(
269 NNAPIDelegateKernel() : NNAPIDelegateKernel(NnApiImplementation()) {} in NNAPIDelegateKernel() function
270 ~NNAPIDelegateKernel() { in ~NNAPIDelegateKernel()
Dnnapi_delegate.cc2289 bool NNAPIDelegateKernel::Validate( in Validate()
3560 TfLiteStatus NNAPIDelegateKernel::Map( in Map()
4464 TfLiteStatus NNAPIDelegateKernel::Init(TfLiteContext* context, in Init()
4580 TfLiteStatus NNAPIDelegateKernel::Prepare(TfLiteContext* context, in Prepare()
4704 TfLiteStatus NNAPIDelegateKernel::GetOperationsSupportedByTargetNnApiDevices( in GetOperationsSupportedByTargetNnApiDevices()
4763 TfLiteStatus NNAPIDelegateKernel::Invoke(TfLiteContext* context, in Invoke()
5219 void NNAPIDelegateKernel::AddDequantizeOperatorsWhereNeeded( in AddDequantizeOperatorsWhereNeeded()
5273 TfLiteStatus NNAPIDelegateKernel::DensifyAndDequantizeConstTensor( in DensifyAndDequantizeConstTensor()
5454 NNAPIDelegateKernel::NnapiMappingUtilCInterfaceCreate() { in NnapiMappingUtilCInterfaceCreate()
5476 TfLiteStatus NNAPIDelegateKernel::AddOpsAndTensors( in AddOpsAndTensors()
[all …]
/external/tensorflow/tensorflow/lite/tools/delegates/compatibility/nnapi/
Dnnapi_compatibility_lib.cc51 if (NNAPIDelegateKernel::Validate( in CheckCompatibility()
/external/tensorflow/
DRELEASE.md6437 * Extracts `NNAPIDelegateKernel` from nnapi_delegate.cc
6905 * Extracts `NNAPIDelegateKernel` from nnapi_delegate.cc