Home
last modified time | relevance | path

Searched refs:CreateModel (Results 1 – 8 of 8) sorted by relevance

/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_quant8/
Dstdout.txt.expect16 void CreateModel(Model *model) {
77 execute(depthwise_conv2d_quant8::CreateModel,
/frameworks/ml/nn/runtime/test/android_fuzzing/
DFuzzTest.cpp48 std::optional<Model> CreateModel(const TestModel& testModel) { in CreateModel() function
135 auto model = CreateModel(testModel); in runTest()
/frameworks/ml/nn/tools/test_generator/tests/P_float/
Dstdout.txt.expect16 void CreateModel(Model *model) {
80 execute(conv_float::CreateModel,
/frameworks/ml/nn/tools/test_generator/tests/P_quant8/
Dstdout.txt.expect16 void CreateModel(Model *model) {
80 execute(conv_quant8::CreateModel,
/frameworks/ml/nn/tools/test_generator/tests/P_internal/
Dstdout.txt.expect16 void CreateModel(Model *model) {
93 execute(add_internal::CreateModel,
/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_float/
Dstdout.txt.expect16 void CreateModel(Model *model) {
102 execute(lstm_float::CreateModel,
/frameworks/ml/nn/tools/test_generator/tests/P_implicit_parameter/
Dstdout.txt.expect16 void CreateModel(Model *model) {
93 execute(mean_implicit::CreateModel,
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp390 TEST_F(ValidationTest, CreateModel) { in TEST_F() argument