Home
last modified time | relevance | path

Searched defs:matched_ops (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_ops_by_policy_pass.cc63 llvm::SmallVectorImpl<Operation *> &matched_ops) { in IsOplistMatch()
116 void ClusterMatchedOps(ArrayRef<Operation *> matched_ops) { in ClusterMatchedOps()
162 llvm::SmallVector<Operation *> matched_ops; in runOnFunction() local