Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateClusterOutliningPass (0.15 sec)

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

      module.walk([&](tf_device::LaunchOp launch) {
        OutlineLaunch(launch, &symbol_table, &builder);
      });
    }
    
    }  // namespace
    
    std::unique_ptr<OperationPass<ModuleOp>> CreateClusterOutliningPass() {
      return std::make_unique<ClusterOutliningPass>();
    }
    
    std::unique_ptr<OperationPass<ModuleOp>> CreateLaunchOutliningPass() {
      return std::make_unique<LaunchOutliningPass>();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top