Searched refs:lsh_projection (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | lsh_projection.mod.py.cpp | 5 namespace lsh_projection { namespace 12 TEST_F(GeneratedTests, lsh_projection) { in TEST_F() argument 13 execute(lsh_projection::CreateModel, in TEST_F() 14 lsh_projection::is_ignored, in TEST_F() 15 lsh_projection::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_0, lsh_projection, lsh_projection::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(lsh_projection::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 lsh_projection::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 lsh_projection::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_0_vts_tests.cpp | 3461 namespace lsh_projection { namespace 3468 TEST_F(NeuralnetworksHidlTest, lsh_projection) { in TEST_F() argument 3470 lsh_projection::createTestModel, in TEST_F() 3471 lsh_projection::is_ignored, in TEST_F() 3472 lsh_projection::get_examples()); in TEST_F() 3475 TEST_F(ValidationTest, lsh_projection) { in TEST_F() argument 3476 const Model model = lsh_projection::createTestModel(); in TEST_F() 3477 const std::vector<Request> requests = createRequests(lsh_projection::get_examples()); in TEST_F() 3485 lsh_projection::createTestModel_dynamic_output_shape, in TEST_F() 3486 lsh_projection::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|