Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DConverter.cpp124 TestOperation convert(const Operation& operation) { in convert()
131 std::vector<TestOperation> convert(const Operations& operations) { in convert()
132 std::vector<TestOperation> testOperations; in convert()
141 void calculateNumberOfConsumers(const std::vector<TestOperation>& operations, in calculateNumberOfConsumers()
149 const auto addAllConsumers = [&addConsumer](const TestOperation& operation) { in calculateNumberOfConsumers()
157 std::vector<TestOperation> operations = convert(subgraph.operations()); in convert()
DGenerateCorpus.cpp122 Operation convert(const TestOperation& operation) { in convert()
130 Operations convert(const std::vector<TestOperation>& operations) { in convert()
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h297 struct TestOperation { struct
305 std::vector<TestOperation> operations; argument
377 for (const TestOperation& operation : subgraph.operations) { in hasQuant8CoupledOperands()
426 for (const TestOperation& operation : subgraph.operations) { in hasScalarOutputs()
558 void dumpTestOperation(const TestOperation& operation);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp41 using ::test_helper::TestOperation;
110 std::back_inserter(operations), [](const TestOperation& op) -> Operation { in createSubgraph()
DTestHarness.cpp636 void SpecDumper::dumpTestOperation(const TestOperation& operation) { in dumpTestOperation()
/packages/modules/NeuralNetworks/runtime/test/
DTestCompatibilityLayer.cpp154 [&mainSubgraph](const TestOperation& operation) { in compatibleTest()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.cpp298 TestOperation testOperation = {.type = static_cast<TestOperationType>(operation.opType)}; in createTestModel()