|
Mila 0.13.48
Deep Neural Network Library
|
Information about axis partitioning of a tensor. More...
Public Attributes | |
| int64_t | axis_size |
| Size of the axis dimension. | |
| int64_t | inner_size |
| Product of dimensions after axis. | |
| int64_t | normalized_axis |
| Axis normalized to [0, ndim). | |
| int64_t | num_slices |
| outer_size * inner_size (for statistics buffers) | |
| int64_t | outer_size |
| Product of dimensions before axis. | |
Information about axis partitioning of a tensor.
| int64_t Mila::Dnn::AxisPartition::axis_size |
Size of the axis dimension.
| int64_t Mila::Dnn::AxisPartition::inner_size |
Product of dimensions after axis.
| int64_t Mila::Dnn::AxisPartition::normalized_axis |
Axis normalized to [0, ndim).
| int64_t Mila::Dnn::AxisPartition::num_slices |
outer_size * inner_size (for statistics buffers)
| int64_t Mila::Dnn::AxisPartition::outer_size |
Product of dimensions before axis.