Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PassPipelineRegistration (0.22 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf.cc

          /*n_fallback_enabled*/ is_in_fallback_enabled_mode,
          /*result=*/"success");
    
      return absl::OkStatus();
    }
    
    // Registers a pipeline builder function for TF TPU V1 bridge.
    mlir::PassPipelineRegistration<> replicated_clustering_bridge_v1(
        "tf-replicated-clustering-bridge-v1",
        "Run all the passes involved in transforming a TensorFlow V1 graph before "
        "execution so that it is suitable for targeting devices.",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:25:18 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/layout_optimization.cc

      // This static is kind of hack, it hooks the pipeline registration for the
      // command line and piggy-back to the TableGen generated registration code.
      static mlir::PassPipelineRegistration<LayoutOptimizationPipelineOptions>
          pipeline("tf-layout-optimization",
                   "Assigns optimal data layout to all layout sensitive operations "
                   "and cancel redundant transpose operations.",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

                                device_type, custom_legalization_passes);
    }
    
    void RegisterConvertMlirToXlaHloPipelineWithDefaults() {
      static mlir::PassPipelineRegistration<> pipeline(
          "tf-to-hlo-pipeline",
          "Convert TF dialect to HLO dialect (used for compilation in bridge).",
          [](mlir::OpPassManager& pm) {
            tensorflow::CreateConvertMlirToXlaHloPipeline(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top