Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReplaceInternalUsage (0.18 sec)

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

      }
      return return_indices_vec;
    }
    
    // Replace the internal usage in each pair of IfRegions from top to bottom for
    // both then branch and else branch.
    void ReplaceInternalUsage(llvm::SmallVector<TF::IfRegionOp, 8>& if_op_segment) {
      for (auto it = if_op_segment.begin(); it != if_op_segment.end(); ++it) {
        for (auto it2 = std::next(it); it2 != if_op_segment.end(); ++it2) {
    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