Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_dimension (0.28 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/config.cc

      QuantizedType conv_weight_quantized_type{};
    
      // Assumes NHWC format, specifying the channel dimension (3) as the
      // quantized axis.
      conv_weight_quantized_type.mutable_dimension_specs()->set_dimension(3);
    
      // The index of weight operands passed to lifted functions for convolution
      // is 1.
      StaticRangePtq& static_range_ptq_spec =
          *spec.mutable_method()->mutable_static_range_ptq();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top