#include "NeuralGas.h"#include <stdio.h>Functions | |
| speid_t | computeNeuralGas_PPU (NeuralGas_InputData *input) |
Variables | |
| spe_program_handle_t | NeuralGas_SPU |
| speid_t computeNeuralGas_PPU | ( | NeuralGas_InputData * | input | ) |
Runs neural gas algorithm on one SPU.
| input | Neural gas algorithm input data. |
| spe_program_handle_t NeuralGas_SPU |
SPU program handle.
1.5.2