Searched refs:NNAPIDelegateKernel (Results 1 – 6 of 6) sorted by relevance
36 class NNAPIDelegateKernel; variable40 using tflite::delegate::nnapi::NNAPIDelegateKernel;319 std::unordered_map<int, NNAPIDelegateKernel*> delegate_state_cache;367 NNAPIDelegateKernel* delegate_state);370 NNAPIDelegateKernel* MaybeGetCachedDelegateKernel(
60 using ::tflite::delegate::nnapi::NNAPIDelegateKernel;68 NNAPIDelegateKernel* delegate_state) {} in CacheDelegateKernel()70 NNAPIDelegateKernel* StatefulNnApiDelegate::Data::MaybeGetCachedDelegateKernel( in MaybeGetCachedDelegateKernel()
257 class NNAPIDelegateKernel {259 explicit NNAPIDelegateKernel(269 NNAPIDelegateKernel() : NNAPIDelegateKernel(NnApiImplementation()) {} in NNAPIDelegateKernel() function270 ~NNAPIDelegateKernel() { in ~NNAPIDelegateKernel()
2289 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 …]
51 if (NNAPIDelegateKernel::Validate( in CheckCompatibility()
6437 * Extracts `NNAPIDelegateKernel` from nnapi_delegate.cc6905 * Extracts `NNAPIDelegateKernel` from nnapi_delegate.cc