webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
mlp.c File Reference
#include "opus_types.h"
#include "opus_defines.h"
#include <math.h>
#include "mlp.h"
#include "arch.h"
#include "tansig_table.h"

Macros

#define MAX_NEURONS   100
 

Functions

void mlp_process (const MLP *m, const float *in, float *out)
 

Macro Definition Documentation

◆ MAX_NEURONS

#define MAX_NEURONS   100

Function Documentation

◆ mlp_process()

void mlp_process ( const MLP m,
const float *  in,
float *  out 
)