Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AnnotateParameterReplicationPass (0.65 sec)

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

    // Analyzes the inputs to ClusterFuncOps in the module, and annotates their
    // invoked functions whether each input has the same data across replicas.
    struct AnnotateParameterReplicationPass
        : public impl::AnnotateParameterReplicationPassBase<
              AnnotateParameterReplicationPass> {
      void runOnOperation() override;
    };
    
    // Returns the first value in the chain of operands, which is not defined by a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_device_passes.td

      let summary = "Lifting resource operations out of control flow statements "
        "for the main function";
      let constructor = "TFDevice::CreateResourceOpLiftingForMainFunctionPass()";
    }
    
    def AnnotateParameterReplicationPass :
        Pass<"tf-annotate-parameter-replication", "ModuleOp"> {
      let summary = "Annotate whether a ClusterFuncOp's parameters have the same data across replicas.";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top