Lines Matching refs:nn

48 using CompilationBuilder = nn::CompilationBuilder;
49 using Device = nn::Device;
50 using SharedDevice = nn::SharedDevice;
51 using DeviceManager = nn::DeviceManager;
53 using PreparedModelCallback = nn::PreparedModelCallback;
54 using SampleDriver = nn::sample_driver::SampleDriver;
55 using WrapperCompilation = nn::test_wrapper::Compilation;
56 using WrapperEvent = nn::test_wrapper::Event;
57 using WrapperExecution = nn::test_wrapper::Execution;
58 using WrapperModel = nn::test_wrapper::Model;
59 using WrapperOperandType = nn::test_wrapper::OperandType;
60 using WrapperResult = nn::test_wrapper::Result;
61 using WrapperType = nn::test_wrapper::Type;
62 using nn::convertToV1_0;
63 using nn::convertToV1_3;
64 using nn::ErrorStatus;
191 nn::ExecutionBurstServer::create(callback, requestChannel, resultChannel, this); in configureExecutionBurst()
338 android::nn::initVLogMask(); in getCapabilities_1_3()
344 nn::nonExtensionOperandPerformance<nn::HalVersion::V1_3>(kPerf), in getCapabilities_1_3()
353 if (nn::validateModel(model)) { in getSupportedOperations_1_3()
367 const nn::HalCacheToken& token, in prepareModel_1_3()
398 const nn::HalCacheToken& token, in prepareModel_1_2()
454 return prepareModel_1_1(nn::convertToV1_1(model), in prepareModel()
492 const nn::HalCacheToken& token, in prepareModel_1_2()
523 const nn::HalCacheToken& token, const sp<V1_2::IPreparedModelCallback>& callback) { in prepareModelFromCache()
604 nn::makeSharedDevice(deviceName, new DriverClass(deviceName, errorStatus))); in TestCompilation()
607 nn::ModelBuilder* m = reinterpret_cast<nn::ModelBuilder*>(model->getHandle()); in TestCompilation()
664 nn::makeSharedDevice(kName, new DriverClass(kName.c_str(), kForceErrorStatus))); in ExecutionTestTemplate()