Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_patterns.td618 def ShapeMatchesReduceWithKeepAxes : Constraint<CPred<
619 "ShapeMatchesReduceWithKeepAxes($0, $1, $2)">>;
631 [(ShapeMatchesReduceWithKeepAxes $input, $axes, $shape),
Doptimize.cc262 static bool ShapeMatchesReduceWithKeepAxes(Value input, in ShapeMatchesReduceWithKeepAxes() function