Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Off (0.11 sec)

  1. RELEASE.md

                from when they are off due to floating-point round-off errors from
                different computation approaches and orders.
            *   To verify that the optimizations are on, look for a message with
                "*oneDNN custom operations are on*" in the log. If the exact phrase
                is not there, it means they are off.
    
    ## Bug Fixes and Other Changes
    
    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

      let description = [{
    For example:
    
    >>> x = [2, 2, 7]
    >>> y = [2, 3, 7]
    >>> z = [2, 9, 7]
    >>> offsets = concat_offset(1, [x, y, z])
    >>> [list(off.numpy()) for off in offsets]
    [[0, 0, 0], [0, 2, 0], [0, 5, 0]]
    
    This is typically used by gradient computations for a concat operation.
      }];
    
      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