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