Searched defs:ops_to_preserve (Results 1 – 3 of 3) sorted by relevance
110 llvm::ArrayRef<std::string> ops_to_preserve) { in GraphPruningPass()190 llvm::ArrayRef<std::string> ops_to_preserve) { in CreateTFExecutorGraphPruningPass()
84 const llvm::SmallVector<std::string, 4> ops_to_preserve = { in CreateTPUBridgePipelineImpl() local304 const llvm::SmallVector<std::string, 4> ops_to_preserve = {}; in CreateTFXLABridgePipeline() local
177 def _override_composite_implicit_decomp(ops_to_preserve, decomp_table, safe=True): argument