HomeSort by relevance Sort by last modified time
    Searched refs:MLP (Results 1 - 4 of 4) sorted by null

  /external/libopus/src/
mlp.h 37 } MLP;
39 void mlp_process(const MLP *m, const float *in, float *out);
mlp.c 36 #include "mlp.h"
93 void mlp_process(const MLP *m, const opus_val16 *in, opus_val16 *out)
117 void mlp_process(const MLP *m, const float *in, float *out)
mlp_data.c 2 It contains multi-layer perceptron (MLP) weights. */
4 #include "mlp.h"
101 const MLP net = {
analysis.c 39 #include "mlp.h"
42 extern const MLP net;
488 /* Curve fitting between the MLP probability and the actual probability */
499 /* Represents independence of the MLP probabilities, where

Completed in 169 milliseconds