sPyNNaker neural_modelling 7.3.1
|
Data Fields | |
uint32_t | size_per_core |
The size of the source in the dimension. | |
uint32_t | cum_size_per_core |
The cumulative size per core to be divided by to get this dimension. | |
div_const | cum_size_per_core_div |
The values used to divide to get the dimension value from a scalar. | |
uint32_t | cores |
The number of cores in the full population in this dimension. | |
uint32_t | cum_cores |
The cumulative cores to divide by to get this dimension. | |
div_const | cum_cores_div |
Division by cores per dim. | |
uint32_t | size_last_core |
The size of the last core in the dimension. | |
uint32_t | cum_size_last_core |
The cumulative size on the last core to divide by to get this dimension. | |
div_const | cum_size_last_core_div |
The division by the dimension on the last core. | |
Definition at line 27 of file local_only_pool_dense_impl.c.
uint32_t source_dim::size_per_core |
The size of the source in the dimension.
Definition at line 29 of file local_only_pool_dense_impl.c.
uint32_t source_dim::cum_size_per_core |
The cumulative size per core to be divided by to get this dimension.
Definition at line 31 of file local_only_pool_dense_impl.c.
div_const source_dim::cum_size_per_core_div |
The values used to divide to get the dimension value from a scalar.
Definition at line 33 of file local_only_pool_dense_impl.c.
uint32_t source_dim::cores |
The number of cores in the full population in this dimension.
Definition at line 35 of file local_only_pool_dense_impl.c.
uint32_t source_dim::cum_cores |
The cumulative cores to divide by to get this dimension.
Definition at line 37 of file local_only_pool_dense_impl.c.
div_const source_dim::cum_cores_div |
Division by cores per dim.
Definition at line 39 of file local_only_pool_dense_impl.c.
uint32_t source_dim::size_last_core |
The size of the last core in the dimension.
Definition at line 41 of file local_only_pool_dense_impl.c.
uint32_t source_dim::cum_size_last_core |
The cumulative size on the last core to divide by to get this dimension.
Definition at line 43 of file local_only_pool_dense_impl.c.
div_const source_dim::cum_size_last_core_div |
The division by the dimension on the last core.
Definition at line 45 of file local_only_pool_dense_impl.c.