Home
last modified time | relevance | path

Searched refs:BroadcastCompatible (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc201 bool BroadcastCompatible(ArrayRef<Type> lhs, ArrayRef<Type> rhs) { in BroadcastCompatible() function
234 if (!BroadcastCompatible(std::get<0>(subtypes), in BroadcastCompatible()
Dtf_types.h285 bool BroadcastCompatible(ArrayRef<Type> lhs, ArrayRef<Type> rhs);
Dtf_op_base.td95 CPred<"mlir::TF::BroadcastCompatible("
Dtf_ops.td213 return BroadcastCompatible(l, r);