Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OptimizeIfRegions (0.22 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/merge_control_flow.cc

                            old_to_new_IfRegion_map);
        }
      }
    }
    
    // Groups IfRegions by common predicate and attemps to merge them.
    void OptimizeIfRegions(Block* block, ModuleOp module) {
      // Do side effect analysis only one time in the beginning
      auto side_effect_analysis = std::make_unique<TF::SideEffectAnalysis>(module);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 07:31:01 UTC 2023
    - 25.9K bytes
    - Viewed (0)
Back to top