Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CanAddToIfSegment (0.17 sec)

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

          second_if_else_body.begin(), std::prev(second_if_else_body.end()));
    }
    
    // Check if the `last` IfRegion can be added to the segment of
    // IfRegion start with `first` IfRegion.
    bool CanAddToIfSegment(
        IfOpIterConst first, IfOpIterConst last,
        const llvm::SmallVector<mlir::TF::IfRegionOp, 8>& if_ops,
        const std::unique_ptr<TF::SideEffectAnalysis>& side_effect_analysis) {
      if (last == if_ops.end()) {
    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