mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
feat(python): get path to diff artifacts
- path to client parameters file - path to shared library
This commit is contained in:
@@ -103,6 +103,16 @@ library_server_call(LibrarySupport_C support,
|
||||
return std::move(*publicResult);
|
||||
}
|
||||
|
||||
MLIR_CAPI_EXPORTED std::string
|
||||
library_get_shared_lib_path(LibrarySupport_C support) {
|
||||
return support.support.getSharedLibPath();
|
||||
}
|
||||
|
||||
MLIR_CAPI_EXPORTED std::string
|
||||
library_get_client_parameters_path(LibrarySupport_C support) {
|
||||
return support.support.getClientParametersPath();
|
||||
}
|
||||
|
||||
// Client Support bindings ///////////////////////////////////////////////////
|
||||
|
||||
MLIR_CAPI_EXPORTED std::unique_ptr<concretelang::clientlib::KeySet>
|
||||
|
||||
Reference in New Issue
Block a user