Searched refs:ANeuralNetworksExecution_compute (Results 1 – 5 of 5) sorted by relevance
938 inline int ANeuralNetworksExecution_compute( in ANeuralNetworksExecution_compute() function940 LOAD_FUNCTION(ANeuralNetworksExecution_compute); in ANeuralNetworksExecution_compute()
814 int (*ANeuralNetworksExecution_compute)(ANeuralNetworksExecution* execution); member
180 LOAD_FUNCTION_OPTIONAL(libneuralnetworks, ANeuralNetworksExecution_compute); in LoadNnApi()
129 EXPECT_EQ(nnapi->ANeuralNetworksExecution_compute, nullptr); in TEST()
1128 context, nnapi_->ANeuralNetworksExecution_compute(execution)); in Invoke()