Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/android_fuzzing/
DFuzzTest.cpp32 OperandType getOperandType(const TestOperand& op) { in getOperandType() function
50 auto type = getOperandType(operand); in CreateModel()
/frameworks/ml/nn/runtime/test/
DGeneratedTestUtils.cpp35 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType() function
111 auto type = getOperandType(operand, testDynamicOutputShape); in createModelFromSubgraph()
/frameworks/ml/nn/common/
DOperationsUtils.cpp39 std::function<OperandType(uint32_t)> getOperandType) { in validateOperandTypes() argument
42 OperandType type = getOperandType(i); in validateOperandTypes()