Searched defs:modulePath (Results 1 – 10 of 10) sorted by relevance
/external/executorch/extension/android/src/main/java/org/pytorch/executorch/ |
D | LlamaModule.java | 42 int modelType, String modulePath, String tokenizerPath, float temperature); in initHybrid() 45 public LlamaModule(String modulePath, String tokenizerPath, float temperature) { in LlamaModule() 50 public LlamaModule(int modelType, String modulePath, String tokenizerPath, float temperature) { in LlamaModule()
|
/external/turbine/java/com/google/turbine/binder/ |
D | JimageClassBinder.java | 108 @Nullable Path modulePath(String moduleName) { in modulePath() method in JimageClassBinder 145 Path modulePath = requireNonNull(modulePath(moduleName), moduleName); in initPackage() local
|
/external/skia/src/sksl/ |
D | SkSLModuleDataFile.cpp | 21 SkString modulePath = SkOSPath::Join(exeDir.c_str(), filename); in GetModuleData() local
|
/external/pigweed/pw_protobuf_compiler/ts/codegen/ |
D | template_replacement.ts | 67 const modulePath = buildModulePath('.', file.getName()!); constant
|
/external/golang-protobuf/internal/cmd/generate-protos/ |
D | main.go | 70 modulePath string var
|
/external/lzma/CPP/7zip/UI/Explorer/ |
D | DllExportsExplorer.cpp | 204 FString modulePath; in RegisterServer() local
|
/external/skia/tools/sksl-minify/ |
D | SkSLMinify.cpp | 117 for (auto modulePath = paths.rbegin(); modulePath != paths.rend(); ++modulePath) { in compile_module_list() local
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 161 StringRef modulePath() const { return ModulePath; } in modulePath() function
|
/external/lzma/C/Util/7zipUninstall/ |
D | 7zipUninstall.c | 139 static WCHAR modulePath[MAX_PATH + 10]; variable
|
/external/pytorch/torch/csrc/jit/passes/ |
D | freeze_module.cpp | 618 const std::string& modulePath = it.first; in reassignInterfaceTypes() local
|