Home
last modified time | relevance | path

Searched defs:NativePeer (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/android/pytorch_android/src/main/java/org/pytorch/
DNativePeer.java8 class NativePeer implements INativePeer { class
26 NativePeer(String moduleAbsolutePath, Map<String, String> extraFiles, Device device) { in NativePeer() method in NativePeer
30 NativePeer( in NativePeer() method in NativePeer
/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
DNativePeer.java22 class NativePeer { class
33 NativePeer(String moduleAbsolutePath, int loadMode) { in NativePeer() method in NativePeer
/external/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/
DLibtorchNativeClient.java12 private static class NativePeer { class in LibtorchNativeClient
/external/pytorch/android/pytorch_android_torchvision/src/main/java/org/pytorch/torchvision/
DTensorImageUtils.java337 private static class NativePeer { class in TensorImageUtils