Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp789 const TestModel& testModel, TestKind testKind) { in EvaluatePreparedModel()
796 case TestKind::GENERAL: { in EvaluatePreparedModel()
802 case TestKind::DYNAMIC_SHAPE: { in EvaluatePreparedModel()
808 case TestKind::MEMORY_DOMAIN: { in EvaluatePreparedModel()
814 case TestKind::FENCED_COMPUTE: { in EvaluatePreparedModel()
820 case TestKind::QUANTIZATION_COUPLING: { in EvaluatePreparedModel()
824 case TestKind::INTINITE_LOOP_TIMEOUT: { in EvaluatePreparedModel()
880 void Execute(const sp<IDevice>& device, const TestModel& testModel, TestKind testKind) { in Execute()
882 if (testKind == TestKind::DYNAMIC_SHAPE) { in Execute()
888 case TestKind::GENERAL: in Execute()
[all …]
DGeneratedTestHarness.h64 enum class TestKind { enum
82 const test_helper::TestModel& testModel, TestKind testKind);
DCompilationCachingTests.cpp461 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
523 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
544 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
568 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
591 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
615 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
726 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
750 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
773 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
797 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
[all …]
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DGeneratedTestHarness.cpp875 const TestModel& testModel, TestKind testKind) { in EvaluatePreparedModel()
891 case TestKind::GENERAL: { in EvaluatePreparedModel()
897 case TestKind::DYNAMIC_SHAPE: { in EvaluatePreparedModel()
903 case TestKind::MEMORY_DOMAIN: { in EvaluatePreparedModel()
913 case TestKind::FENCED_COMPUTE: { in EvaluatePreparedModel()
919 case TestKind::QUANTIZATION_COUPLING: { in EvaluatePreparedModel()
923 case TestKind::INTINITE_LOOP_TIMEOUT: { in EvaluatePreparedModel()
986 TestKind testKind) { in Execute()
988 if (testKind == TestKind::DYNAMIC_SHAPE) { in Execute()
994 case TestKind::GENERAL: in Execute()
[all …]
DGeneratedTestHarness.h66 enum class TestKind { enum
85 const test_helper::TestModel& testModel, TestKind testKind);
DCompilationCachingTests.cpp445 /*testKind=*/TestKind::GENERAL); in verifyModelPreparationBehaviour()
522 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
583 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
604 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
622 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
639 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
657 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
743 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
759 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
889 /*testKind=*/TestKind::GENERAL); in TEST_P()
[all …]