#include <stdlib.h>#include <stdio.h>#include <errno.h>#include <libspe.h>#include <altivec.h>#include <vec_types.h>#include "../NeuralGas_Shared.h"#include "NeuralGas.h"Defines | |
| #define | INPUTS_COUNT 256 |
| #define | NEURONS_COUNT 32 |
| #define | LAMBDA_I 10 |
| #define | LAMBDA_F 0.01f |
| #define | EPS_I 0.5f |
| #define | EPS_F 0.005f |
Functions | |
| NeuralGas_InputData input | __attribute__ ((aligned(128))) |
| int | main (int argc, char **argv) |
| #define EPS_F 0.005f |
| #define EPS_I 0.5f |
| #define INPUTS_COUNT 256 |
| #define LAMBDA_F 0.01f |
| #define LAMBDA_I 10 |
| #define NEURONS_COUNT 32 |
| NeuralGas_InputData input __attribute__ | ( | (aligned(128)) | ) |
Input data.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Main entry point of PPU program.
1.5.2