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
I think the output shape inference should be implementation independent and be specified per-op. The spec mentions the output shape calculation for some ops. For example,
More specifically, the spatial dimensions or the sizes of the last two dimensions of the output tensor for the nchw input layout can be calculated as follow:
Various graph builder methods (7 of them?) contain this or similar phrasing:
Is this truly expected to be implementation dependent, or can it be rigorously specified on a per-op basis?
The text was updated successfully, but these errors were encountered: