Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetChannelDimIndex (0.26 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization.td

          [{Returns quantization dim for the affine operand.}],
          "int", "GetQuantizationDimIndex",
          (ins)>,
        InterfaceMethod<
          [{Returns the dimension index of the output channels.}],
          "int", "GetChannelDimIndex", (ins)
        >,
      ];
    }
    
    def SameOperandsAndResultsScale : OpInterface<"SameScalesOpInterface"> {
      let description = [{
        Interface for ops potentially have same operands and results scales.
      }];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top