Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for num_slices (0.08 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.td

    def DequantizeHalfRange : NativeCodeCall<
      "DequantizeHalfRange(&$_builder, $0)">;
    
    // TODO(b/188530181): Generalize to more quantized input types,
    //   allow num_slices > 1, and allow non default arguments for $mode,
    //   $narrow_range, and $axis.
    def LowerDequantizeOp : Pat<
      (TF_DequantizeOp:$result
        $input, $min_range, $max_range,
        TF_AnyStrAttrOf<["MIN_COMBINED"]>:$mode,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 13:30:42 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top