|
| std::ostream & | torch::optim::operator<< (std::ostream &os, const torch::optim::AdagradOptions &obj) |
| | Print (as string) a torch::optim::AdagradOptions object.
|
| |
| std::ostream & | torch::optim::operator<< (std::ostream &os, const torch::optim::AdamOptions &obj) |
| | Print (as string) a torch::optim::AdamOptions object.
|
| |
| std::ostream & | torch::optim::operator<< (std::ostream &os, const torch::optim::AdamWOptions &obj) |
| | Print (as string) a torch::optim::AdamWOptions object.
|
| |
| std::ostream & | torch::optim::operator<< (std::ostream &os, const torch::optim::LBFGSOptions &obj) |
| | Print (as string) a torch::optim::LBFGSOptions object.
|
| |
| std::ostream & | torch::optim::operator<< (std::ostream &os, const torch::optim::RMSpropOptions &obj) |
| | Print (as string) a torch::optim::RMSpropOptions object.
|
| |
| std::ostream & | torch::optim::operator<< (std::ostream &os, const torch::optim::SGDOptions &obj) |
| | Print (as string) a torch::optim::SGDOptions object.
|
| |
Optimizier type traits.
- Author
- Matthias Moller.
- Copyright
- This file is part of the IgANet project.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.