Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AllToAll (0.15 sec)

  1. RELEASE.md

    *   Fixes a null pointer exception when `Exit` node is not preceded by `Enter`
        op
        ([CVE-2021-41217](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41217))
    *   Fixes an integer division by 0 in `tf.raw_ops.AllToAll`
        ([CVE-2021-41218](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41218))
    *   Fixes a use after free and a memory leak in `CollectiveReduceV2`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Res<TF_BoolTensor, [{The reduced tensor.}]>:$output
      );
    
      TF_DerivedOperandTypeAttr Tidx = TF_DerivedOperandTypeAttr<1>;
    
      let hasVerifier = 1;
    }
    
    def TF_AllToAllOp : TF_Op<"AllToAll", [Pure, TF_NoConstantFold]> {
      let summary = "An Op to exchange data across TPU replicas.";
    
      let description = [{
    On each replica, the input is split into `split_count` blocks along
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top