Searched refs:lsh_projection_weights_as_inputs (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | lsh_projection_weights_as_inputs.mod.py.cpp | 5 namespace lsh_projection_weights_as_inputs { namespace 12 TEST_F(GeneratedTests, lsh_projection_weights_as_inputs) { in TEST_F() argument 13 execute(lsh_projection_weights_as_inputs::CreateModel, in TEST_F() 14 lsh_projection_weights_as_inputs::is_ignored, in TEST_F() 15 lsh_projection_weights_as_inputs::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_0, lsh_projection_weights_as_inputs, lsh_projection_weights_as_inputs::Crea… in TEST_AVAILABLE_SINCE() argument 20 execute(lsh_projection_weights_as_inputs::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 lsh_projection_weights_as_inputs::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 lsh_projection_weights_as_inputs::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_0_vts_tests.cpp | 3537 namespace lsh_projection_weights_as_inputs { namespace 3544 TEST_F(NeuralnetworksHidlTest, lsh_projection_weights_as_inputs) { in TEST_F() argument 3546 lsh_projection_weights_as_inputs::createTestModel, in TEST_F() 3547 lsh_projection_weights_as_inputs::is_ignored, in TEST_F() 3548 lsh_projection_weights_as_inputs::get_examples()); in TEST_F() 3551 TEST_F(ValidationTest, lsh_projection_weights_as_inputs) { in TEST_F() argument 3552 const Model model = lsh_projection_weights_as_inputs::createTestModel(); in TEST_F() 3553 …const std::vector<Request> requests = createRequests(lsh_projection_weights_as_inputs::get_example… in TEST_F() 3561 lsh_projection_weights_as_inputs::createTestModel_dynamic_output_shape, in TEST_F() 3562 lsh_projection_weights_as_inputs::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|