Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DConverter.cpp112 TestOperation convert(const android_nn_fuzz::Operation& operation) { in convert()
119 std::vector<TestOperation> convert(const android_nn_fuzz::Operations& operations) { in convert()
120 std::vector<TestOperation> testOperations; in convert()
129 void calculateNumberOfConsumers(const std::vector<TestOperation>& operations, in calculateNumberOfConsumers()
137 const auto addAllConsumers = [&addConsumer](const TestOperation& operation) { in calculateNumberOfConsumers()
145 std::vector<TestOperation> operations = convert(model.operations()); in convert()
H A DGenerateCorpus.cpp115 Operation convert(const TestOperation& operation) { in convert()
123 Operations convert(const std::vector<TestOperation>& operations) { in convert()
H A DDriverFuzzTest.cpp113 operations.begin(), [](const TestOperation& op) -> V1_3::Operation { in createSubgraph()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
H A DTestHarness.h285 struct TestOperation { struct
293 std::vector<TestOperation> operations; argument
348 for (const TestOperation& operation : subgraph.operations) { in hasQuant8CoupledOperands()
397 for (const TestOperation& operation : subgraph.operations) { in hasScalarOutputs()
529 void dumpTestOperation(const TestOperation& operation);
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
H A DTestUtils.cpp40 using ::test_helper::TestOperation;
103 std::back_inserter(operations), [](const TestOperation& op) -> Operation { in createSubgraph()
H A DTestHarness.cpp636 void SpecDumper::dumpTestOperation(const TestOperation& operation) { in dumpTestOperation()
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DGeneratedTestHarness.cpp76 operations.begin(), [](const TestOperation& op) -> Operation { in createModel()
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DGeneratedTestHarness.cpp83 operations.begin(), [](const TestOperation& op) -> Operation { in createModel()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DRandomGraphGenerator.cpp298 TestOperation testOperation = {.type = static_cast<TestOperationType>(operation.opType)}; in createTestModel()
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DGeneratedTestHarness.cpp116 operations.begin(), [](const TestOperation& op) -> Operation { in createModel()
H A DCompilationCachingTests.cpp120 std::vector<TestOperation> operations(len); in createLargeTestModelImpl()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp245 operations.begin(), [](const TestOperation& op) -> Operation { in createSubgraph()
H A DCompilationCachingTests.cpp123 std::vector<TestOperation> operations(len); in createLargeTestModelImpl()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DGeneratedTestHarness.cpp218 operations.begin(), [](const TestOperation& op) -> Operation { in createSubgraph()
H A DCompilationCachingTests.cpp118 std::vector<TestOperation> operations(len); in createLargeTestModelImpl()