Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CollectiveReduceV2 (0.58 sec)

  1. RELEASE.md

    *   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`
        ([CVE-2021-41220](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41220))
    *   Fixes an undefined behavior via `nullptr` reference binding in sparse matrix
        multiplication
    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

      );
    
      TF_DerivedOperandSizeAttr Nordering_token = TF_DerivedOperandSizeAttr<4>;
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_CollectiveReduceV2Op : TF_Op<"CollectiveReduceV2", [DeclareOpInterfaceMethods<TF_GetResourceInstanceInterface>, TF_CollectiveReduceOrderingEffect]> {
      let summary = [{
    Mutually reduces multiple tensors of identical type and shape.
      }];
    
    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