Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tomuto (0.07 sec)

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

    1E150..1E28F  ; disallowed                             # NA   <reserved-1E150>..<reserved-1E28F>
    1E290..1E2AE  ; valid                                  # 14.0 TOTO LETTER PA..TOTO SIGN RISING TONE
    1E2AF..1E2BF  ; disallowed                             # NA   <reserved-1E2AF>..<reserved-1E2BF>
    1E2C0..1E2F9  ; valid                                  # 12.0 WANCHO LETTER AA..WANCHO DIGIT NINE
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. RELEASE.md

    ### Bug Fixes and Other Changes
    
    * `tf.py_function` and `tf.numpy_function` can now be used as function decorators for clearer code:
       ```
       @tf.py_function(Tout=tf.float32)
       def my_fun(x):
         print("This always executes eagerly.")
         return x+1
       ```
    
    * `tf.lite`
        * Strided_Slice now supports `UINT32`.
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top