Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for input_width (0.08 sec)

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

        return output_height > input_height && output_width > input_width &&
               stride_height == 1 && stride_width == 1;
      }
    
      bool IsSamePadding(
          stablehlo::ConvolutionOp op,
          stablehlo::ConvDimensionNumbersAttr dimension_numbers) const {
        const auto [input_height, input_width, output_height, output_width] =
            GetInOutDimensions(op, dimension_numbers);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top