Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Quantile (0.18 sec)

  1. RELEASE.md

        *   `tf.einsum()`raises `ValueError` for unsupported equations like
            `"ii->"`.
        *   Add DCT-I and IDCT-I in `tf.signal.dct` and `tf.signal.idct`.
        *   Add LU decomposition op.
        *   Add quantile loss to gradient boosted trees in estimator.
        *   Add `round_mode` to `QuantizeAndDequantizeV2` op to select rounding
            algorithm.
        *   Add `unicode_encode`, `unicode_decode`, `unicode_decode_with_offsets`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        }
      }];
    }
    
    def TF_FakeQuantWithMinMaxVarsOp : TF_Op<"FakeQuantWithMinMaxVars", [Pure]> {
      let summary = [{
    Fake-quantize the 'inputs' tensor of type float via global float scalars
      }];
    
      let description = [{
    Fake-quantize the `inputs` tensor of type float via global float scalars
    `min` and `max` to `outputs` tensor of same shape as `inputs`.
    
    Attributes
    
    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