You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ExecutionBlock and CodeTransformer of each Layer from the LayerBinding
It seems to me that the location of the source of truth is not always very clear, especially in the Backend. For instance, the ONNXLayer from the layerBinding carries the gs.Node, the NodeParser (through the mapper), the NodeTemplate (through the binder), the CodeTransformation, and the ExecutionBlock.
Would it be possible to "freeze" some attributes at some stages of the flow, forbidding or warning a user to modify or use them?
The text was updated successfully, but these errors were encountered:
In Deeploy, we use the following IRs:
NetworkContext
NetworkContext
NetworkContext
ExecutionBlock
andCodeTransformer
of each Layer from theLayerBinding
It seems to me that the location of the source of truth is not always very clear, especially in the Backend. For instance, the
ONNXLayer
from thelayerBinding
carries thegs.Node
, theNodeParser
(through themapper
), theNodeTemplate
(through thebinder
), theCodeTransformation
, and theExecutionBlock
.Would it be possible to "freeze" some attributes at some stages of the flow, forbidding or warning a user to modify or use them?
The text was updated successfully, but these errors were encountered: