Home
last modified time | relevance | path

Searched defs:modulePath (Results 1 – 10 of 10) sorted by relevance

/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
DLlamaModule.java42 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/
DJimageClassBinder.java108 @Nullable Path modulePath(String moduleName) { in modulePath() method in JimageClassBinder
145 Path modulePath = requireNonNull(modulePath(moduleName), moduleName); in initPackage() local
/external/skia/src/sksl/
DSkSLModuleDataFile.cpp21 SkString modulePath = SkOSPath::Join(exeDir.c_str(), filename); in GetModuleData() local
/external/pigweed/pw_protobuf_compiler/ts/codegen/
Dtemplate_replacement.ts67 const modulePath = buildModulePath('.', file.getName()!); constant
/external/golang-protobuf/internal/cmd/generate-protos/
Dmain.go70 modulePath string var
/external/lzma/CPP/7zip/UI/Explorer/
DDllExportsExplorer.cpp204 FString modulePath; in RegisterServer() local
/external/skia/tools/sksl-minify/
DSkSLMinify.cpp117 for (auto modulePath = paths.rbegin(); modulePath != paths.rend(); ++modulePath) { in compile_module_list() local
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h161 StringRef modulePath() const { return ModulePath; } in modulePath() function
/external/lzma/C/Util/7zipUninstall/
D7zipUninstall.c139 static WCHAR modulePath[MAX_PATH + 10]; variable
/external/pytorch/torch/csrc/jit/passes/
Dfreeze_module.cpp618 const std::string& modulePath = it.first; in reassignInterfaceTypes() local