Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for doffsets (0.42 sec)

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

        padding_value                 ; otherwise.
    ```
    where `d = k[1] - m`, `y = max(-d, 0) - offset`, and `x = max(d, 0) - offset`.
    
    `offset` is zero except when the alignment of the diagonal is to the right.
    ```
    offset = max_diag_len - diag_len(d) ; if (`align` in {RIGHT_LEFT, RIGHT_RIGHT}
                                               and `d >= 0`) or
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*NRGBA64).SetNRGBA64", Method, 0},
    		{"(*NRGBA64).SetRGBA64", Method, 17},
    		{"(*NRGBA64).SubImage", Method, 0},
    		{"(*NYCbCrA).AOffset", Method, 6},
    		{"(*NYCbCrA).At", Method, 6},
    		{"(*NYCbCrA).Bounds", Method, 6},
    		{"(*NYCbCrA).COffset", Method, 6},
    		{"(*NYCbCrA).ColorModel", Method, 6},
    		{"(*NYCbCrA).NYCbCrAAt", Method, 6},
    		{"(*NYCbCrA).Opaque", Method, 6},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. RELEASE.md

        Google discovered in mid-December 2017 that the PTX-to-SASS compiler in CUDA
        9 and CUDA 9.1 sometimes does not properly compute the carry bit when
        decomposing 64-bit address calculations with large offsets (e.g. `load [x +
        large_constant]`) into 32-bit arithmetic in SASS.
    
        As a result, these versions of `ptxas` miscompile most XLA programs which
    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