Home
last modified time | relevance | path

Searched refs:transpose (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_q15.c114 static void test_op1(int op, const q15_t *ref, size_t length, bool transpose) in test_op1() argument
144 mat_out.numRows = transpose ? columns : rows; in test_op1()
145 mat_out.numCols = transpose ? rows : columns; in test_op1()
261 static void test_op1c(int op, const q15_t *ref, size_t length, bool transpose) in test_op1c() argument
291 mat_out.numRows = transpose ? columns : rows; in test_op1c()
292 mat_out.numCols = transpose ? rows : columns; in test_op1c()
Dunary_q31.c114 static void test_op1(int op, const q31_t *ref, size_t length, bool transpose) in test_op1() argument
144 mat_out.numRows = transpose ? columns : rows; in test_op1()
145 mat_out.numCols = transpose ? rows : columns; in test_op1()
261 static void test_op1c(int op, const q31_t *ref, size_t length, bool transpose) in test_op1c() argument
291 mat_out.numRows = transpose ? columns : rows; in test_op1c()
292 mat_out.numCols = transpose ? rows : columns; in test_op1c()
Dunary_q7.c26 static void test_op1(int op, const q7_t *ref, size_t length, bool transpose) in test_op1() argument
56 mat_out.numRows = transpose ? columns : rows; in test_op1()
57 mat_out.numCols = transpose ? rows : columns; in test_op1()
Dunary_f16.c132 bool transpose) in test_op1() argument
162 mat_out.numRows = transpose ? columns : rows; in test_op1()
163 mat_out.numCols = transpose ? rows : columns; in test_op1()
346 static void test_op1c(int op, const uint16_t *ref, size_t length, bool transpose) in test_op1c() argument
376 mat_out.numRows = transpose ? columns : rows; in test_op1c()
377 mat_out.numCols = transpose ? rows : columns; in test_op1c()
Dunary_f32.c128 bool transpose) in test_op1() argument
158 mat_out.numRows = transpose ? columns : rows; in test_op1()
159 mat_out.numCols = transpose ? rows : columns; in test_op1()
342 static void test_op1c(int op, const uint32_t *ref, size_t length, bool transpose) in test_op1c() argument
372 mat_out.numRows = transpose ? columns : rows; in test_op1c()
373 mat_out.numCols = transpose ? rows : columns; in test_op1c()
Dunary_f64.c113 bool transpose) in test_op1() argument
143 mat_out.numRows = transpose ? columns : rows; in test_op1()
144 mat_out.numCols = transpose ? rows : columns; in test_op1()
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md64 `--flatten-separator`, `--transpose-separator`, `--escape-separator`.
/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt185 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/transpose.cc