"docs/en_US/Builtin_Assessors.md" did not exist on "ccff6733323f413d720ff5b89087a825caff44a2"
Commit f60297db authored by charlie's avatar charlie
Browse files

Naming fix

parent ef738568
......@@ -50,8 +50,8 @@ void calculate_padding(int64_t idx,
* \param use_upper put odd padding on upper or lower side
* \return padding in the form of {x0_begin, x1_begin, ... x0_end , x1_end, ...}
*/
std::vector<std::size_t> calc_dyn_auto_pad(const std::vector<std::size_t>& tensor_lens,
const std::vector<std::size_t>& k_lens,
std::vector<std::size_t> calc_dyn_auto_pad(const std::vector<std::size_t>& input_lens,
const std::vector<std::size_t>& wei_lens,
const std::vector<std::size_t>& strides,
const std::vector<std::size_t>& dilations,
bool use_upper);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment