Searched refs:delegate (Results 1 – 1 of 1) sorted by relevance
75 const TfLiteDelegate* delegate) { in CountPartitionsDelegatedTo() argument79 [delegate]( in CountPartitionsDelegatedTo()81 return node_and_registration.first.delegate == delegate; in CountPartitionsDelegatedTo()88 const TfLiteDelegate* delegate) { in CountPartitionsDelegatedTo() argument93 result += CountPartitionsDelegatedTo(subgraph, delegate); in CountPartitionsDelegatedTo()451 std::unique_ptr<tflite::StatefulNnApiDelegate> delegate; in runCompilation() local479 delegate = std::make_unique<tflite::StatefulNnApiDelegate>(mNnApiSl->getFL5(), nnapi_options); in runCompilation()481 delegate = std::make_unique<tflite::StatefulNnApiDelegate>(nnapi_options); in runCompilation()483 int delegationStatus = interpreter->ModifyGraphWithDelegate(delegate.get()); in runCompilation()484 auto nnapiErrno = delegate->GetNnApiErrno(); in runCompilation()[all …]