Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OperandIndex (0.13 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_traits.h

    //
    template <int QuantDim, int OperandIndex = 1>
    class AffineOpCoefficient {
     public:
      template <typename ConcreteType>
      class Impl
          : public TraitBase<ConcreteType,
                             AffineOpCoefficient<QuantDim, OperandIndex>::Impl> {
       public:
        static int GetCoefficientOperandIndex() { return OperandIndex; }
        static int GetQuantizationDim() { return QuantDim; }
      };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top