Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_communication.cc

      llvm::SmallPtrSet<Block*, 4> control_flow_blocks;
      func::FuncOp clone;
    };
    
    // Finds all functions that need to be rewritten with communication ops and
    // and associated tokens.
    LogicalResult GetFunctionsToRewrite(
        ModuleOp module,
        llvm::SmallDenseMap<StringRef, FuncToRewrite>& funcs_to_rewrite) {
      // Find functions containing communication ops.
      SmallVector<func::FuncOp, 4> funcs_to_visit;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 40.5K bytes
    - Viewed (0)
Back to top