Uses of Class
org.deeplearning4j.ui.api.Route
-
-
Uses of Route in org.deeplearning4j.ui.api
Methods in org.deeplearning4j.ui.api that return types with arguments of type Route Modifier and Type Method Description List<Route>UIModule. getRoutes()Get a list ofRouteobjects, that specify GET/SET etc methods, and how these should be handled. -
Uses of Route in org.deeplearning4j.ui.module
Methods in org.deeplearning4j.ui.module that return types with arguments of type Route Modifier and Type Method Description List<Route>SameDiffModule. getRoutes() -
Uses of Route in org.deeplearning4j.ui.module.convolutional
Methods in org.deeplearning4j.ui.module.convolutional that return types with arguments of type Route Modifier and Type Method Description List<Route>ConvolutionalListenerModule. getRoutes() -
Uses of Route in org.deeplearning4j.ui.module.defaultModule
Methods in org.deeplearning4j.ui.module.defaultModule that return types with arguments of type Route Modifier and Type Method Description List<Route>DefaultModule. getRoutes() -
Uses of Route in org.deeplearning4j.ui.module.remote
Methods in org.deeplearning4j.ui.module.remote that return types with arguments of type Route Modifier and Type Method Description List<Route>RemoteReceiverModule. getRoutes() -
Uses of Route in org.deeplearning4j.ui.module.train
Methods in org.deeplearning4j.ui.module.train that return types with arguments of type Route Modifier and Type Method Description List<Route>TrainModule. getRoutes() -
Uses of Route in org.deeplearning4j.ui.module.tsne
Methods in org.deeplearning4j.ui.module.tsne that return types with arguments of type Route Modifier and Type Method Description List<Route>TsneModule. getRoutes()
-