Uses of Class
org.deeplearning4j.common.resources.ResourceType
-
Packages that use ResourceType Package Description org.deeplearning4j.common.resources -
-
Uses of ResourceType in org.deeplearning4j.common.resources
Methods in org.deeplearning4j.common.resources that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.common.resources with parameters of type ResourceType Modifier and Type Method Description static FileDL4JResources. getDirectory(ResourceType resourceType, String resourceName)Get the storage location for the specified resource type and resource name
-