Home
last modified time | relevance | path

Searched refs:PadOpConstModel (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dpad_test.cc23 class PadOpConstModel : public SingleOpModelWithHexagon { class
25 PadOpConstModel(const TensorData& input, in PadOpConstModel() function in tflite::PadOpConstModel
66 PadOpConstModel m({tensor_dtype, {1, 2, 2, 1}, -1.0, 1.0}, {4, 2}, in SimpleConstTestImpl()
80 PadOpConstModel m({tensor_dtype, {1, 2, 3, 1}, -1.0, 1.0}, {4, 2}, in AdvancedConstTestImpl()
92 TEST(PadOpConstModel, SimpleConstTest_UInt8) { in TEST() argument
96 TEST(PadOpConstModel, SimpleConstTest_Int8) { in TEST() argument
100 TEST(PadOpConstModel, AdvancedConstTest_UInt8) { in TEST() argument
104 TEST(PadOpConstModel, AdvancedConstTest_Int8) { in TEST() argument
/external/tensorflow/tensorflow/lite/kernels/
Dpad_test.cc117 class PadOpConstModel : public PadOpModel<float> { class
119 PadOpConstModel(const TensorData& input, in PadOpConstModel() function in tflite::__anon315e26620111::PadOpConstModel
193 PadOpConstModel({TensorType_FLOAT32, {1, 2, 3, 4, 5, 6, 7, 8, 9}}, {9, 2}, in TEST()
200 EXPECT_DEATH(PadOpConstModel({TensorType_FLOAT32, {1, 1, 2, 1}}, {3, 2}, in TEST()
207 PadOpConstModel({TensorType_FLOAT32, {1, 1, 2, 1}}, {4, 2}, in TEST()
216 PadOpConstModel m({TensorType_FLOAT32, {1, 2, 2, 1}}, {4, 2}, in TEST()
229 PadOpConstModel m({TensorType_FLOAT32, {1, 2, 2, 1}}, {4, 2}, in TEST()
240 PadOpConstModel m({TensorType_FLOAT32, {1, 0, 2, 1}}, {4, 2}, in TEST()
250 PadOpConstModel m({TensorType_FLOAT32, {1, 2, 0, 1}}, {4, 2}, in TEST()
259 PadOpConstModel m({TensorType_FLOAT32, {2}}, {1, 2}, {1, 2}, in TEST()
[all …]
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2474 class PadOpConstModel : public PadOpModel<float> { class
2476 PadOpConstModel(const TensorData& input, in PadOpConstModel() function in tflite::__anon4fbea17c0111::PadOpConstModel
2491 PadOpConstModel m({TensorType_FLOAT32, {1, 2, 3, 1}}, {4, 2}, in TEST()