Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      }];
    
      let hasCanonicalizer = 1;
    }
    
    def TFR_TFRQuantRawDataOp : TFR_Op<"quant_raw_data", [
        Pure,
        SameOperandsAndResultType]> {
      let description = [{
       The `quant_raw_data` removes the quantization parameter from the intput
       tensor(s).
    
        Example:
    
        ```mlir
        %3 = tfr.quant_raw_data(%0) : (tfr.tensor) -> (tfr.tensor)
        ```
      }];
    
    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