Home
last modified time | relevance | path

Searched refs:getOperandType (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DFuzzTest.cpp32 OperandType getOperandType(const TestOperand& op) { in getOperandType() function
50 auto type = getOperandType(operand); in CreateModel()
/packages/modules/NeuralNetworks/runtime/test/
DGeneratedTestUtils.cpp41 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType() function
139 auto type = getOperandType(operand, testDynamicOutputShape);
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp37 std::function<OperandType(uint32_t)> getOperandType) { in validateOperandTypes() argument
40 OperandType type = getOperandType(i); in validateOperandTypes()