Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 2121 (0.06 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2125          ; valid                  ;      ; NV8    # 1.1  OUNCE SIGN
    2126          ; mapped                 ; 03C9          # 1.1  OHM SIGN
    2127          ; valid                  ;      ; NV8    # 1.1  INVERTED OHM SIGN
    2128          ; mapped                 ; 007A          # 1.1  BLACK-LETTER CAPITAL Z
    2129          ; valid                  ;      ; NV8    # 1.1  TURNED GREEK SMALL LETTER IOTA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. RELEASE.md

    # Release 2.12.1
    
    ### Bug Fixes and Other Changes
    
    *  The use of the ambe config to build and test aarch64 is not needed. The ambe config will be removed in the future. Making cpu_arm64_pip.sh and cpu_arm64_nonpip.sh more similar for easier future maintenance.
    
    # Release 2.12.0
    
    ### Breaking Changes
    
    *   Build, Compilation and Packaging
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	FACILITY_DXGI                                                                           = 2170
    	FACILITY_DXGI_DDI                                                                       = 2171
    	FACILITY_DIRECT3D11                                                                     = 2172
    	FACILITY_DIRECT3D11_DEBUG                                                               = 2173
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    For example, given an input of shape `[1, 2, 2, 1]`, data_format = "NHWC" and
    block_size = 2:
    
    ```
    x = [[[[1], [2]],
          [[3], [4]]]]
    ```
    
    This operation will output a tensor of shape `[1, 1, 1, 4]`:
    
    ```
    [[[[1, 2, 3, 4]]]]
    ```
    
    Here, the input has a batch of 1 and each batch element has shape `[2, 2, 1]`,
    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