Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for quant_scale_factor (0.25 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_ops.td

      }];
    
      let hasCanonicalizer = 1;
    }
    
    
    def TFR_TFRQuantScaleFactorOp : TFR_Op<"quant_scale_factor", [Pure]> {
      let description = [{
       The `quant_scale_factor` computes the effective scale factor according to the
       output scale and input scales.
    
        Example:
    
        ```mlir
        %3 = tfr.quant_scale_factor(%0) : (f32, tfr.tensor_list) -> (tfr.tensor)
        ```
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 10:54:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top