public class ReluUniformInitScheme extends BaseWeightInitScheme
| Constructor and Description |
|---|
ReluUniformInitScheme(char order,
double fanIn) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
doCreate(DataType dataType,
long[] shape,
INDArray paramsView) |
WeightInit |
type()
The type of the weight init
|
create, create, handleParamsView, orderpublic INDArray doCreate(DataType dataType, long[] shape, INDArray paramsView)
doCreate in class BaseWeightInitSchemepublic WeightInit type()
WeightInitSchemeCopyright © 2021. All rights reserved.