Searched refs:AreCastCompatible (Results 1 – 7 of 7) sorted by relevance
352 bool AreCastCompatible(ArrayRef<Type> types) { in AreCastCompatible() function368 if (!AreCastCompatible({lhs_i, rhs_i})) return false; in ArraysAreCastCompatible()
303 bool AreCastCompatible(ArrayRef<Type> types);
812 if (!AreCastCompatible(branch_input_i_types)) { in VerifyCaseOrIfOpBranchFunctions()2023 if (!AreCastCompatible({out_ty, expected_out_ty})) { in Verify()
101 CPred<"TF::AreCastCompatible(llvm::makeArrayRef({" #
689 if (!AreCastCompatible({output_ty, expected_ty})) in Verify()751 if (!AreCastCompatible({then_tensor, else_tensor})) in Verify()
563 if (!AreCastCompatible({type0, type1}))
1463 if (!TF::AreCastCompatible({output_ty, expected_ty})) in Verify()