Class InputType.InputTypeConvolutional3D

    • Constructor Detail

      • InputTypeConvolutional3D

        public InputTypeConvolutional3D​(Convolution3D.DataFormat dataFormat,
                                        long depth,
                                        long height,
                                        long width,
                                        long channels)
    • Method Detail

      • getShape

        public long[] getShape​(boolean includeBatchDim)
        Description copied from class: InputType
        Returns the shape of this InputType
        Specified by:
        getShape in class InputType
        Parameters:
        includeBatchDim - Whether to include minibatch in the return shape array
        Returns:
        int[]