Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPadOpPaddingValues (0.21 sec)

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

          correction_data[flat_ind] = kern_size / correct_divisor;
        }
      }
    
      return DenseFPElementsAttr::get(out_shaped_type, correction_data);
    }
    
    std::array<int, 4> GetPadOpPaddingValues(const TorchAvgPoolData& pool) {
      int pad_bottom = pool.ph;
      int pad_right = pool.pw;
    
      if (pool.ceil_mode) {
        const int remaining_bottom = pool.h_in - ((pool.h_out - 1) * pool.sh);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top