Searched refs:operand0_type (Results 1 – 2 of 2) sorted by relevance
475 auto operand0_type = switchn.getOperand(0).getType(); in Verify() local476 TensorType operand0_tensor_type = operand0_type.dyn_cast<TensorType>(); in Verify()480 << operand0_type; in Verify()
951 PrimitiveType operand0_type = conditional->operand(0)->shape().element_type(); in HandleConditional() local952 if (operand0_type == PRED) { in HandleConditional()955 if (operand0_type != S32) { in HandleConditional()960 PrimitiveType_Name(operand0_type)); in HandleConditional()