Home
last modified time | relevance | path

Searched refs:ROW (Results 1 - 1 of 1) sorted by relevance

/device/qemu/arm_mps3_an547/liteos_m/board/test/
H A Dmatrix_example.c35 #define ROW 4 macro
40 float32_t F32MatrixTransA[ROW * COW];
41 float32_t F32MatrixATMA[ROW * COW];
42 float32_t F32MatrixATMAI[ROW * COW];
44 const float32_t F32MatrixA[ROW * COW] = {1.0, 32.0, 16.0, 64.0, 1.0, 32.0, 256.0, 256.0, 1.0, 64.0, 16.0, 512.0, 1.0, 64.0, 128.0, 1024.0};
49 uint32_t srcRows = ROW; in test_dsp()

Completed in 1 milliseconds