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