Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InsertRequantForReduceMean (0.2 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/transforms/device_transform_patterns.cc

    // input & output.
    // Please note: THIS IS NOT a mathmetically-equivalent transformation and it may
    // loose accuracy, so we need to use this very very carefully.
    LogicalResult InsertRequantForReduceMean::matchAndRewrite(
        TFL::MeanOp mean_op, PatternRewriter& rewriter) const {
      auto input = mean_op.getInput();
      auto input_type = mlir::dyn_cast_or_null<ShapedType>(input.getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 25.4K bytes
    - Viewed (0)
Back to top