Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 28, 2024
1 parent f2bf634 commit 1b50b50
Show file tree
Hide file tree
Showing 343 changed files with 8,808 additions and 7,954 deletions.
6 changes: 3 additions & 3 deletions main/arm_bayes_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<div class="line"> in[0] = 1.5f;</div>
<div class="line"> in[1] = 1.0f;</div>
<div class="line"> </div>
<div class="line"> index = <a id="a7" name="a7"></a><a class="code hl_function" href="group__groupBayes.html#ga23f942747fc13865a66bf14bb44dd299" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> index = <a id="a7" name="a7"></a><a class="code hl_function" href="group__groupBayes.html#gae6777c89bfce79859ae72a59495355c1" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> </div>
<div class="line"> maxProba = result[index];</div>
<div class="line"> </div>
Expand All @@ -229,7 +229,7 @@
<div class="line"> in[0] = -1.5f;</div>
<div class="line"> in[1] = 1.0f;</div>
<div class="line"> </div>
<div class="line"> index = <a class="code hl_function" href="group__groupBayes.html#ga23f942747fc13865a66bf14bb44dd299" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> index = <a class="code hl_function" href="group__groupBayes.html#gae6777c89bfce79859ae72a59495355c1" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> </div>
<div class="line"> maxProba = result[index];</div>
<div class="line"> </div>
Expand All @@ -241,7 +241,7 @@
<div class="line"> in[0] = 0.0f;</div>
<div class="line"> in[1] = -3.0f;</div>
<div class="line"> </div>
<div class="line"> index = <a class="code hl_function" href="group__groupBayes.html#ga23f942747fc13865a66bf14bb44dd299" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> index = <a class="code hl_function" href="group__groupBayes.html#gae6777c89bfce79859ae72a59495355c1" title="Naive Gaussian Bayesian Estimator.">arm_gaussian_naive_bayes_predict_f32</a>(&amp;S, in, result,temp);</div>
<div class="line"> </div>
<div class="line"> maxProba = result[index];</div>
<div class="line"> </div>
Expand Down
18 changes: 9 additions & 9 deletions main/arm_class_marks_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@
<div class="line"> <a class="code hl_struct" href="structarm__matrix__instance__f32.html" title="Instance structure for the floating-point matrix structure.">arm_matrix_instance_f32</a> dstC;</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Input and output matrices initializations */</span></div>
<div class="line"> <a id="a1" name="a1"></a><a class="code hl_function" href="group__MatrixInit.html#ga11e3dc41592a6401c13182fef9416a27" title="Floating-point matrix initialization.">arm_mat_init_f32</a>(&amp;srcA, numStudents, numSubjects, (<a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> *)testMarks_f32);</div>
<div class="line"> <a class="code hl_function" href="group__MatrixInit.html#ga11e3dc41592a6401c13182fef9416a27" title="Floating-point matrix initialization.">arm_mat_init_f32</a>(&amp;srcB, numSubjects, 1, (<a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> *)testUnity_f32);</div>
<div class="line"> <a class="code hl_function" href="group__MatrixInit.html#ga11e3dc41592a6401c13182fef9416a27" title="Floating-point matrix initialization.">arm_mat_init_f32</a>(&amp;dstC, numStudents, 1, testOutput);</div>
<div class="line"> <a id="a1" name="a1"></a><a class="code hl_function" href="group__MatrixInit.html#ga750a582d71f582c699207c2743e127d3" title="Floating-point matrix initialization.">arm_mat_init_f32</a>(&amp;srcA, numStudents, numSubjects, (<a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> *)testMarks_f32);</div>
<div class="line"> <a class="code hl_function" href="group__MatrixInit.html#ga750a582d71f582c699207c2743e127d3" title="Floating-point matrix initialization.">arm_mat_init_f32</a>(&amp;srcB, numSubjects, 1, (<a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> *)testUnity_f32);</div>
<div class="line"> <a class="code hl_function" href="group__MatrixInit.html#ga750a582d71f582c699207c2743e127d3" title="Floating-point matrix initialization.">arm_mat_init_f32</a>(&amp;dstC, numStudents, 1, testOutput);</div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#else</span></div>
<div class="line"> </div>
Expand All @@ -275,32 +275,32 @@
<div class="line"> <span class="comment">/* ----------------------------------------------------------------------</span></div>
<div class="line"><span class="comment"> *Call the Matrix multiplication process function</span></div>
<div class="line"><span class="comment"> * ------------------------------------------------------------------- */</span></div>
<div class="line"> <a id="a2" name="a2"></a><a class="code hl_function" href="group__MatrixMult.html#ga917bf0270310c1d3f0eda1fc7c0026a0" title="Floating-point matrix multiplication.">arm_mat_mult_f32</a>(&amp;srcA, &amp;srcB, &amp;dstC);</div>
<div class="line"> <a id="a2" name="a2"></a><a class="code hl_function" href="group__MatrixMult.html#gaf108a0beeafd4575054d677603e12203" title="Floating-point matrix multiplication.">arm_mat_mult_f32</a>(&amp;srcA, &amp;srcB, &amp;dstC);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* ----------------------------------------------------------------------</span></div>
<div class="line"><span class="comment"> ** Call the Max function to calculate max marks among numStudents</span></div>
<div class="line"><span class="comment"> ** ------------------------------------------------------------------- */</span></div>
<div class="line"> <a id="a3" name="a3"></a><a class="code hl_function" href="group__Max.html#gad1eabd31544fe59c414d9ce5bd0cc151" title="Maximum value of a floating-point vector.">arm_max_f32</a>(testOutput, numStudents, &amp;max_marks, &amp;student_num);</div>
<div class="line"> <a id="a3" name="a3"></a><a class="code hl_function" href="group__Max.html#ga04466e0d45be27edd9c334d28a179e06" title="Maximum value of a floating-point vector.">arm_max_f32</a>(testOutput, numStudents, &amp;max_marks, &amp;student_num);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* ----------------------------------------------------------------------</span></div>
<div class="line"><span class="comment"> ** Call the Min function to calculate min marks among numStudents</span></div>
<div class="line"><span class="comment"> ** ------------------------------------------------------------------- */</span></div>
<div class="line"> <a id="a4" name="a4"></a><a class="code hl_function" href="group__Min.html#ga514e2c920c432e1a3df2cb03f01d2797" title="Minimum value of a floating-point vector.">arm_min_f32</a>(testOutput, numStudents, &amp;min_marks, &amp;student_num);</div>
<div class="line"> <a id="a4" name="a4"></a><a class="code hl_function" href="group__Min.html#gaee27e6a07d286b4bfa84903fb3e9e4d2" title="Minimum value of a floating-point vector.">arm_min_f32</a>(testOutput, numStudents, &amp;min_marks, &amp;student_num);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* ----------------------------------------------------------------------</span></div>
<div class="line"><span class="comment"> ** Call the Mean function to calculate mean</span></div>
<div class="line"><span class="comment"> ** ------------------------------------------------------------------- */</span></div>
<div class="line"> <a id="a5" name="a5"></a><a class="code hl_function" href="group__mean.html#gae4fb7698771d7c24f536ed24347c1488" title="Mean value of a floating-point vector.">arm_mean_f32</a>(testOutput, numStudents, &amp;mean);</div>
<div class="line"> <a id="a5" name="a5"></a><a class="code hl_function" href="group__mean.html#gabec37ffd5045a762e97f4011489b0fda" title="Mean value of a floating-point vector.">arm_mean_f32</a>(testOutput, numStudents, &amp;mean);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* ----------------------------------------------------------------------</span></div>
<div class="line"><span class="comment"> ** Call the std function to calculate standard deviation</span></div>
<div class="line"><span class="comment"> ** ------------------------------------------------------------------- */</span></div>
<div class="line"> <a id="a6" name="a6"></a><a class="code hl_function" href="group__STD.html#ga287b6ce703636c7e8cb9833b290ae4ce" title="Standard deviation of the elements of a floating-point vector.">arm_std_f32</a>(testOutput, numStudents, &amp;std);</div>
<div class="line"> <a id="a6" name="a6"></a><a class="code hl_function" href="group__STD.html#gacd87e8823d9e50151419ca33167651d5" title="Standard deviation of the elements of a floating-point vector.">arm_std_f32</a>(testOutput, numStudents, &amp;std);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* ----------------------------------------------------------------------</span></div>
<div class="line"><span class="comment"> ** Call the var function to calculate variance</span></div>
<div class="line"><span class="comment"> ** ------------------------------------------------------------------- */</span></div>
<div class="line"> <a id="a7" name="a7"></a><a class="code hl_function" href="group__variance.html#gaae455544f0c8ac92469a1e25d3906515" title="Variance of the elements of a floating-point vector.">arm_var_f32</a>(testOutput, numStudents, &amp;var);</div>
<div class="line"> <a id="a7" name="a7"></a><a class="code hl_function" href="group__variance.html#ga0722d0193480cb94fed2cab426ef6b80" title="Variance of the elements of a floating-point vector.">arm_var_f32</a>(testOutput, numStudents, &amp;var);</div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
<div class="line"> printf(<span class="stringliteral">&quot;mean = %f, std = %f\n&quot;</span>,(<span class="keywordtype">double</span>)mean,(<span class="keywordtype">double</span>)std);</div>
Expand Down
20 changes: 10 additions & 10 deletions main/arm_convolution_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,30 +278,30 @@
<div class="line"> outLen = srcALen + srcBLen - 1;</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Initialise the fft input buffers with all zeros */</span></div>
<div class="line"> <a id="a1" name="a1"></a><a class="code hl_function" href="group__Fill.html#ga2248e8d3901b4afb7827163132baad94" title="Fills a constant value into a floating-point vector.">arm_fill_f32</a>(0.0, Ak, MAX_BLOCKSIZE);</div>
<div class="line"> <a class="code hl_function" href="group__Fill.html#ga2248e8d3901b4afb7827163132baad94" title="Fills a constant value into a floating-point vector.">arm_fill_f32</a>(0.0, Bk, MAX_BLOCKSIZE);</div>
<div class="line"> <a id="a1" name="a1"></a><a class="code hl_function" href="group__Fill.html#ga361552dc88133d2c7c1721f374c4a798" title="Fills a constant value into a floating-point vector.">arm_fill_f32</a>(0.0, Ak, MAX_BLOCKSIZE);</div>
<div class="line"> <a class="code hl_function" href="group__Fill.html#ga361552dc88133d2c7c1721f374c4a798" title="Fills a constant value into a floating-point vector.">arm_fill_f32</a>(0.0, Bk, MAX_BLOCKSIZE);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Copy the input values to the fft input buffers */</span></div>
<div class="line"> <a id="a2" name="a2"></a><a class="code hl_function" href="group__copy.html#gaa6dfe9554ca61eb3d1eee498396bce88" title="Copies the elements of a floating-point vector.">arm_copy_f32</a>(testInputA_f32, Ak, MAX_BLOCKSIZE/2);</div>
<div class="line"> <a class="code hl_function" href="group__copy.html#gaa6dfe9554ca61eb3d1eee498396bce88" title="Copies the elements of a floating-point vector.">arm_copy_f32</a>(testInputB_f32, Bk, MAX_BLOCKSIZE/2);</div>
<div class="line"> <a id="a2" name="a2"></a><a class="code hl_function" href="group__copy.html#gaf3007f9bcf86ba72d10c9fafa4bec995" title="Copies the elements of a floating-point vector.">arm_copy_f32</a>(testInputA_f32, Ak, MAX_BLOCKSIZE/2);</div>
<div class="line"> <a class="code hl_function" href="group__copy.html#gaf3007f9bcf86ba72d10c9fafa4bec995" title="Copies the elements of a floating-point vector.">arm_copy_f32</a>(testInputB_f32, Bk, MAX_BLOCKSIZE/2);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Initialize the CFFT function to compute 64 point fft */</span></div>
<div class="line"> status = <a id="a3" name="a3"></a><a class="code hl_function" href="group__ComplexFFTDeprecated.html#gaf336459f684f0b17bfae539ef1b1b78a" title="Initialization function for the floating-point CFFT/CIFFT.">arm_cfft_radix4_init_f32</a>(cfft_instance_ptr, 64, 0, 1);</div>
<div class="line"> status = <a id="a3" name="a3"></a><a class="code hl_function" href="group__ComplexFFTDeprecated.html#ga4bb15488a420e343c1ded7ee99daa307" title="Initialization function for the floating-point CFFT/CIFFT.">arm_cfft_radix4_init_f32</a>(cfft_instance_ptr, 64, 0, 1);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Transform input a[n] from time domain to frequency domain A[k] */</span></div>
<div class="line"> <a id="a4" name="a4"></a><a class="code hl_function" href="group__ComplexFFTDeprecated.html#ga521f670cd9c571bc61aff9bec89f4c26" title="Processing function for the floating-point Radix-4 CFFT/CIFFT.">arm_cfft_radix4_f32</a>(cfft_instance_ptr, Ak);</div>
<div class="line"> <a id="a4" name="a4"></a><a class="code hl_function" href="group__ComplexFFTDeprecated.html#gad504b6752cbf57d7002a641bf766c20f" title="Processing function for the floating-point Radix-4 CFFT/CIFFT.">arm_cfft_radix4_f32</a>(cfft_instance_ptr, Ak);</div>
<div class="line"> <span class="comment">/* Transform input b[n] from time domain to frequency domain B[k] */</span></div>
<div class="line"> <a class="code hl_function" href="group__ComplexFFTDeprecated.html#ga521f670cd9c571bc61aff9bec89f4c26" title="Processing function for the floating-point Radix-4 CFFT/CIFFT.">arm_cfft_radix4_f32</a>(cfft_instance_ptr, Bk);</div>
<div class="line"> <a class="code hl_function" href="group__ComplexFFTDeprecated.html#gad504b6752cbf57d7002a641bf766c20f" title="Processing function for the floating-point Radix-4 CFFT/CIFFT.">arm_cfft_radix4_f32</a>(cfft_instance_ptr, Bk);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Complex Multiplication of the two input buffers in frequency domain */</span></div>
<div class="line"> <a id="a5" name="a5"></a><a class="code hl_function" href="group__CmplxByCmplxMult.html#gae221504b01e4abfe5f335eafd801b4ed" title="Floating-point complex-by-complex multiplication.">arm_cmplx_mult_cmplx_f32</a>(Ak, Bk, AxB, MAX_BLOCKSIZE/2);</div>
<div class="line"> <a id="a5" name="a5"></a><a class="code hl_function" href="group__CmplxByCmplxMult.html#ga8d82cf92ce4f920c8660804098071d9e" title="Floating-point complex-by-complex multiplication.">arm_cmplx_mult_cmplx_f32</a>(Ak, Bk, AxB, MAX_BLOCKSIZE/2);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Initialize the CIFFT function to compute 64 point ifft */</span></div>
<div class="line"> status = <a class="code hl_function" href="group__ComplexFFTDeprecated.html#gaf336459f684f0b17bfae539ef1b1b78a" title="Initialization function for the floating-point CFFT/CIFFT.">arm_cfft_radix4_init_f32</a>(cfft_instance_ptr, 64, 1, 1);</div>
<div class="line"> status = <a class="code hl_function" href="group__ComplexFFTDeprecated.html#ga4bb15488a420e343c1ded7ee99daa307" title="Initialization function for the floating-point CFFT/CIFFT.">arm_cfft_radix4_init_f32</a>(cfft_instance_ptr, 64, 1, 1);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Transform the multiplication output from frequency domain to time domain,</span></div>
<div class="line"><span class="comment"> that gives the convolved output. */</span></div>
<div class="line"> <a class="code hl_function" href="group__ComplexFFTDeprecated.html#ga521f670cd9c571bc61aff9bec89f4c26" title="Processing function for the floating-point Radix-4 CFFT/CIFFT.">arm_cfft_radix4_f32</a>(cfft_instance_ptr, AxB);</div>
<div class="line"> <a class="code hl_function" href="group__ComplexFFTDeprecated.html#gad504b6752cbf57d7002a641bf766c20f" title="Processing function for the floating-point Radix-4 CFFT/CIFFT.">arm_cfft_radix4_f32</a>(cfft_instance_ptr, AxB);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* SNR Calculation */</span></div>
<div class="line"> snr = arm_snr_f32((<a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> *)testRefOutput_f32, AxB, srcALen + srcBLen - 1);</div>
Expand Down
4 changes: 2 additions & 2 deletions main/arm_dotproduct_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@
<div class="line"> <a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> diff; <span class="comment">/* Difference between reference and test outputs */</span></div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Multiplication of two input buffers */</span></div>
<div class="line"> <a id="a0" name="a0"></a><a class="code hl_function" href="group__BasicMult.html#gacf950935141cad927bea886e88fd9e9b" title="Floating-point vector multiplication.">arm_mult_f32</a>(srcA_buf_f32, srcB_buf_f32, multOutput, MAX_BLOCKSIZE);</div>
<div class="line"> <a id="a0" name="a0"></a><a class="code hl_function" href="group__BasicMult.html#gac3b6675e3abb723777cc4761cb49866b" title="Floating-point vector multiplication.">arm_mult_f32</a>(srcA_buf_f32, srcB_buf_f32, multOutput, MAX_BLOCKSIZE);</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Accumulate the multiplication output values to</span></div>
<div class="line"><span class="comment"> get the dot product of the two inputs */</span></div>
<div class="line"> <span class="keywordflow">for</span>(i=0; i&lt; MAX_BLOCKSIZE; i++)</div>
<div class="line"> {</div>
<div class="line"> <a id="a1" name="a1"></a><a class="code hl_function" href="group__BasicAdd.html#gabfef1e86e458314a61f4baa441d9765e" title="Floating-point vector addition.">arm_add_f32</a>(&amp;testOutput, &amp;multOutput[i], &amp;testOutput, 1);</div>
<div class="line"> <a id="a1" name="a1"></a><a class="code hl_function" href="group__BasicAdd.html#ga31b8e2344e6968750aafb7f5a18ae495" title="Floating-point vector addition.">arm_add_f32</a>(&amp;testOutput, &amp;multOutput[i], &amp;testOutput, 1);</div>
<div class="line"> }</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* absolute value of difference between ref and test */</span></div>
Expand Down
Loading

0 comments on commit 1b50b50

Please sign in to comment.