Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0111 (0.1 sec)

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

    0119          ; valid                                  # 1.1  LATIN SMALL LETTER E WITH OGONEK
    011A          ; mapped                 ; 011B          # 1.1  LATIN CAPITAL LETTER E WITH CARON
    011B          ; valid                                  # 1.1  LATIN SMALL LETTER E WITH CARON
    011C          ; mapped                 ; 011D          # 1.1  LATIN CAPITAL LETTER G WITH CIRCUMFLEX
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          width = width_pad - crop_left - crop_right
    
    The attr `block_size` must be greater than one. It indicates the block size.
    
    Some examples:
    
    (1) For the following input of shape `[4, 1, 1, 1]` and block_size of 2:
    
    ```
    [[[[1]]], [[[2]]], [[[3]]], [[[4]]]]
    ```
    
    The output tensor has shape `[1, 2, 2, 1]` and value:
    
    ```
    x = [[[[1], [2]], [[3], [4]]]]
    ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

    
    # Release 2.11.1
    
    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