mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
refactor(compilation-artifacts): enable showing data types during export
This commit is contained in:
@@ -68,7 +68,7 @@ class CompilationArtifacts:
|
||||
|
||||
if self.operation_graph is not None:
|
||||
with open(output_directory.joinpath("graph.txt"), "w") as f:
|
||||
f.write(f"{get_printable_graph(self.operation_graph)[1:]}\n")
|
||||
f.write(f"{get_printable_graph(self.operation_graph, show_data_types=True)[1:]}\n")
|
||||
|
||||
if self.bounds is not None:
|
||||
with open(output_directory.joinpath("bounds.txt"), "w") as f:
|
||||
|
||||
Reference in New Issue
Block a user