Uses of Class
org.nd4j.autodiff.samediff.SDIndex.IndexType
-
Packages that use SDIndex.IndexType Package Description org.nd4j.autodiff.samediff -
-
Uses of SDIndex.IndexType in org.nd4j.autodiff.samediff
Methods in org.nd4j.autodiff.samediff that return SDIndex.IndexType Modifier and Type Method Description static SDIndex.IndexTypeSDIndex.IndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static SDIndex.IndexType[]SDIndex.IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-