We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still no plan to impl onnx conversion but list here
https://github.com/onnx/onnx/blob/master/docs/Operators.md
Add
And
Conv (NOTE CPU supports arbitrary shapes but CUDNN supports only 4/5 dim and limited shapes)
ConvTranspose
Div
Equal
Gemm
Greater
Less
MatMul (NOTE: no batch matmul support yet)
Max
Min
Mul
Not
Or
Sub
Xor
Random
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Still no plan to impl onnx conversion but list here
https://github.com/onnx/onnx/blob/master/docs/Operators.md
Unary
Binary (NOTE: some ops are partially supported via CUDNN opTensor)
Add
And
Conv (NOTE CPU supports arbitrary shapes but CUDNN supports only 4/5 dim and limited shapes)
ConvTranspose
Div
Equal
Gemm
Greater
Less
MatMul (NOTE: no batch matmul support yet)
Max
Min
Mul
Not
Or
Sub
Xor
Random
Reduction (NOTE: some ops are partially supported via CUDNN opTensor)
Topology
Learnable/Parametric
what?
non onnx ops
The text was updated successfully, but these errors were encountered: