Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDilationFactors (0.42 sec)

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

        const Type output_type = GetQuantizedOutputType(
            op, rewriter, has_i32_output, fuse_bias_constant);
        const auto [stride_h, stride_w] = GetStrides(op);
        const auto [dilation_h_factor, dilation_w_factor] = GetDilationFactors(op);
        if (is_depthwise) {
          // The total number of depthwise convolution output channels will be
          // equal to input channel * `depth_multiplier`.
    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