Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UNIFORM_QUANTIZED (0.16 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

              clEnumValN(OpSet::TF, "TF",
                         "Uses TF ops that mimic quantization behavior"),
              clEnumValN(OpSet::XLA, "XLA", "Uses TF XLA ops"),
              clEnumValN(OpSet::UNIFORM_QUANTIZED, "UNIFORM_QUANTIZED",
                         "Uses TF Uniform Quantized ops"))};
    
      Option<bool> enable_per_channel_quantization_{
          *this, "enable-per-channel-quantization", llvm::cl::init(false),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

            UniformQuantizeFunctionCallPattern::Match(uniform_quantize_call_op);
        if (failed(uniform_quantize_call_pattern_for_input)) {
          LLVM_DEBUG(llvm::dbgs()
                     << "Failed to match uniform_quantized call op for input.\n");
          return failure();
        }
    
        // Match the subgraph that receives the convolution output.
        Value conv_output_value = op.getResult();
        if (auto output_element_type =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top