Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0_22 (0.04 sec)

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

    0120          ; mapped                 ; 0121          # 1.1  LATIN CAPITAL LETTER G WITH DOT ABOVE
    0121          ; valid                                  # 1.1  LATIN SMALL LETTER G WITH DOT ABOVE
    0122          ; mapped                 ; 0123          # 1.1  LATIN CAPITAL LETTER G WITH CEDILLA
    0123          ; valid                                  # 1.1  LATIN SMALL LETTER G WITH CEDILLA
    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

    `tf.string_to_hash_bucket_strong`.
    
    Examples:
    
    >>> tf.strings.to_hash_bucket_fast(["Hello", "TensorFlow", "2.x"], 3).numpy()
    array([0, 2, 2])
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{The strings to assign a hash bucket.}]>:$input,
    
        ConfinedAttr<I64Attr, [IntMinValue<1>]>:$num_buckets
      );
    
    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