Home
last modified time | relevance | path

Searched refs:AreCastCompatible (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc352 bool AreCastCompatible(ArrayRef<Type> types) { in AreCastCompatible() function
368 if (!AreCastCompatible({lhs_i, rhs_i})) return false; in ArraysAreCastCompatible()
Dtf_types.h303 bool AreCastCompatible(ArrayRef<Type> types);
Dtf_ops_a_m.cc812 if (!AreCastCompatible(branch_input_i_types)) { in VerifyCaseOrIfOpBranchFunctions()
2023 if (!AreCastCompatible({out_ty, expected_out_ty})) { in Verify()
Dtf_op_base.td101 CPred<"TF::AreCastCompatible(llvm::makeArrayRef({" #
Dtf_ops_n_z.cc689 if (!AreCastCompatible({output_ty, expected_ty})) in Verify()
751 if (!AreCastCompatible({then_tensor, else_tensor})) in Verify()
Dtf_ops_helpers.inc563 if (!AreCastCompatible({type0, type1}))
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1463 if (!TF::AreCastCompatible({output_ty, expected_ty})) in Verify()