Searched refs:transpose (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q15.c | 114 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()
|
D | unary_q31.c | 114 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()
|
D | unary_q7.c | 26 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()
|
D | unary_f16.c | 132 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()
|
D | unary_f32.c | 128 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()
|
D | unary_f64.c | 113 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/ |
D | README.md | 64 `--flatten-separator`, `--transpose-separator`, `--escape-separator`.
|
/Zephyr-latest/modules/tflite-micro/ |
D | CMakeLists.txt | 185 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/transpose.cc
|