Skip to content

feat(topology): add support for nGraphResourceTransform#62

Merged
PaulWinterstein merged 1 commit into
mainfrom
61-add-nGraphResourceTransform-support
Aug 5, 2025
Merged

feat(topology): add support for nGraphResourceTransform#62
PaulWinterstein merged 1 commit into
mainfrom
61-add-nGraphResourceTransform-support

Conversation

@PaulWinterstein

Copy link
Copy Markdown
Collaborator

Resolves #61

Summary of Changes:

  • Added NGraphResourceTransform model to represent resource transformation elements.
  • Updated the TopologyDeviceConfiguration model to include resource_transform_edges as an additional field, containing the list of resource transformation elements associated with the device. This allows these elements to be handled and compared in the same way as other vertices and edges.
  • Enhanced the comparison model for device configurations (TopologyDeviceConfigurationCompare) to also support the new resource_transform_edges list.
  • Refined API and APP methods in the TopologyAPI and TopologyAPP to handleNGraphResourceTransform elements across relevant functions.

- add NGraphResourceTransform model
- update topology device configuration model
- update topology device configuration compare model
- update methods in topology api
- update methods in topology app
@PaulWinterstein PaulWinterstein marked this pull request as ready for review August 5, 2025 16:21
@PaulWinterstein PaulWinterstein merged commit 4976f27 into main Aug 5, 2025
7 checks passed
@PaulWinterstein PaulWinterstein deleted the 61-add-nGraphResourceTransform-support branch August 5, 2025 16:26
@PaulWinterstein PaulWinterstein self-assigned this May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Devices with internal edges which are not 'unidirectionalEdge' cause an error

2 participants