Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for multiKey (0.59 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    quint8 (range of 0-255) but the possible range of QuantizedRelu6 is
    0-6.  The min_range and max_range values are therefore 0.0 and 6.0.
    Dequantize on quint8 will take each value, cast to float, and multiply
    by 6 / 255.
    Note that if quantizedtype is qint8, the operation will additionally add
    each value by 128 prior to casting.
    
    If the mode is 'MIN_FIRST', then this approach is used:
    
    ```c++
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            tf.math.multiply(a, b)
    
            server.register("multiply", _remote_multiply) ```
    
        *   Example usage to create client: `python client =
            tf.distribute.experimental.rpc.Client.create("grpc", address) a =
            tf.constant(2, dtype=tf.int32) b = tf.constant(3, dtype=tf.int32)
            result = client.multiply(a, b)`
    
    *   `tf.lite`:
    
    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