Skip to content
New issue

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

Document on unsupported tensor types. #218

Open
Swopper050 opened this issue Dec 1, 2024 · 1 comment
Open

Document on unsupported tensor types. #218

Swopper050 opened this issue Dec 1, 2024 · 1 comment
Milestone

Comments

@Swopper050
Copy link
Collaborator

See https://pkg.go.dev/gorgonia.org/tensor#pkg-variables

and https://onnx.ai/onnx/intro/concepts.html#supported-types

@Swopper050 Swopper050 added this to the GONNX v1.2.0 milestone Dec 1, 2024
@Swopper050
Copy link
Collaborator Author

Swopper050 commented Dec 1, 2024

Operators with unsupported types:

  • Abs: bfloat16, float16
  • Acos: float16
  • Acosh: float16
  • Add: bfloat16, float16
  • Asin: float16
  • Asinh: float16
  • Tanh: float16
  • Atanh: float16
  • Cast: bfloat16, float16, string
  • Constant: bfloat16, float16, string, complex64, complex128
  • Conv: float16
  • Cos: float16
  • Cosh: float16
  • Div: float16
  • Equal: bfloat16, float16, string
  • Expand: float16
  • Flatten: bfloat16, float16, string, complex64, complex128
  • Gather: bfloat16, float16, string, complex64, complex128
  • Gemm: float16

Stopped because all others are basically same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant