onnxruntime
[python api] align api with other language bindings' treatment of explicit provider registrations. enforce use of providers param in python InferenceSession when execution providers other than default CPU are enabled.
#9712
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
10
Changes
View On
GitHub
Commits
remove default python ep registration. raise exception if providers are not explicitly set if there are available providers
jywu-msft
committed
4 years ago
temporarily disable exception
jywu-msft
committed
4 years ago
fix python tests
jywu-msft
committed
4 years ago
explicitly set CUDAProvider for python iobinding tests
jywu-msft
committed
4 years ago
explicitly set providers param for InferenceSession())
jywu-msft
committed
4 years ago
onnxrt
jywu-msft
committed
4 years ago
raise ValueError if not explicitly set providers when creating InferenceSession
jywu-msft
committed
4 years ago
add required providers param
jywu-msft
committed
4 years ago
explicitly set providers
jywu-msft
committed
4 years ago
typo
jywu-msft
committed
4 years ago
Loading