-
Notifications
You must be signed in to change notification settings - Fork 130
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
SliceNdLayer now uses GatherLayer to get the slices. #635
SliceNdLayer now uses GatherLayer to get the slices. #635
Commits on Sep 16, 2021
-
SliceNdLayer now uses GatherLayer to get the slices. The start argume…
…nt of SliceNdLayer can now be of any shape and not only of shape (B,) as before.
Configuration menu - View commit details
-
Copy full SHA for 77a3bc6 - Browse repository at this point
Copy the full SHA 77a3bc6View commit details -
Quick fixes, reintroduced the min_size option and allow size=None in …
…order to use the max possible size.
Configuration menu - View commit details
-
Copy full SHA for a7840d9 - Browse repository at this point
Copy the full SHA a7840d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 265331e - Browse repository at this point
Copy the full SHA 265331eView commit details -
SliceNdLayer get_out_data_from_opts: removed batch argument from Dime…
…nsionTag because it led to an error
Configuration menu - View commit details
-
Copy full SHA for da952e7 - Browse repository at this point
Copy the full SHA da952e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7bea3 - Browse repository at this point
Copy the full SHA fc7bea3View commit details -
SliceNdLayer: create new dimension tag in get_out_data_from_opts and …
…reuse it in __init__
Configuration menu - View commit details
-
Copy full SHA for e493d92 - Browse repository at this point
Copy the full SHA e493d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed48ac - Browse repository at this point
Copy the full SHA 8ed48acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fb887 - Browse repository at this point
Copy the full SHA 27fb887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 914f563 - Browse repository at this point
Copy the full SHA 914f563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c6222 - Browse repository at this point
Copy the full SHA 20c6222View commit details -
Added test for case that start is of shape [B] in loop and of shape […
…B,T] when optimized out of the loop
Configuration menu - View commit details
-
Copy full SHA for 0e563b3 - Browse repository at this point
Copy the full SHA 0e563b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b451d - Browse repository at this point
Copy the full SHA 54b451dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d329ce4 - Browse repository at this point
Copy the full SHA d329ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b08d75d - Browse repository at this point
Copy the full SHA b08d75dView commit details