Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc518 class NNAPIDelegateKernel { class
520 NNAPIDelegateKernel() { nnapi_ = NnApiImplementation(); } in NNAPIDelegateKernel() function in tflite::__anon2e5b0dd80111::NNAPIDelegateKernel
1329 const TfLiteRegistration NNAPIDelegateKernel::registration = {
1334 NNAPIDelegateKernel* kernel_state = new NNAPIDelegateKernel; in __anon2e5b0dd81702()
1340 delete reinterpret_cast<NNAPIDelegateKernel*>(buffer); in __anon2e5b0dd81802()
1344 NNAPIDelegateKernel* state = in __anon2e5b0dd81902()
1345 reinterpret_cast<NNAPIDelegateKernel*>(node->user_data); in __anon2e5b0dd81902()
1350 NNAPIDelegateKernel* state = in __anon2e5b0dd81a02()
1351 reinterpret_cast<NNAPIDelegateKernel*>(node->user_data); in __anon2e5b0dd81a02()
1402 if (NNAPIDelegateKernel::Map(context, registration->builtin_code, in NnApiDelegate()
[all …]