设置卷积的扩张参数。
void SetDilations(Dims dilations) noexcept;
dilations不可以为空,必须是4维或者2维的,每一维取值范围是[1, 255]。
参数名
输入/输出
说明
dilations
输入
扩张参数的维度。
无