public interface WeightInitScheme
BaseWeightInitScheme
to create a new WeightInitScheme
This is needed to handle things like the parameters view.| Modifier and Type | Method and Description |
|---|---|
INDArray |
create(int[] shape)
Create the array
|
INDArray |
create(int[] shape,
INDArray paramsView)
Create the array
|
char |
order()
The order of the weight init
|
WeightInit |
type()
The type of the weight init
|
INDArray create(int[] shape, INDArray paramsView)
shape - the shape of the arrayparamsView - the parameters viewINDArray create(int[] shape)
shape - the shape of the arraychar order()
WeightInit type()
Copyright © 2018. All rights reserved.