\brief Used to clean up any state created in the sample class
| 971 | //! \brief Used to clean up any state created in the sample class |
| 972 | //! |
| 973 | bool SampleCharRNNBase::teardown() |
| 974 | { |
| 975 | return true; |
| 976 | } |
| 977 | |
| 978 | //! |
| 979 | //! \brief Initializes members of the params struct using the |