Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for quantized_per_axis_type (0.16 sec)

  1. tensorflow/compiler/mlir/quantization/common/uniform_quantized_types.cc

      const UniformQuantizedPerAxisType quantized_per_axis_type =
          mlir::dyn_cast_or_null<UniformQuantizedPerAxisType>(type);
      if (!quantized_per_axis_type) {
        LLVM_DEBUG(llvm::dbgs()
                   << "Expected a uniform quantized type. Got: " << type << ".\n");
        return false;
      }
    
      if (!IsStorageTypeI8(quantized_per_axis_type)) {
        LLVM_DEBUG(llvm::dbgs() << "Expected an i8 storage type. Got: "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top