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()
41 static OperandType getOperandType(const TestOperand& op, bool testDynamicOutputShape) { in getOperandType() function139 auto type = getOperandType(operand, testDynamicOutputShape);
37 std::function<OperandType(uint32_t)> getOperandType) { in validateOperandTypes() argument40 OperandType type = getOperandType(i); in validateOperandTypes()