Uses of Class
org.nd4j.linalg.indexing.functions.StableNumber.Type
-
Packages that use StableNumber.Type Package Description org.nd4j.linalg.indexing.functions -
-
Uses of StableNumber.Type in org.nd4j.linalg.indexing.functions
Methods in org.nd4j.linalg.indexing.functions that return StableNumber.Type Modifier and Type Method Description static StableNumber.TypeStableNumber.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static StableNumber.Type[]StableNumber.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nd4j.linalg.indexing.functions with parameters of type StableNumber.Type Constructor Description StableNumber(StableNumber.Type type)
-