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

GONNX v1.1.0 #197

Merged
merged 66 commits into from
Jan 30, 2024
Merged

GONNX v1.1.0 #197

merged 66 commits into from
Jan 30, 2024

Conversation

Swopper050
Copy link
Collaborator

No description provided.

Swopper050 and others added 30 commits January 20, 2023 21:27
Update import paths.
Add pipelines for testing (#4)
Swopper050 and others added 29 commits November 7, 2023 08:43
* Added cos operator

* Replace s struct identifier

* Missed characters

* Fixed comment

* Resolved MR comments

* Fix tests

* Fix lint

* remove unused errors

* Fix naming

* Group declarations

---------

Co-authored-by: Swopper050 <[email protected]>
* Added acosh operator

* Merged develop

---------

Co-authored-by: Swopper050 <[email protected]>
* Working on conv operator

* Added all attributes for conv operator

* WIP on conv operator

* Shit's hard

* WIP on conv operator

* Set defaults for attributes

* Finished computation of dilated kernel

* Start of 1D conv implementation

* Almost finished 1D convolution

* Working 2D conv!

* Working convolution operator

* Add mnist model

* Added tests + bugfixes in conv

* Full coverage

* Remove unnecessary if

* Kept division by 2

* Fix last MR comment

* Fix lint?

---------

Co-authored-by: Swopper050 <[email protected]>
* Added acos operator

* Merge develop

* Group declarations

---------

Co-authored-by: Swopper050 <[email protected]>
* Added Sin operator

* Added ONNX sin test coverage

* Fix tests

* Remove unused error

* Remove unused error

* Fix lint

* Fix lint

* Use float type

---------

Co-authored-by: Swopper050 <[email protected]>
* Added asin operator

* Use FloatType

---------

Co-authored-by: Swopper050 <[email protected]>
* Added sinh operator

* Updated comments

* Use FloatType

---------

Co-authored-by: Swopper050 <[email protected]>
* Added atan operator

* Use FloatType

---------

Co-authored-by: Swopper050 <[email protected]>
* Added atanh operator

* Use FloatType

---------

Co-authored-by: Swopper050 <[email protected]>
* Added tan operator

* Use FloatType

---------

Co-authored-by: Swopper050 <[email protected]>
* Added asinh operator

* Remove unused types

---------

Co-authored-by: Swopper050 <[email protected]>
* Added cosh operator

* Group declarations

* Correct Apply comment

---------

Co-authored-by: Swopper050 <[email protected]>
* Added softmax operator

* Merged develop

* Resolved MR comments

---------

Co-authored-by: Swopper050 <[email protected]>
* Added not operator

* Resolved MR comments

---------

Co-authored-by: Swopper050 <[email protected]>
* Added boolean operators

* Fix lint

* Fix final linst

* Create a generic apply boolean operator

* Refactored boolean operators to use binary op generic function

* Refactored even more

* Generalized binary operations

---------

Co-authored-by: Swopper050 <[email protected]>
* Added equal, greater, greaterOrEqual operator

* Merged develop

* Resolved MR comments

---------

Co-authored-by: Swopper050 <[email protected]>
* WIP on RNN

* WIP on RNN

* Working RNN version

* Added tests for RNN

* Resolved MR comments

* Do not export rnn specific constants

---------

Co-authored-by: Swopper050 <[email protected]>
* WIP on RNN

* WIP on RNN

* Working RNN version

* Added tests for RNN

* Working version of LSTM operator

* Reusable attrs and tests for LSTM

* Refactored recurrent operators to share code

* Resolved MR comments

* Do not export rnn specific constants

---------

Co-authored-by: Swopper050 <[email protected]>
* WIP on LinearRegressor

* Added tests for linear regressor

* Added test descriptions and docstring

* Do not export constants

---------

Co-authored-by: Swopper050 <[email protected]>
* Upgrade to Go1.21

* Updated Makefile

---------

Co-authored-by: Swopper050 <[email protected]>
* Ignore newly added (unsupported) onnx test cases

* Clone specific tag

---------

Co-authored-by: Swopper050 <[email protected]>
…n-develop

Fix conflicts between main and develop (#198)
@Swopper050 Swopper050 merged commit 6749f4f into main Jan 30, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

3 participants