Home | History | Annotate | Download | only in layers

Lines Matching refs:dim1

1140           The upsampling factors for dim1, dim2 and dim3.
1155 `(batch, dim1, dim2, dim3, channels)`
1157 `(batch, channels, dim1, dim2, dim3)`
1176 dim1 = self.size[0] * input_shape[
1183 [input_shape[0], input_shape[1], dim1, dim2, dim3])
1185 dim1 = self.size[0] * input_shape[
1192 [input_shape[0], dim1, dim2, dim3, input_shape[4]])
1426 dim1 = input_shape[2] + 2 * self.padding[0][0]
1428 dim1 = None
1438 [input_shape[0], input_shape[1], dim1, dim2, dim3])
1441 dim1 = input_shape[1] + 2 * self.padding[0][1]
1443 dim1 = None
1453 [input_shape[0], dim1, dim2, dim3, input_shape[4]])
1727 dim1 = input_shape[2] - self.cropping[0][0] - self.cropping[0][1]
1729 dim1 = None
1739 [input_shape[0], input_shape[1], dim1, dim2, dim3])
1742 dim1 = input_shape[1] - self.cropping[0][0] - self.cropping[0][1]
1744 dim1 = None
1754 [input_shape[0], dim1, dim2, dim3, input_shape[4]])