Uses of Class
org.nd4j.autodiff.samediff.config.SDValueType
-
Packages that use SDValueType Package Description org.nd4j.autodiff.samediff.config -
-
Uses of SDValueType in org.nd4j.autodiff.samediff.config
Methods in org.nd4j.autodiff.samediff.config that return SDValueType Modifier and Type Method Description static SDValueTypeSDValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static SDValueType[]SDValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.autodiff.samediff.config with parameters of type SDValueType Modifier and Type Method Description static SDValueSDValue. empty(SDValueType valueType, DataType dataType)Create an empty value for the givenDataType
-