Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for efter (0.04 sec)

  1. RELEASE.md

    Add an upper bound for `protobuf` in `setup.py` since `protobuf` after version 3.20 is currently incompatible with TensorFlow. See https://github.com/tensorflow/tensorflow/issues/53234, https://github.com/protocolbuffers/protobuf/issues/9954 and https://github.com/tensorflow/tensorflow/issues/56077.
    
    # Release 2.8.2
    
    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

    Multiply the matrix "a" by the matrix "b".
      }];
    
      let description = [{
    The inputs must be two-dimensional matrices and the inner dimension of
    "a" (after being transposed if transpose_a is true) must match the
    outer dimension of "b" (after being transposed if transposed_b is
    true).
    
    *Note*: The default kernel implementation for MatMul on GPUs uses
    cublas.
      }];
    
      let arguments = (ins
    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