Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for clustering_passes (0.27 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_head_tail_outside_compilation.cc

        std::get<0>(result).replaceAllUsesWith(std::get<1>(result));
    
      cluster.erase();
    }
    
    #define GEN_PASS_DEF_EXTRACTHEADTAILOUTSIDECOMPILATIONPASS
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h.inc"
    
    struct ExtractHeadTailOutsideCompilationPass
        : public impl::ExtractHeadTailOutsideCompilationPassBase<
              ExtractHeadTailOutsideCompilationPass> {
      void runOnOperation() override;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/mark_ops_for_outside_compilation.cc

            "Tracks if auto outside compilation is enabled");
    
    #define GEN_PASS_DEF_MARKOPSFOROUTSIDECOMPILATIONPASS
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h.inc"
    
    struct MarkOpsForOutsideCompilation
        : public impl::MarkOpsForOutsideCompilationPassBase<
              MarkOpsForOutsideCompilation> {
      void runOnOperation() override;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/tpu_sharding_identification_pass.cc

    constexpr char kAliasingAttr[] = "tf.aliasing_output";
    constexpr char kNumCoresPerReplicaAttr[] = "num_cores_per_replica";
    
    #define GEN_PASS_DEF_TPUSHARDINGIDENTIFICATIONPASS
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h.inc"
    
    struct TPUShardingIdentificationPass
        : public impl::TPUShardingIdentificationPassBase<
              TPUShardingIdentificationPass> {
      void runOnOperation() final;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 02:01:13 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/passes/tpu_cluster_formation.cc

    using ClusterMap = llvm::SmallDenseMap<llvm::StringRef, OpSetVector, 8>;
    
    #define GEN_PASS_DEF_TPUCLUSTERFORMATIONPASS
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h.inc"
    
    class TPUClusterFormationPass
        : public impl::TPUClusterFormationPassBase<TPUClusterFormationPass> {
     public:
      explicit TPUClusterFormationPass(bool strict_clusters)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 39.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

    constexpr char kXlaOutsideCompilationAttr[] = "_xla_outside_compilation";
    
    #define GEN_PASS_DEF_EXTRACTOUTSIDECOMPILATIONPASS
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.h.inc"
    
    struct ExtractOutsideCompilation
        : public impl::ExtractOutsideCompilationPassBase<
              ExtractOutsideCompilation> {
      void runOnOperation() override;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
Back to top