Replies: 1 comment 1 reply
-
Yes, given a onnxruntime/onnxruntime/core/providers/coreml/builders/helper.cc Lines 22 to 35 in d1e8d4a |
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
-
Hi all!
We are trying to implement new features into our EP but for them we need to know either the tensor dimensions or number of dimensions when the GetCapability method gets called.
We understand that knowing the specific shapes of a dynamic model at that time is pretty much impossible, but we where wondering if there was a way to at least access the number of dimensions as this information can be found in the ONNX model.
For example, we've seen that dynamic models have input shapes like [batch_size, width, height] in that case we would like to be able to know that num_dims=3.
Currently is there any way to do this?
Beta Was this translation helpful? Give feedback.
All reactions