Home
last modified time | relevance | path

Searched refs:softmax_float_1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/tests/
Dsoftmax_float_1.mod.py.cpp5 namespace softmax_float_1 { namespace
12 TEST_F(GeneratedTests, softmax_float_1) { in TEST_F() argument
13 execute(softmax_float_1::CreateModel, in TEST_F()
14 softmax_float_1::is_ignored, in TEST_F()
15 softmax_float_1::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_0, softmax_float_1, softmax_float_1::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(softmax_float_1::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 softmax_float_1::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 softmax_float_1::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_0_vts_tests.cpp5337 namespace softmax_float_1 { namespace
5344 TEST_F(NeuralnetworksHidlTest, softmax_float_1) { in TEST_F() argument
5346 softmax_float_1::createTestModel, in TEST_F()
5347 softmax_float_1::is_ignored, in TEST_F()
5348 softmax_float_1::get_examples()); in TEST_F()
5351 TEST_F(ValidationTest, softmax_float_1) { in TEST_F() argument
5352 const Model model = softmax_float_1::createTestModel(); in TEST_F()
5353 const std::vector<Request> requests = createRequests(softmax_float_1::get_examples()); in TEST_F()
5361 softmax_float_1::createTestModel_dynamic_output_shape, in TEST_F()
5362 softmax_float_1::is_ignored_dynamic_output_shape, in TEST_F()
[all …]