Implement node optimization functions

This commit is contained in:
2023-05-26 17:07:08 +02:00
parent e258a287d5
commit 55cf8e4f17
4 changed files with 89 additions and 15 deletions

View File

@ -26,3 +26,6 @@ end
# u task with 1 child
struct ComputeTaskU <: AbstractComputeTask
end
struct FusedComputeTask{T1<:AbstractComputeTask, T2<:AbstractComputeTask} <: AbstractComputeTask
end