Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_control_flow.cc46 class LegalizeTFControlFlow class
47 : public PassWrapper<LegalizeTFControlFlow, OperationPass<ModuleOp>> {
55 return std::make_unique<LegalizeTFControlFlow>(); in createLegalizeTFControlFlowPass()
369 void LegalizeTFControlFlow::runOnOperation() { in runOnOperation()
400 static PassRegistration<mlir::mhlo::LegalizeTFControlFlow> cfpass(