Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_patterns.td604 def CanOptimizeIdentityGatherNdOrScatterNdOp : Constraint<CPred<
605 "TFL::CanOptimizeIdentityGatherNdOrScatterNdOp("
611 [(CanOptimizeIdentityGatherNdOrScatterNdOp $params, $indices)]>;
616 [(CanOptimizeIdentityGatherNdOrScatterNdOp $params, $indices)]>;
Doptimize.cc179 bool CanOptimizeIdentityGatherNdOrScatterNdOp(Value params, in CanOptimizeIdentityGatherNdOrScatterNdOp() function