Home
last modified time | relevance | path

Searched refs:AreBroadcastCompatible (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_patterns.td86 def AreBroadcastCompatible : Constraint<CPred<"AreBroadcastCompatible($0, $1)">,
Dlegalize_tf.cc854 static bool AreBroadcastCompatible(Value x, Value y) { in AreBroadcastCompatible() function