Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for coupled_ref (0.53 sec)

  1. tensorflow/compiler/mlir/quantization/common/ir/QuantOps.td

        OptionalAttr<ElementsAttr>:$axisStats,
        OptionalAttr<I64Attr>:$axis);
      let results = (outs quant_RealValueType);
      let hasVerifier = 1;
    }
    
    def Quantization_CoupledRefOp : Quantization_Op<"coupled_ref", [SameOperandsAndResultType]> {
      let summary = [{
        Indicates that one point of the computation is coupled to another.
      }];
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 09 03:10:59 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top