Searched refs:space_to_batch (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | space_to_batch.mod.py.cpp | 5 namespace space_to_batch { namespace 12 TEST_F(GeneratedTests, space_to_batch) { in TEST_F() argument 13 execute(space_to_batch::CreateModel, in TEST_F() 14 space_to_batch::is_ignored, in TEST_F() 15 space_to_batch::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_1, space_to_batch, space_to_batch::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(space_to_batch::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 space_to_batch::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 space_to_batch::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_1_vts_tests.cpp | 4297 namespace space_to_batch { namespace 4304 TEST_F(NeuralnetworksHidlTest, space_to_batch) { in TEST_F() argument 4306 space_to_batch::createTestModel, in TEST_F() 4307 space_to_batch::is_ignored, in TEST_F() 4308 space_to_batch::get_examples()); in TEST_F() 4311 TEST_F(ValidationTest, space_to_batch) { in TEST_F() argument 4312 const Model model = space_to_batch::createTestModel(); in TEST_F() 4313 const std::vector<Request> requests = createRequests(space_to_batch::get_examples()); in TEST_F() 4321 space_to_batch::createTestModel_dynamic_output_shape, in TEST_F() 4322 space_to_batch::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|