Searched refs:secondOperand (Results 1 – 3 of 3) sorted by relevance
70 const Operand& secondOperand = model.main.operands[operation.inputs[1]]; in getSupportedOperationsImpl() local71 supported[i] = isQuantized(secondOperand.type); in getSupportedOperationsImpl()
71 const V1_3::Operand& secondOperand = model.main.operands[operation.inputs[1]]; in getSupportedOperationsImpl() local72 supported[i] = isQuantized(secondOperand.type); in getSupportedOperationsImpl()
322 secondOperand := v.Args[1]335 local := secondOperand336 if s, ok := secondOperand.(*bpparser.String); ok {