Searched refs:TestOperand (Results 1 – 8 of 8) sorted by relevance
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | Converter.cpp | 73 TestOperand convert(const Operand& operand) { in convert() 100 std::vector<TestOperand> convert(const Operands& operands) { in convert() 101 std::vector<TestOperand> testOperands; in convert() 132 std::vector<TestOperand>* operands) { in calculateNumberOfConsumers() 146 std::vector<TestOperand> operands = convert(model.operands()); in convert()
|
D | FuzzHarness.cpp | 36 using ::test_helper::TestOperand; 38 bool operandOverflows(const TestOperand& operand) { in operandOverflows()
|
D | GenerateCorpus.cpp | 86 Operand convert(const TestOperand& operand) { in convert() 99 Operands convert(const std::vector<TestOperand>& operands) { in convert()
|
D | FuzzTest.cpp | 32 OperandType getOperandType(const TestOperand& op) { in getOperandType()
|
/frameworks/ml/nn/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 62 uint32_t getNumberOfElements(const TestOperand& op) { in getNumberOfElements() 68 void expectNear(const TestOperand& op, const TestBuffer& result, const AccuracyCriterion& criterion, in expectNear() 115 void expectBooleanNearlyEqual(const TestOperand& op, const TestBuffer& result, in expectBooleanNearlyEqual() 279 [](const TestOperand& op) { in checkResults() 297 for (TestOperand& operand : subgraph->operands) { in convertQuant8AsymmOperandsToSigned() 606 void SpecDumper::dumpTestOperand(const TestOperand& operand, uint32_t index) { in dumpTestOperand() 700 static TestOperand convertOperandToFloat32(const TestOperand& op) { in convertOperandToFloat32() 701 TestOperand converted = op; in convertOperandToFloat32() 745 auto convert = [&testModel, &operation](const TestOperand& op, uint32_t index) { in convertToFloat32Model() 759 TestOperand scalarWithScaleAndZeroPoint = op; in convertToFloat32Model() [all …]
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 267 struct TestOperand { struct 292 std::vector<TestOperand> operands; argument 335 for (TestOperand& operand : subgraph.operands) { in copy() 525 void dumpTestOperand(const TestOperand& operand, uint32_t index);
|
/frameworks/ml/nn/runtime/test/ |
D | GeneratedTestUtils.cpp | 35 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType() 91 for (const TestOperand& operand : subgraph.operands) { in createConstantReferenceMemory()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGenerator.cpp | 257 TestOperand testOperand = { in createTestModel()
|