Uses of Class
org.nd4j.autodiff.samediff.VariableType
-
Packages that use VariableType Package Description org.nd4j.autodiff.samediff org.nd4j.autodiff.samediff.serde -
-
Uses of VariableType in org.nd4j.autodiff.samediff
Fields in org.nd4j.autodiff.samediff declared as VariableType Modifier and Type Field Description protected VariableTypeSDVariable. variableTypeMethods in org.nd4j.autodiff.samediff that return VariableType Modifier and Type Method Description static VariableTypeVariableType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableType[]VariableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.autodiff.samediff with parameters of type VariableType Modifier and Type Method Description SDVariableSameDiff. var(@NonNull String name, @NonNull VariableType variableType, WeightInitScheme weightInitScheme, DataType dataType, long... shape)Variable initialization with a specifiedWeightInitSchemeThis method creates VARIABLE type SDVariable - i.e., must be floating point, and is a trainable parameter.Constructors in org.nd4j.autodiff.samediff with parameters of type VariableType Constructor Description SDVariable(@NonNull String varName, @NonNull VariableType varType, @NonNull SameDiff sameDiff, long[] shape, DataType dataType) -
Uses of VariableType in org.nd4j.autodiff.samediff.serde
Methods in org.nd4j.autodiff.samediff.serde that return VariableType Modifier and Type Method Description static VariableTypeFlatBuffersMapper. fromVarType(byte varType)Methods in org.nd4j.autodiff.samediff.serde with parameters of type VariableType Modifier and Type Method Description static byteFlatBuffersMapper. toVarType(VariableType variableType)
-