Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunClusteringPipelineOnSubmodule (0.34 sec)

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

    // V1 Compat Bridge takes a TF Executor dialect and extracts the TF2 portion
    // and inserts it into a submodule. We just want to run the clustering
    // portion of the pipeline on just the single submodule.
    absl::Status RunClusteringPipelineOnSubmodule(
        ModuleOp parent_module, bool is_in_fallback_enabled_mode) {
      int num_submodules = 0;
      absl::Status clustering_pipeline_status;
      parent_module.walk([&](ModuleOp submodule) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:25:18 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top