onnx/onnx

Spec: Clarify Transpose

Open

#4,611 opened on Oct 20, 2022

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (3,585 forks)batch import
contributions welcomegood first issuequestiontopic: spec clarification

Repository metrics

Stars
 (16,592 stars)
PR merge metrics
 (Avg merge 1d 23h) (80 merged PRs in 30d)

Description

Ask a Question

Question

It is unclear what types of tensors Transpose accepts from the spec. For example, does it accept 1d or 0d tensors as inputs? If so can perm be an empty list? Is perm optional since it has words like "by default"? Does len(perm) need to be rank(input)?

Further information

  • Relevant Area: operators

  • Is this issue related to a specific model?

No

Notes

Contributor guide