refactor: rename compilation artifacts to debug artifacts

This commit is contained in:
Umut
2022-04-28 08:25:13 +02:00
parent a5961a7008
commit 6fe148e72b
9 changed files with 23 additions and 23 deletions

View File

@@ -119,7 +119,7 @@ import concrete.numpy as cnp
import numpy as np
import pathlib
artifacts = cnp.CompilationArtifacts("/tmp/custom/export/path")
artifacts = cnp.DebugArtifacts("/tmp/custom/export/path")
@cnp.compiler({"x": "encrypted"}, artifacts=artifacts)
def f(x):