Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp807 class NnapiExecutor { class
810 static std::unique_ptr<NnapiExecutor> create(const ANeuralNetworksDevice* device, in create()
812 auto nnapi = std::make_unique<NnapiExecutor>(input, output); in create()
818 NnapiExecutor(AHardwareBuffer* input, AHardwareBuffer* output) in NnapiExecutor() function in android::nn::__anon4c07f1690110::NnapiExecutor
959 auto nnapi = NnapiExecutor<dataType>::create(kDevice, mGpuOutput, mNnapiOutput); in runTest()