-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Compile API: output model and initializer stream write functions #25455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
033a887
Add func typedefs
adrianlizarraga fcdb5cf
Merge branch 'main' into adrianl/compile-api-output-stream
adrianlizarraga 03eb5fa
stub apis
adrianlizarraga 3310968
merge main
adrianlizarraga c3693de
new branch. add 2 streams first
adrianlizarraga a69d5f9
Move away from using Graph's graph_proto_ member
adrianlizarraga 5743dcd
fix deref assignment
adrianlizarraga fd87e0c
Clean up
adrianlizarraga a40f463
Merge branch 'main' into adrianl/compile-api-output-stream
adrianlizarraga 0dadf4d
Use std::filesystem::path in ModelCompilationOptions; fix memleak in …
adrianlizarraga d94cf44
fix unused variable warning (as error)
adrianlizarraga 5bfbddb
Merge main and fix conflicts
adrianlizarraga 69a4338
Update handler function signature to take in the ExternalDataInfo for…
adrianlizarraga 90ade82
Add test that reuses external initializers from original model
adrianlizarraga c36afe5
Define new ExternalDataInfo constructor only for non-minimal builds
adrianlizarraga c07dc11
Merge branch 'main' into adrianl/compile-api-output-stream
adrianlizarraga 4b83a2b
Fix unused variable warning (as error)
adrianlizarraga 91acc8f
another unused variable
adrianlizarraga 6e5629a
Merge branch 'main' into adrianl/compile-api-output-stream
adrianlizarraga 9b092bf
clean up
adrianlizarraga 049b9ad
Start adding csharp api funcs
adrianlizarraga 8e00a06
Remove qnn_factory memleak fix (address in different PR)
adrianlizarraga 11a6c74
Add ExternalInitializerInfo to C++ api
adrianlizarraga 9ca882f
Add compile_to_stream py api
adrianlizarraga 6d522d8
Python bindings and tests
adrianlizarraga af996bb
C# API for WriteBuffer delegate
adrianlizarraga 9b27b31
c# api handle initializers
adrianlizarraga 9607193
missing documentation in c#
adrianlizarraga e65710a
Add ExternalInitializerInfo C# class
adrianlizarraga c16b327
Full C# API for delegate that handles initializers
adrianlizarraga 0b2f0e6
Update comment
adrianlizarraga 83758d1
Merge branch 'main' into adrianl/compile-api-output-stream
adrianlizarraga c62ed23
Address review comments
adrianlizarraga a35e7b6
Address review comments
adrianlizarraga d906855
Remove unused variable
adrianlizarraga 255c2df
Merge branch 'main' into adrianl/compile-api-output-stream
adrianlizarraga 3db3117
Merge main conflicts
adrianlizarraga c7f98de
Merge main again
adrianlizarraga 9031635
Address review comments for C#
adrianlizarraga abd0297
Rename functions in C and python
adrianlizarraga d5012fb
Merge branch 'main' into adrianl/compile-api-output-stream
adrianlizarraga 0e0497a
Address comments
adrianlizarraga 0a61f1f
Merge branch 'main' into adrianl/compile-api-output-stream
adrianlizarraga File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update handler function signature to take in the ExternalDataInfo for…
… original initializer
- Loading branch information
commit 69a4338d45d7fb41f205648420176201ef14a20c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.