mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
refactor: store compil artifacts under a single dir
This commit is contained in:
@@ -22,13 +22,13 @@ public:
|
||||
~DynamicModule();
|
||||
|
||||
static outcome::checked<std::shared_ptr<DynamicModule>, StringError>
|
||||
open(std::string libraryPath);
|
||||
open(std::string outputPath);
|
||||
|
||||
private:
|
||||
outcome::checked<void, StringError>
|
||||
loadClientParametersJSON(std::string path);
|
||||
loadClientParametersJSON(std::string outputPath);
|
||||
|
||||
outcome::checked<void, StringError> loadSharedLibrary(std::string path);
|
||||
outcome::checked<void, StringError> loadSharedLibrary(std::string outputPath);
|
||||
|
||||
private:
|
||||
std::vector<ClientParameters> clientParametersList;
|
||||
|
||||
Reference in New Issue
Block a user