Replies: 1 comment 1 reply
-
The CPU execution provider (EP) does implement GetCapability. The implementation sits in the base class. All ops are implemented by the CPU EP since it's meant to be a backup for other EPs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
Hi, I have a question regarding GetCapability for execution providers.
Seems like CPUExecutionProvider doesn't use the GetCapability function, and can anyone tell me how nodes for CPU execution are set?
I'm looking upon the function PartitionOnnxFormatModelImpl in graph_partition.cc.
Thanks,
Jaewook
Beta Was this translation helpful? Give feedback.
All reactions