#include <stdio.h>#include <spu_ext.h>#include <spu_mfcio.h>#include "NeuralGas_SPU.h"Defines | |
| #define | INPUT_CACHE_SIZE 128 |
| #define | NEURON_CACHE_SIZE 128 |
Functions | |
| NeuralGas_InputData input | __attribute__ ((aligned(128))) |
| int | main (unsigned long long id, addr64 argp, addr64 envp) |
| #define INPUT_CACHE_SIZE 128 |
| #define NEURON_CACHE_SIZE 128 |
| NeuralGas_InputData input __attribute__ | ( | (aligned(128)) | ) |
Input data used to initialize NeuralGas_SPU class.
1.5.2