Lines Matching defs:weightHeight
1731 int64_t weightHeight = ShapedType::kDynamic;
1746 weightHeight = weightShape.getDimSize(1);
1763 !ShapedType::isDynamic(weightHeight)) {
1765 int64_t filterSize = (weightHeight - 1) * dilation[0] + 1;
1799 int64_t weightHeight = ShapedType::kDynamic;
1816 weightHeight = weightShape.getDimSize(2);
1839 !ShapedType::isDynamic(weightHeight)) {
1841 int32_t filterSize = (weightHeight - 1) * dilation[1] + 1;
1895 int64_t weightHeight = ShapedType::kDynamic;
1910 weightHeight = weightShape.getDimSize(0);
1938 !ShapedType::isDynamic(weightHeight)) {
1940 int64_t filterSize = (weightHeight - 1) * dilation[0] + 1;
1974 int64_t weightHeight = ShapedType::kDynamic;
1992 weightHeight = weightShape.getDimSize(1);
2008 !ShapedType::isDynamic(weightHeight)) {
2010 (inputHeight - 1) * stride[0] + padding[0] + padding[1] + weightHeight;