joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
356 stars 195 forks source link

Grouped Fully Connected (Dense) Layer #54

Closed joaopauloschuler closed 3 years ago

joaopauloschuler commented 3 years ago

Add Grouped Fully Connected (Dense) Layer.

joaopauloschuler commented 3 years ago

Done.