|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include <layer.hpp>
Public Member Functions | |
| bool | operator== (const ParallelStrategy &ps) const |
| bool | operator!= (const ParallelStrategy &ps) const |
Public Attributes | |
| int | sample_groups = 0 |
| int | sample_splits = 0 |
| int | depth_groups = 0 |
| int | depth_splits = 0 |
| int | height_groups = 0 |
| int | height_splits = 0 |
| int | width_groups = 0 |
| int | width_splits = 0 |
| int | channel_groups = 0 |
| int | channel_splits = 0 |
| int | filter_groups = 0 |
| int | filter_splits = 0 |
| int | replications = 0 |
| bool | enable_subgraph = false |
| int | sub_branch_tag = 0 |
| int | sub_branch_resource_percentage = 0 |
|
inline |
|
inline |
| int lbann::ParallelStrategy::channel_groups = 0 |
| int lbann::ParallelStrategy::channel_splits = 0 |
| int lbann::ParallelStrategy::depth_groups = 0 |
| int lbann::ParallelStrategy::depth_splits = 0 |
| bool lbann::ParallelStrategy::enable_subgraph = false |
| int lbann::ParallelStrategy::filter_groups = 0 |
| int lbann::ParallelStrategy::filter_splits = 0 |
| int lbann::ParallelStrategy::height_groups = 0 |
| int lbann::ParallelStrategy::height_splits = 0 |
| int lbann::ParallelStrategy::replications = 0 |
| int lbann::ParallelStrategy::sample_groups = 0 |
| int lbann::ParallelStrategy::sample_splits = 0 |
| int lbann::ParallelStrategy::sub_branch_resource_percentage = 0 |
| int lbann::ParallelStrategy::sub_branch_tag = 0 |
| int lbann::ParallelStrategy::width_groups = 0 |
| int lbann::ParallelStrategy::width_splits = 0 |