-
Notifications
You must be signed in to change notification settings - Fork 351
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
Add operators necessary for mobilenet #29
Commits on Mar 24, 2020
-
feat(//core/conversion/converters/impl/reduce): Mean reduce converter
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 259aa4c - Browse repository at this point
Copy the full SHA 259aa4cView commit details -
refactor(//core/conversion/converters): Removing a bunch of boilerplate
and add some checking Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 8ad8fa7 - Browse repository at this point
Copy the full SHA 8ad8fa7View commit details
Commits on Mar 27, 2020
-
feat(//core/conversion/conversionctx): Move inline function to associate
values and tensors to a method in the conversion ctx Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 6ab9814 - Browse repository at this point
Copy the full SHA 6ab9814View commit details -
refactor(//core/conversion/converters): Move to key converters by
c10::OperatorName allowing support for different converters for overloaded operators Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 298b5bb - Browse repository at this point
Copy the full SHA 298b5bbView commit details -
refactor(//core/conversion): Now check to make sure all node outputs
have tensor matches, and move to checking with execptions instead of bool returns for the conversion stage Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for de8659b - Browse repository at this point
Copy the full SHA de8659bView commit details -
feat(//core/conversion/converters/impl): Non dimensional reduce
converter Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for ccab7b9 - Browse repository at this point
Copy the full SHA ccab7b9View commit details -
doc(//tests): Add suggested settings for running the full test suite so
as to not exhaust GPU memory Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 36b2eb4 - Browse repository at this point
Copy the full SHA 36b2eb4View commit details
Commits on Mar 28, 2020
-
fix(//core/conversion/converters/impl/linear): In inserting flatten for
layers other than conv, did not remove batch size from tensor shape Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 377ad67 - Browse repository at this point
Copy the full SHA 377ad67View commit details -
fix(//core/conversion/converters/impl/reduce): Adds support for multiple
reduction dimensions Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 7622a97 - Browse repository at this point
Copy the full SHA 7622a97View commit details
Commits on Mar 30, 2020
-
refactor(//tests): Relax threshold for module tests
Perhaps revisit in the future to see if we can reduce this back Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for d1270d9 - Browse repository at this point
Copy the full SHA d1270d9View commit details -
fix(//tests/modules): Remove an old script
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 8be79e1 - Browse repository at this point
Copy the full SHA 8be79e1View commit details -
feat(//core/conversion/converter/Arg): Add typechecking to the unwrap
functions Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 73bfd4c - Browse repository at this point
Copy the full SHA 73bfd4cView commit details -
feat(hardtanh): Adds support for the the hard tanh operator
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 391af52 - Browse repository at this point
Copy the full SHA 391af52View commit details
Commits on Mar 31, 2020
-
feat(//core/conversion/converters/impl/reduce): adds the rest of TRT's
basic reduction operators Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 956b0c5 - Browse repository at this point
Copy the full SHA 956b0c5View commit details -
refactor(//core/conversion/converters/impl/element_wise): remove some
old comments Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for ca42ef5 - Browse repository at this point
Copy the full SHA ca42ef5View commit details