sPyNNaker neural_modelling 7.1.1
Loading...
Searching...
No Matches
Data Fields
connector Struct Reference

Data Fields

lc_shape_t kernel
 The shape of the kernel.
 
lc_shape_t padding
 The shape of the padding.
 
uint16_t positive_synapse_type
 The index of the synapse for positive weights.
 
uint16_t negative_synapse_type
 The index of the synapse for negative weights.
 
uint16_t delay_stage
 The delay stage.
 
uint16_t delay
 The delay in time steps.
 
uint16_t kernel_index
 The index of the weights for the kernel.
 
div_const stride_height_div
 1 / stride height
 
div_const stride_width_div
 1 / stride width;
 
div_const pool_stride_height_div
 1 / pooling stride height
 
div_const pool_stride_width_div
 1 / pooling stride width
 
uint16_t n_dims
 
uint16_t n_weights
 
div_const pool_stride_div []
 

Detailed Description

Definition at line 29 of file local_only_conv_impl.c.

Field Documentation

◆ kernel

lc_shape_t connector::kernel

The shape of the kernel.

Definition at line 31 of file local_only_conv_impl.c.

◆ padding

lc_shape_t connector::padding

The shape of the padding.

Definition at line 33 of file local_only_conv_impl.c.

◆ positive_synapse_type

uint16_t connector::positive_synapse_type

The index of the synapse for positive weights.

Definition at line 35 of file local_only_conv_impl.c.

◆ negative_synapse_type

uint16_t connector::negative_synapse_type

The index of the synapse for negative weights.

Definition at line 37 of file local_only_conv_impl.c.

◆ delay_stage

uint16_t connector::delay_stage

The delay stage.

Definition at line 39 of file local_only_conv_impl.c.

◆ delay

uint16_t connector::delay

The delay in time steps.

Definition at line 41 of file local_only_conv_impl.c.

◆ kernel_index

uint16_t connector::kernel_index

The index of the weights for the kernel.

Definition at line 43 of file local_only_conv_impl.c.

◆ stride_height_div

div_const connector::stride_height_div

1 / stride height

Definition at line 47 of file local_only_conv_impl.c.

◆ stride_width_div

div_const connector::stride_width_div

1 / stride width;

Definition at line 49 of file local_only_conv_impl.c.

◆ pool_stride_height_div

div_const connector::pool_stride_height_div

1 / pooling stride height

Definition at line 51 of file local_only_conv_impl.c.

◆ pool_stride_width_div

div_const connector::pool_stride_width_div

1 / pooling stride width

Definition at line 53 of file local_only_conv_impl.c.

◆ n_dims

uint16_t connector::n_dims

Definition at line 57 of file local_only_pool_dense_impl.c.

◆ n_weights

uint16_t connector::n_weights

Definition at line 58 of file local_only_pool_dense_impl.c.

◆ pool_stride_div

div_const connector::pool_stride_div[]

Definition at line 63 of file local_only_pool_dense_impl.c.


The documentation for this struct was generated from the following files: