load() — pytorch Function Reference
Architecture documentation for the load() function in LiteModuleLoader.java from the pytorch codebase.
Entity Profile
Relationship Graph
Source Code
android/pytorch_android/src/main/java/org/pytorch/LiteModuleLoader.java lines 17–20
public static Module load(
final String modelPath, final Map<String, String> extraFiles, final Device device) {
return new Module(new LiteNativePeer(modelPath, extraFiles, device));
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free