Fix tests and operation cache

This commit is contained in:
2023-08-17 14:15:02 +02:00
parent 8a081ba93c
commit ae07b4cf80
8 changed files with 197 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ export make_node, make_edge, insert_node, insert_edge, is_entry_node, is_exit_no
export NodeFusion, NodeReduction, NodeSplit, push_operation!, pop_operation!, can_pop, reset_graph!, get_operations
export import_txt
export ==, in, show
export ==, in, show, isempty, delete!
export bytes_to_human_readable
@@ -15,6 +15,8 @@ import Base.show
import Base.==
import Base.in
import Base.copy
import Base.isempty
import Base.delete!
include("tasks.jl")