Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsConnectedWithCompsiteFunction (0.46 sec)

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

          }
    
          if (!op_quant_scale_spec_getter_(quantizing_op)
                   ->has_same_scale_requirement) {
            continue;
          }
    
          if (target_opset_ == OpSet::XLA &&
              !IsConnectedWithCompsiteFunction(quantizing_op)) {
            continue;
          }
    
          // Same scale op is not supported for Uniform Quantized ops.
          if (target_opset_ == OpSet::UNIFORM_QUANTIZED) {
            continue;
          }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top