Searched refs:getOperandType (Results 1 – 3 of 3) sorted by relevance
32 OperandType getOperandType(const TestOperand& op) { in getOperandType() function50 auto type = getOperandType(operand); in CreateModel()
35 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType() function111 auto type = getOperandType(operand, testDynamicOutputShape); in createModelFromSubgraph()
39 std::function<OperandType(uint32_t)> getOperandType) { in validateOperandTypes() argument42 OperandType type = getOperandType(i); in validateOperandTypes()