Skip to content

Extract shared model I/O name-discovery helpers into CoreAIShared - #177

Merged
stikves merged 3 commits into
apple:mainfrom
stikves:sukru/extract-name-discovery
Aug 17, 2026
Merged

Extract shared model I/O name-discovery helpers into CoreAIShared#177
stikves merged 3 commits into
apple:mainfrom
stikves:sukru/extract-name-discovery

Conversation

@stikves

@stikves stikves commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Move findImageInputName, findLogitsOutputName, and findBoxesOutputName into a new ModelIONameResolver enum in CoreAIShared/Runtime, eliminating duplication between ObjectDetector and ImageSegmentationEngine.

stikves and others added 2 commits August 16, 2026 10:43
Move findImageInputName, findLogitsOutputName, and findBoxesOutputName
into a new ModelIONameResolver enum in CoreAIShared/Runtime, eliminating
duplication between ObjectDetector and ImageSegmentationEngine.

@kevchengcodes kevchengcodes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for making this shared file!

@stikves stikves self-assigned this Aug 17, 2026
@stikves
stikves merged commit 21dc8ad into apple:main Aug 17, 2026
6 of 9 checks passed
@stikves
stikves deleted the sukru/extract-name-discovery branch August 17, 2026 21:51
stikves added a commit to stikves/coreai-models that referenced this pull request Aug 17, 2026
findImageInputName and findLogitsOutputName moved to
ModelIONameResolver in CoreAIShared — update test references.
stikves added a commit to stikves/coreai-models that referenced this pull request Aug 17, 2026
findImageInputName and findLogitsOutputName moved to
ModelIONameResolver in CoreAIShared — update test references.
stikves added a commit to stikves/coreai-models that referenced this pull request Aug 18, 2026
findImageInputName and findLogitsOutputName moved to
ModelIONameResolver in CoreAIShared — update test references.
stikves added a commit that referenced this pull request Aug 18, 2026
)

findImageInputName and findLogitsOutputName moved to
ModelIONameResolver in CoreAIShared — update test references.
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.

3 participants