Searched refs:tempp (Results 1 – 12 of 12) sorted by relevance
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | FullyConnectedBench.cpp | 24 ,this->tempp in test_fully_connected_tflite_s8() 67 this->tempp=temp.ptr(); in setUp()
|
D | PoolingBench.cpp | 29 tempp, in test_avgpool_s8() 79 this->tempp = temp.ptr(); in setUp()
|
D | BayesF16.cpp | 13 bufp,tempp); in test_gaussian_naive_bayes_predict_f16() 65 this->tempp = temp.ptr(); in setUp()
|
D | BayesF32.cpp | 13 bufp,tempp); in test_gaussian_naive_bayes_predict_f32() 65 this->tempp = temp.ptr(); in setUp()
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BayesF16.cpp | 13 float16_t *tempp = temp.ptr(); in test_gaussian_naive_bayes_predict_f16() local 21 bufp,tempp); in test_gaussian_naive_bayes_predict_f16()
|
D | BayesF32.cpp | 13 float32_t *tempp = temp.ptr(); in test_gaussian_naive_bayes_predict_f32() local 21 bufp,tempp); in test_gaussian_naive_bayes_predict_f32()
|
D | Pooling.cpp | 13 q15_t *tempp = temp.ptr(); in test_avgpool_s8() local 32 tempp, in test_avgpool_s8()
|
D | FullyConnected.cpp | 29 q15_t *tempp=temp.ptr(); in test_fully_connected_tflite_s8() local 45 ,tempp in test_fully_connected_tflite_s8()
|
/cmsis-dsp-latest/Testing/Include/Benchmarks/ |
D | PoolingBench.h | 39 q15_t *tempp; variable
|
D | BayesF16.h | 36 float16_t *bufp,*tempp; variable
|
D | BayesF32.h | 36 float32_t *bufp,*tempp; variable
|
D | FullyConnectedBench.h | 26 q15_t *tempp; variable
|