Home
last modified time | relevance | path

Searched refs:TestOperand (Results 1 – 8 of 8) sorted by relevance

/frameworks/ml/nn/runtime/test/android_fuzzing/
DConverter.cpp73 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()
DFuzzHarness.cpp36 using ::test_helper::TestOperand;
38 bool operandOverflows(const TestOperand& operand) { in operandOverflows()
DGenerateCorpus.cpp86 Operand convert(const TestOperand& operand) { in convert()
99 Operands convert(const std::vector<TestOperand>& operands) { in convert()
DFuzzTest.cpp32 OperandType getOperandType(const TestOperand& op) { in getOperandType()
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp62 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/
DTestHarness.h267 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/
DGeneratedTestUtils.cpp35 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/
DRandomGraphGenerator.cpp257 TestOperand testOperand = { in createTestModel()