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