Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BatchMatMulV2 (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    
      let hasCanonicalizer = 1;
    
      let hasVerifier = 1;
    }
    
    def TF_BatchMatMulV2Op : TF_Op<"BatchMatMulV2", [Pure, TF_SameOperandsAndResultElementTypeResolveRef]> {
      let summary = "Multiplies slices of two tensors in batches.";
    
      let description = [{
    Multiplies all slices of `Tensor` `x` and `y` (each slice can be
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Remove unused `StringViewVariantWrapper`.
        *   Delete unused `Fingerprint64Map` op registration
        *   Add broadcasting support to `tf.matmul`.
        *   Add C++ Gradient for `BatchMatMulV2`.
        *   Add `tf.math.cumulative_logsumexp` operation.
        *   Add ellipsis (...) support for `tf.einsum()`.
        *   Add expand_composites argument to all `nest.*` methods.
        *   Added `strings.byte_split`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top