Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ajax (0.17 sec)

  1. RELEASE.md

            tf.constant(2, dtype=tf.int32) b = tf.constant(3, dtype=tf.int32)
            result = client.multiply(a, b)`
    
    *   `tf.lite`:
    
        *   Add experimental API `experimental_from_jax` to support conversion from
            Jax models to TensorFlow Lite.
        *   Support uint32 data type for cast op.
        *   Support int8 data type for cast op.
        *   Add experimental quantization debugger `tf.lite.QuantizationDebugger`
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top