Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inverse_scale_constant_op (0.23 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

        return failure();
      }
    
      auto inverse_scale_constant_op =
          dyn_cast_or_null<stablehlo::ConstantOp>(inverse_scales.getDefiningOp());
      if (!inverse_scale_constant_op) {
        llvm::dbgs()
            << "Inverse scales should be a constant. Instead, it was defined by: "
            << inverse_scale_constant_op << ".\n";
        return failure();
      }
    
      return success();
    }
    
    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