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

(psv): Add generic cross product helper function for parametrized tests. #3067

Open
piascikj opened this issue Apr 26, 2018 · 0 comments
Open
Labels

Comments

@piascikj
Copy link
Member


opened via imdone.io from a code comment on 521606da457c7ba9185b4742bd015fd63fe5dfd4 by Pavithra Vijay [email protected]


# TODO(psv): Add generic cross product helper function for parametrized tests.
@parameterized.named_parameters(
('cudnnlstm_to_lstm_unidirectional_impl_1', 'LSTM', False, False, 1),
('cudnnlstm_to_lstm_bidirectional_impl_1', 'LSTM', False, True, 1),
('lstm_to_cudnnlstm_unidirectional_impl_1', 'LSTM', True, False, 1),
('lstm_to_cudnnlstm_bidirectional_impl_1', 'LSTM', True, True, 1),

@piascikj piascikj added the TODO label May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant