INDArray weightGradView2df=Shape.newShapeNoCopy(weightGradView,new int[]{outDepth,inDepth * kH * kW},false).transpose(); | INDArray weightGradView2df=Shape.newShapeNoCopy(weightGradView,new long[]{outDepth,inDepth * kH * kW},false).transpose(); | Shape.newShapeNoCopy(weightGradView,new int[]{outDepth,inDepth * kH * kW},false) | Shape.newShapeNoCopy(weightGradView,new long[]{outDepth,inDepth * kH * kW},false) | deeplearning4j | 45a40c8a89da4820ee8afdef44a05b81f9da5456 | org.deeplearning4j.nn.layers.convolution.ConvolutionLayer | | | TCIVar | inDepth |
---|
v0 | false |
---|
v2 | kH * kW |
---|
v3 | weightGradView |
---|
| - org.nd4j.linalg.api.shape.Shape
| TCIVar | inDepth |
---|
v0 | false |
---|
v2 | kH * kW |
---|
v3 | weightGradView |
---|
| Uses | True |