Searched defs:output1_shape (Results 1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/lite/micro/kernels/ |
| D | split_v_test.cc | 119 int output1_shape[] = {2, 1, 3}; in TF_LITE_MICRO_TEST() local 157 int output1_shape[] = {4, 1, 2, 2, 2}; in TF_LITE_MICRO_TEST() local 191 int output1_shape[] = {4, 2, 1, 2, 2}; in TF_LITE_MICRO_TEST() local 225 int output1_shape[] = {4, 2, 2, 1, 2}; in TF_LITE_MICRO_TEST() local 258 int output1_shape[] = {4, 2, 2, 2, 1}; in TF_LITE_MICRO_TEST() local 292 int output1_shape[] = {4, 1, 2, 2, 2}; in TF_LITE_MICRO_TEST() local 337 int output1_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local 414 int output1_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local
|
| D | split_test.cc | 277 const int output1_shape[] = {4, 1, 2, 2, 2}; in TF_LITE_MICRO_TEST() local 297 const int output1_shape[] = {4, 2, 1, 2, 2}; in TF_LITE_MICRO_TEST() local 317 const int output1_shape[] = {4, 2, 2, 1, 2}; in TF_LITE_MICRO_TEST() local 337 const int output1_shape[] = {4, 2, 2, 2, 1}; in TF_LITE_MICRO_TEST() local 357 const int output1_shape[] = {4, 1, 2, 2, 2}; in TF_LITE_MICRO_TEST() local 376 const int output1_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local 404 const int output1_shape[] = {1, 1}; in TF_LITE_MICRO_TEST() local 424 const int output1_shape[] = {4, 2, 1, 2, 2}; in TF_LITE_MICRO_TEST() local 444 const int output1_shape[] = {4, 2, 1, 2, 2}; in TF_LITE_MICRO_TEST() local
|
| D | unpack_test.cc | 281 const int output1_shape[] = {1, 2}; in TF_LITE_MICRO_TEST() local 302 const int output1_shape[] = {1, 2}; in TF_LITE_MICRO_TEST() local 334 const int output1_shape[] = {1, 2}; in TF_LITE_MICRO_TEST() local 355 const int output1_shape[] = {1, 2}; in TF_LITE_MICRO_TEST() local
|