Home
last modified time | relevance | path

Searched refs:ReshapeOpModel (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dreshape_test.cc47 class ReshapeOpModel : public SingleOpModel { class
49 ReshapeOpModel(std::initializer_list<int> input_shape, in ReshapeOpModel() function in tflite::__anondc2713f00111::ReshapeOpModel
129 ReshapeOpModel<float> m({1, 2, 4, 1}, {2}, {2, 1}, GetParam()); in TEST_P()
133 EXPECT_DEATH(ReshapeOpModel<float>({1, 2, 4, 1}, {2}, {2, 1}, GetParam()), in TEST_P()
141 EXPECT_DEATH(ReshapeOpModel<float>({1, 1, 2, 1, 1, 1, 1, 1, 1}, {9}, in TEST_P()
151 ReshapeOpModel<float>({1, 2, 4, 1}, {4}, {-1, -1, 2, 4}, GetParam()), in TEST_P()
154 ReshapeOpModel<float> m({1, 2, 4, 1}, {4}, {-1, -1, 2, 4}, GetParam()); in TEST_P()
163 ReshapeOpModel<float> m({1, 2, 2}, {2, 2}, {1, 2, 2, 1}, GetParam()); in TEST_P()
172 ReshapeOpModel<float> m({1, 2, 4, 1}, {3}, {2, 2, 2}, GetParam()); in TEST_P()
180 ReshapeOpModel<float> m({1, 2, 4, 1}, {3}, {2, 1, -1}, GetParam()); in TEST_P()
[all …]
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc671 class ReshapeOpModel : public SingleOpModelWithNNAPI { class
673 ReshapeOpModel(std::initializer_list<int> input_shape, in ReshapeOpModel() function in tflite::__anon0c68fcb70111::ReshapeOpModel
699 ReshapeOpModel m({1, 2, 4, 1}, {2, 2, 2}); in TEST()