Lines Matching defs:weightWidth
1730 int64_t weightWidth = ShapedType::kDynamic;
1747 weightWidth = weightShape.getDimSize(2);
1771 !ShapedType::isDynamic(weightWidth)) {
1773 int64_t filterSize = (weightWidth - 1) * dilation[1] + 1;
1798 int64_t weightWidth = ShapedType::kDynamic;
1817 weightWidth = weightShape.getDimSize(3);
1847 !ShapedType::isDynamic(weightWidth)) {
1849 int32_t filterSize = (weightWidth - 1) * dilation[2] + 1;
1894 int64_t weightWidth = ShapedType::kDynamic;
1911 weightWidth = weightShape.getDimSize(1);
1946 !ShapedType::isDynamic(weightWidth)) {
1948 int64_t filterSize = (weightWidth - 1) * dilation[1] + 1;
1973 int64_t weightWidth = ShapedType::kDynamic;
1993 weightWidth = weightShape.getDimSize(2);
2016 !ShapedType::isDynamic(weightWidth)) {
2018 (inputWidth - 1) * stride[1] + padding[2] + padding[3] + weightWidth;