neural_compressor.ux.components.graph.node
¶
Node class.
Module Contents¶
Classes¶
Single Node in graph. |
|
Node being a group of Nodes in Graph. |
- class neural_compressor.ux.components.graph.node.Node(id: str, label: str, highlight: bool = False, properties: Dict[str, Any] = {}, attributes: List[neural_compressor.ux.components.graph.attribute.Attribute] = [], groups: List[str] = [])¶
Bases:
neural_compressor.ux.utils.json_serializer.JsonSerializer
Single Node in graph.