int outW=inW * size[1]; | int outW=(int)inW * size[1]; | inW * size[1] | (int)inW * size[1] | deeplearning4j | 45a40c8a89da4820ee8afdef44a05b81f9da5456 | org.deeplearning4j.nn.layers.convolution.upsampling.Upsampling2D | | | | | | Uses | True |
int outH=inH * size[0]; | int outH=(int)inH * size[0]; | inH * size[0] | (int)inH * size[0] | deeplearning4j | 45a40c8a89da4820ee8afdef44a05b81f9da5456 | org.deeplearning4j.nn.layers.convolution.upsampling.Upsampling2D | | | | | | Uses | True |