Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Quantiles (0.26 sec)

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

          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_QuantizeAndDequantizeV2Op : TF_Op<"QuantizeAndDequantizeV2", [Pure]> {
      let summary = "Quantizes then dequantizes a tensor.";
    
      let description = [{
    This op simulates the precision loss from the quantized forward pass by:
    
    1. Quantizing the tensor to fixed point numbers, which should match the target
    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.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)
Back to top