Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for coupled_ref (0.17 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)
  2. tensorflow/compiler/mlir/lite/quantization/ir/QuantOps.td

        OptionalAttr<ElementsAttr>:$axisStats,
        OptionalAttr<I64Attr>:$axis);
      let results = (outs quant_RealValueType);
      let hasVerifier = 1;
    }
    
    def quantfork_CoupledRefOp : quantfork_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: Thu Oct 13 12:46:08 UTC 2022
    - 10.2K bytes
    - Viewed (0)
Back to top