Interface WeightInitScheme

    • Method Detail

      • create

        INDArray create​(long[] shape,
                        INDArray paramsView)
        Create the array
        Parameters:
        shape - the shape of the array
        paramsView - the parameters view
        Returns:
        the created array
      • create

        INDArray create​(DataType dataType,
                        long... shape)
        Create the array
        Parameters:
        shape - the shape of the array
        Returns:
        the created array
      • order

        char order()
        The order of the weight init
        Returns:
      • type

        WeightInit type()
        The type of the weight init
        Returns: