Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 12 of 12) sorted by relevance

/cmsis-dsp-3.5.0/Examples/ARM/arm_bayes_example/
Darm_bayes_example_f32.c72 const float32_t theta[NB_OF_CLASSES*VECTOR_DIMENSION] = { variable
/cmsis-dsp-3.5.0/Source/ControllerFunctions/
Darm_sin_cos_q31.c52 q31_t theta, in arm_sin_cos_q31()
Darm_sin_cos_f32.c46 float32_t theta, in arm_sin_cos_f32()
/cmsis-dsp-3.5.0/Testing/Include/Tests/
DBayesF16.h28 const float16_t *theta; variable
DBayesF32.h28 const float32_t *theta; variable
/cmsis-dsp-3.5.0/Include/dsp/
Dbayes_functions.h61 const float32_t *theta; /**< Mean values for the Gaussians */ member
Dbayes_functions_f16.h52 const float16_t *theta; /**< Mean values for the Gaussians */ member
/cmsis-dsp-3.5.0/Testing/Include/Benchmarks/
DBayesF16.h28 const float16_t *theta; variable
DBayesF32.h28 const float32_t *theta; variable
/cmsis-dsp-3.5.0/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_bayes.c101 PyObject *theta=NULL; in arm_gaussian_naive_bayes_instance_f32_init() local
Dcmsisdsp_controller.c448 float32_t theta; // input in cmsis_arm_sin_cos_f32() local
478 q31_t theta; // input in cmsis_arm_sin_cos_q31() local
/cmsis-dsp-3.5.0/PythonWrapper/examples/
Dtestdsp6.py95 theta=list(np.reshape(gnb.theta_,np.size(gnb.theta_))) variable