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

Implement operator Cast for backend Gorgonia #206

Open
clarkmcc opened this issue May 13, 2023 · 0 comments
Open

Implement operator Cast for backend Gorgonia #206

clarkmcc opened this issue May 13, 2023 · 0 comments
Labels
backend Feature request Operator This is related to a specific operator

Comments

@clarkmcc
Copy link

Why is this operator needed?

Disclaimer: I'm new to this machine-learning business. I've developed a TensorFlow model that I've converted to an onnx model. The model looks like this:

_________________________________________________________________
 Layer (type)                Output Shape              Param #   
=================================================================
 embedding_2 (Embedding)     (None, 500, 64)           5312      
                                                                 
 bidirectional_2 (Bidirectio  (None, 500, 256)         197632    
 nal)                                                            
                                                                 
 time_distributed_2 (TimeDis  (None, 500, 3)           771       
 tributed)                                                       
                                                                 
=================================================================
Total params: 203,715
Trainable params: 203,715
Non-trainable params: 0
_________________________________________________________________

Implementation

https://github.com/onnx/onnx/blob/main/docs/Operators.md#cast

Link to existing material on the backend

Expected problems?

N/A

Tests

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Feature request Operator This is related to a specific operator
Projects
None yet
Development

No branches or pull requests

1 participant