Allow zero input for EpContext node - #29799
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Hi adrastogi Dwayne Robinson (@fdwr) Please take a look, thanks!
|
|
/azp run Test Linux CUDA x64 Release,Test Linux TensorRT x64 Release,web_Debug / build_onnxruntime_web,web_Release / build_onnxruntime_web |
|
No pipelines are associated with this pull request. |
adrastogi Do you want someone else from ORT to look at this? Otherwise I'm content to merge (I don't see how relaxing this restriction causes any compat issues, since ORT is backwards compatible, with no guarantee of forward compatibility with newer opsets or constraints). |
|
Dwayne Robinson (@fdwr) thanks! No, I think we're good here, thanks for evaluating that comment. |
Description
Set
min_arityof inputs to zero in EPContext node registration.Motivation and Context
PR #28771 relaxed CompileModel validation to accept zero-input OrtModel graphs, so EpContext node should also accept zero-input.