Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDefaultQuantizationDimension (0.32 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/insert_weight_param.cc

            weight_only_ptq.input_quantized_types().at(1);
        if (quantized_type.dimension_specs().has_dimension()) {
          return quantized_type.dimension_specs().dimension();
        }
        return GetDefaultQuantizationDimension(op);
      }
    
      // Determines quantization dimension of weights for given `tf.XlaCallModule`
      // op. For convolution, returns output feature dimension of the kernel. For
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top