Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsNestedRegionQuantizable (0.22 sec)

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

          // Among the ops with regions, only reduce_window op is supported for now.
          if (!isa<mlir::stablehlo::ReduceWindowOp>(op_with_region)) {
            return failure();
          }
    
          if (!IsNestedRegionQuantizable(op_with_region)) {
            return failure();
          }
    
          // Quantization parameters can be propagated only for same-scale ops and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 06:04:36 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top