Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IntMaxValue (0.09 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        // The expected [min, max] range of values.
        F32Attr:$min,
        F32Attr:$max,
    
        // The bitwidth of the quantization; between 2 and 16, inclusive.
        ConfinedAttr<I32Attr, [IntMinValue<2>, IntMaxValue<16>]>:$num_bits,
        // Quantization range starts from 0 or 1; starts from 1 if true.
        ConfinedAttr<BoolAttr, [TFL_BoolFalse]>:$narrow_range);
    
      let results = (outs TFL_FpTensor:$output);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top