Home
last modified time | relevance | path

Searched defs:const_m (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dresize_nearest_neighbor_test.cc74 ResizeNearestNeighborOpModel const_m({TensorType_FLOAT32, {1, 1, 2, 1}}, in TEST() local
90 ResizeNearestNeighborOpModel const_m({TensorType_UINT8, {1, 1, 2, 1}}, in TEST() local
106 ResizeNearestNeighborOpModel const_m({TensorType_INT8, {1, 1, 2, 1}}, {1, 3}); in TEST() local
121 ResizeNearestNeighborOpModel const_m({TensorType_FLOAT32, {1, 2, 1, 1}}, in TEST() local
137 ResizeNearestNeighborOpModel const_m({TensorType_UINT8, {1, 2, 1, 1}}, in TEST() local
153 ResizeNearestNeighborOpModel const_m({TensorType_INT8, {1, 2, 1, 1}}, {3, 1}); in TEST() local
174 ResizeNearestNeighborOpModel const_m({TensorType_FLOAT32, {1, 2, 2, 1}}, in TEST() local
202 ResizeNearestNeighborOpModel const_m({TensorType_UINT8, {1, 2, 2, 1}}, in TEST() local
230 ResizeNearestNeighborOpModel const_m({TensorType_INT8, {1, 2, 2, 1}}, {3, 3}); in TEST() local
262 ResizeNearestNeighborOpModel const_m({TensorType_FLOAT32, {2, 2, 2, 1}}, in TEST() local
[all …]
Dresize_bilinear_test.cc74 ResizeBilinearOpModel const_m({TensorType_FLOAT32, {1, 1, 2, 1}}, {1, 3}); in TEST() local
89 ResizeBilinearOpModel const_m({TensorType_UINT8, {1, 1, 2, 1}}, {1, 3}); in TEST() local
104 ResizeBilinearOpModel const_m({TensorType_INT8, {1, 1, 2, 1}}, {1, 3}); in TEST() local
119 ResizeBilinearOpModel const_m({TensorType_FLOAT32, {1, 2, 1, 1}}, {3, 1}); in TEST() local
134 ResizeBilinearOpModel const_m({TensorType_UINT8, {1, 2, 1, 1}}, {3, 1}); in TEST() local
149 ResizeBilinearOpModel const_m({TensorType_INT8, {1, 2, 1, 1}}, {3, 1}); in TEST() local
170 ResizeBilinearOpModel const_m({TensorType_FLOAT32, {1, 2, 2, 1}}, {3, 3}); in TEST() local
197 ResizeBilinearOpModel const_m({TensorType_UINT8, {1, 2, 2, 1}}, {3, 3}); in TEST() local
224 ResizeBilinearOpModel const_m({TensorType_INT8, {1, 2, 2, 1}}, {3, 3}); in TEST() local
256 ResizeBilinearOpModel const_m({TensorType_FLOAT32, {2, 2, 2, 1}}, {3, 3}); in TEST() local
[all …]
Dsplit_test.cc91 SplitOpModel const_m({type, input_shape}, num_splits, axis); in Check() local
Dsplit_v_test.cc94 SplitVOpModel const_m({T1, input_shape}, in Check() local