Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 734 Bytes

concrete.fhe.extensions.tag.md

File metadata and controls

23 lines (12 loc) · 734 Bytes

module concrete.fhe.extensions.tag

Declaration of tag context manager, to allow tagging certain nodes.


function tag

tag(name: str)

Introduce a new tag to the tag stack.

Can be nested, and the resulting tag will be tag1.tag2.