Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
microsoft
/
onnxruntime
Public
Notifications
You must be signed in to change notification settings
Fork
4.3k
Star
21.9k
Code
Issues
831
Pull requests
907
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
[EP ABI] Support for TENSOR type attribute
- #25566
#25566
Merged
Chi Lo (chilo-ms)
merged 21 commits into
main
microsoft/onnxruntime:main
from
chi/add_ort_node_tensor_attribute
microsoft/onnxruntime:chi/add_ort_node_tensor_attribute
Copy head branch name to clipboard
Jul 30, 2025
Conversation
Commits
21
(21)
Checks
Files changed
Merged
[EP ABI] Support for TENSOR type attribute
#25566
Chi Lo (chilo-ms)
merged 21 commits into
main
microsoft/onnxruntime:main
from
chi/add_ort_node_tensor_attribute
microsoft/onnxruntime:chi/add_ort_node_tensor_attribute
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2025
Initial commit with experimental code
Chi Lo (chilo-ms)
committed
6da8bf6
View commit details
Copy full SHA for 6da8bf6
Browse repository at this point
Remove the code not needed
Chi Lo (chilo-ms)
committed
006e07d
View commit details
Copy full SHA for 006e07d
Browse repository at this point
update OrtGraph to proto util to support getting TENSOR attribute
Chi Lo (chilo-ms)
committed
7a2722e
View commit details
Copy full SHA for 7a2722e
Browse repository at this point
small update
Chi Lo (chilo-ms)
committed
fe02556
View commit details
Copy full SHA for fe02556
Browse repository at this point
fix minor issues
Chi Lo (chilo-ms)
committed
209122c
View commit details
Copy full SHA for 209122c
Browse repository at this point
fix unused parameter warning
Chi Lo (chilo-ms)
committed
af17a24
View commit details
Copy full SHA for af17a24
Browse repository at this point
minor change to change the place the function declaration
Chi Lo (chilo-ms)
committed
2ab28ba
View commit details
Copy full SHA for 2ab28ba
Browse repository at this point
forogt to add 'return nullptr'
Chi Lo (chilo-ms)
committed
b513207
View commit details
Copy full SHA for b513207
Browse repository at this point
remove wrong comment and code
Chi Lo (chilo-ms)
committed
05d47be
View commit details
Copy full SHA for 05d47be
Browse repository at this point
Commits on Jul 29, 2025
update code and add unit test
Chi Lo (chilo-ms)
committed
287d5b5
View commit details
Copy full SHA for 287d5b5
Browse repository at this point
address reviewers' comments
Chi Lo (chilo-ms)
committed
d2c0695
View commit details
Copy full SHA for d2c0695
Browse repository at this point
make it on demand for creating and caching the 'TENSOR' attribute as an OrtValue
Chi Lo (chilo-ms)
committed
3a46c88
View commit details
Copy full SHA for 3a46c88
Browse repository at this point
Merge branch 'main' into chi/add_ort_node_tensor_attribute
Chi Lo (chilo-ms)
authored
b81edf3
View commit details
Copy full SHA for b81edf3
Browse repository at this point
address lintrunner issue
Chi Lo (chilo-ms)
committed
f78d672
View commit details
Copy full SHA for f78d672
Browse repository at this point
Use onnx::TensorProto instead of unique_ptr<onnx::TensorProto>
Chi Lo (chilo-ms)
committed
103168b
View commit details
Copy full SHA for 103168b
Browse repository at this point
remove redundnat code
Chi Lo (chilo-ms)
committed
ba84595
View commit details
Copy full SHA for ba84595
Browse repository at this point
fix compile error
Chi Lo (chilo-ms)
committed
a3b843c
View commit details
Copy full SHA for a3b843c
Browse repository at this point
Commits on Jul 30, 2025
Make the api return OrtValue without caching it, caller now owns it
Chi Lo (chilo-ms)
committed
d635adb
View commit details
Copy full SHA for d635adb
Browse repository at this point
address reviewer comments
Chi Lo (chilo-ms)
committed
53b355e
View commit details
Copy full SHA for 53b355e
Browse repository at this point
Move tensor attribute check into EpNode::GetTensorAttributeAsOrtValue
Chi Lo (chilo-ms)
committed
0b6a941
View commit details
Copy full SHA for 0b6a941
Browse repository at this point
address reviewer comments
Chi Lo (chilo-ms)
committed
d9e40c0
View commit details
Copy full SHA for d9e40c0
Browse repository at this point
You can’t perform that action at this time.