Searched defs:shape_int32 (Results 1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/lite/micro/kernels/ |
| D | reshape_test.cc | 166 const int32_t shape_int32[] = {2, 1}; in TF_LITE_MICRO_TEST() local 182 const int32_t shape_int32[] = {1, 1, 1, 1, 1, 1, 1, 1, 2}; in TF_LITE_MICRO_TEST() local 198 const int32_t shape_int32[] = {-1, -1, 2, 4}; in TF_LITE_MICRO_TEST() local 240 const int32_t shape_int32[] = {2, 2, 2}; in TF_LITE_MICRO_TEST() local 272 const int32_t shape_int32[] = {2, 1, -1}; in TF_LITE_MICRO_TEST() local 304 const int32_t shape_int32[] = {}; in TF_LITE_MICRO_TEST() local
|