Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      bool IsTransposeConv(
          stablehlo::ConvolutionOp op,
          stablehlo::ConvDimensionNumbersAttr dimension_numbers) const {
        const auto [input_height, input_width, output_height, output_width] =
            GetInOutDimensions(op, dimension_numbers);
        const auto [stride_height, stride_width] = GetStrides(op);
    
        // Reference: https://arxiv.org/pdf/1603.07285.pdf
        // Section 4.6 > Relationship 13 states an associated transposed
    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