Home
last modified time | relevance | path

Searched refs:conv_float (Results 1 – 10 of 10) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/tests/
Dconv_float.mod.py.cpp5 namespace conv_float { namespace
12 TEST_F(GeneratedTests, conv_float) { in TEST_F() argument
13 execute(conv_float::CreateModel, in TEST_F()
14 conv_float::is_ignored, in TEST_F()
15 conv_float::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_0, conv_float, conv_float::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(conv_float::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 conv_float::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 conv_float::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/tools/test_generator/tests/P_float/
Dstdout.txt.expect2 // Generated file (from: conv_float.mod.py). Do not edit
4 // Generated file (from: conv_float.mod.py). Do not edit
6 // Generated file (from: conv_float.mod.py). Do not edit
9 namespace conv_float {
10 // Generated conv_float test
14 } // namespace conv_float
79 TEST_F(GeneratedTests, conv_float) {
80 execute(conv_float::CreateModel,
81 conv_float::is_ignored,
82 conv_float::examples);
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_vts_float/
Dstdout.txt.expect2 // Generated file (from: conv_float.mod.py). Do not edit
4 // Generated file (from: conv_float.mod.py). Do not edit
5 // Generated from: conv_float.mod.py.
6 namespace conv_float {
7 // Generated conv_float test
11 } // namespace conv_float
136 TEST_F(NeuralnetworksHidlTest, conv_float) {
138 conv_float::createTestModel,
139 conv_float::is_ignored,
140 conv_float::examples);
/frameworks/ml/nn/tools/test_generator/tests/P_naming/
Dstdout.txt.expect2 // Generated file (from: conv_float.mod.py). Do not edit
4 // Generated file (from: conv_float.mod.py). Do not edit
6 // Generated file (from: conv_float.mod.py). Do not edit
9 namespace conv_float {
10 // Generated conv_float test
14 } // namespace conv_float
84 execute(conv_float::CreateModel_model_name_nhwc_act_w_as_param_float,
85 conv_float::is_ignored_model_name_nhwc_act_w_as_param_float,
86 conv_float::examples_model_name_example_name_nhwc_act_w_as_param_float);
159 execute(conv_float::CreateModel_model_name_nhwc_act_w_as_param_float_relaxed,
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_implicit_variation/
Dstdout.txt.expect2 // Generated file (from: conv_float.mod.py). Do not edit
4 // Generated file (from: conv_float.mod.py). Do not edit
6 // Generated file (from: conv_float.mod.py). Do not edit
9 namespace conv_float {
10 // Generated conv_float test
14 } // namespace conv_float
84 execute(conv_float::CreateModel_relu,
85 conv_float::is_ignored_relu,
86 conv_float::examples_relu);
159 execute(conv_float::CreateModel_relu_relaxed,
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_variation/
Dstdout.txt.expect2 // Generated file (from: conv_float.mod.py). Do not edit
4 // Generated file (from: conv_float.mod.py). Do not edit
6 // Generated file (from: conv_float.mod.py). Do not edit
9 namespace conv_float {
10 // Generated conv_float test
14 } // namespace conv_float
84 execute(conv_float::CreateModel_none,
85 conv_float::is_ignored_none,
86 conv_float::examples_none);
159 execute(conv_float::CreateModel_none_relaxed,
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_vts_naming/
Dstdout.txt.expect2 // Generated file (from: conv_float.mod.py). Do not edit
4 // Generated file (from: conv_float.mod.py). Do not edit
5 // Generated from: conv_float.mod.py.
6 namespace conv_float {
7 // Generated conv_float test
11 } // namespace conv_float
155 conv_float::createTestModel_model_name_nhwc_act_w_as_param_float,
156 conv_float::is_ignored_model_name_nhwc_act_w_as_param_float,
157 conv_float::examples_model_name_example_name_nhwc_act_w_as_param_float);
303 conv_float::createTestModel_model_name_nhwc_act_w_as_param_float_relaxed,
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_vts_implicit_variation/
Dstdout.txt.expect2 // Generated file (from: conv_float.mod.py). Do not edit
4 // Generated file (from: conv_float.mod.py). Do not edit
5 // Generated from: conv_float.mod.py.
6 namespace conv_float {
7 // Generated conv_float test
11 } // namespace conv_float
155 conv_float::createTestModel_relu,
156 conv_float::is_ignored_relu,
157 conv_float::examples_relu);
303 conv_float::createTestModel_relu_relaxed,
[all …]
/frameworks/ml/nn/tools/test_generator/tests/P_vts_variation/
Dstdout.txt.expect2 // Generated file (from: conv_float.mod.py). Do not edit
4 // Generated file (from: conv_float.mod.py). Do not edit
5 // Generated from: conv_float.mod.py.
6 namespace conv_float {
7 // Generated conv_float test
11 } // namespace conv_float
155 conv_float::createTestModel_none,
156 conv_float::is_ignored_none,
157 conv_float::examples_none);
303 conv_float::createTestModel_none_relaxed,
[all …]
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_0_vts_tests.cpp999 namespace conv_float { namespace
1006 TEST_F(NeuralnetworksHidlTest, conv_float) { in TEST_F() argument
1008 conv_float::createTestModel, in TEST_F()
1009 conv_float::is_ignored, in TEST_F()
1010 conv_float::get_examples()); in TEST_F()
1013 TEST_F(ValidationTest, conv_float) { in TEST_F() argument
1014 const Model model = conv_float::createTestModel(); in TEST_F()
1015 const std::vector<Request> requests = createRequests(conv_float::get_examples()); in TEST_F()
1023 conv_float::createTestModel_dynamic_output_shape, in TEST_F()
1024 conv_float::is_ignored_dynamic_output_shape, in TEST_F()
[all …]