Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/src/
DOperationsValidationUtils.cpp34 std::function<OperandType(uint32_t)> getOperandType) { in validateOperandTypes() argument
37 OperandType type = getOperandType(i); in validateOperandTypes()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DFuzzTest.cpp41 OperandType getOperandType(const TestOperand& op) { in getOperandType() function
97 auto type = getOperandType(operand); in CreateSubgraph()
/packages/modules/NeuralNetworks/runtime/test/
DGeneratedTestUtils.cpp44 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType() function
141 auto type = getOperandType(operand, testDynamicOutputShape);