Lines Matching refs:nn

51 using CompilationBuilder = nn::CompilationBuilder;
52 using Device = nn::Device;
53 using DeviceManager = nn::DeviceManager;
54 using ExecutePreference = nn::test_wrapper::ExecutePreference;
55 using ExecutionBurstServer = nn::ExecutionBurstServer;
57 using Result = nn::test_wrapper::Result;
58 using SampleDriver = nn::sample_driver::SampleDriver;
59 using SamplePreparedModel = nn::sample_driver::SamplePreparedModel;
60 using SampleFencedExecutionCallback = nn::sample_driver::SampleFencedExecutionCallback;
61 using WrapperModel = nn::test_wrapper::Model;
62 using WrapperOperandType = nn::test_wrapper::OperandType;
63 using WrapperType = nn::test_wrapper::Type;
64 using nn::convertToV1_0;
65 using nn::convertToV1_3;
90 if (!android::nn::validateModel(model)) { in getSupportedOperations_1_3()
133 nn::nonExtensionOperandPerformance<nn::HalVersion::V1_3>(perfInfo), in DeviceSpecification()
145 DeviceManager::get()->forTest_registerDevice(nn::makeSharedDevice( in registerDevices()
237 std::vector<bool> ops(android::nn::kNumberOfOperationTypes, true); in TEST_F()
426 nn::kDefaultPriority13),
686 android::nn::initVLogMask(); in getCapabilities_1_3()
687 V1_3::Capabilities capabilities = nn::makeCapabilities(0.75f); in getCapabilities_1_3()
694 if (nn::validateModel(model)) { in getSupportedOperations_1_3()
705 if (nn::validateModel(model)) { in getSupportedOperations_1_2()
718 const hardware::hidl_vec<hardware::hidl_handle>&, const nn::HalCacheToken&, in prepareModel_1_3()
728 const hardware::hidl_vec<hardware::hidl_handle>&, const nn::HalCacheToken&, in prepareModel_1_2()
731 new TestPreparedModel12(nn::convertToV1_3(model), this, mSuccess)); in prepareModel_1_2()
739 new TestPreparedModel10(nn::convertToV1_3(model), this, mSuccess)); in prepareModel_1_1()
745 return prepareModel_1_1(nn::convertToV1_1(model), in prepareModel()
861 nn::makeSharedDevice(name, new TestDriver11(name, kSuccess))); in TEST_P()
868 nn::makeSharedDevice(name, new TestDriver13(name, kSuccess))); in TEST_P()
1180 nn::makeSharedDevice(name, new TestDriver11(name, Success::PASS_BOTH))); in TEST_F()
1197 nn::makeSharedDevice(name, new TestDriver11(name, Success::PASS_BOTH))); in TEST_F()
1245 nn::makeSharedDevice(name, new TestDriver11(name, Success::PASS_BOTH))); in TEST_F()
1341 nn::makeSharedDevice(name, new TestDriver11(name, Success::PASS_BOTH))); in TEST_F()
1362 nn::makeSharedDevice(name, new TestDriver13(name, Success::PASS_BOTH))); in TEST_F()
1399 nn::makeSharedDevice(name, new TestDriver13(name, Success::PASS_BOTH))); in TEST_F()
1423 std::vector<bool> addOnlyOp(android::nn::kNumberOfOperationTypes, false); in TEST_F()
1452 std::vector<bool> addOnlyOp(android::nn::kNumberOfOperationTypes, false); in TEST_F()
1473 std::vector<bool> addOnlyOp(android::nn::kNumberOfOperationTypes, false); in TEST_F()
1477 std::vector<bool> mulOnlyOp(android::nn::kNumberOfOperationTypes, false); in TEST_F()
1548 DeviceManager::get()->forTest_registerDevice(nn::makeSharedDevice(deviceName, newTestDriver())); in trial()