Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateTPULowerClusterToRuntimeOpsPassPipeline (0.32 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops.cc

      // op.
      pm.addNestedPass<FuncOp>(mlir::createCanonicalizerPass());
    
      pm.addNestedPass<FuncOp>(mlir::createCSEPass());
      pm.addPass(mlir::createSymbolDCEPass());
    }
    
    void CreateTPULowerClusterToRuntimeOpsPassPipeline(
        OpPassManager& pm, const StandardPipelineOptions& options) {
      AddTPULowerClusterToRuntimeOpsPassPipeline(pm, /*module_name=*/"");
    }
    
    void CreateNonTPULowerClusterToRuntimeOpsPassPipeline(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top