Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Daudio_nnapi2_tests.cpp75 bool CreateModel(uint32_t batches, uint32_t height, uint32_t width, uint32_t filter_height,
162 bool Conv2DModel::CreateModel(uint32_t batches, uint32_t height, uint32_t width, in CreateModel() function in Conv2DModel
546 EXPECT_EQ(true, model.CreateModel(1 /* batches */, 16 /* height */, 16 /* width */, in TEST()
Daudio_nnapi_tests.cpp73 bool CreateModel(const std::vector<uint32_t>& dimensions);
162 bool AddMulModel::CreateModel(const std::vector<uint32_t>& dimensions) { in CreateModel() function in AddMulModel
594 EXPECT_EQ(true, model.CreateModel({5, 10, 2, 2})); // 5x10x2x2 tensor in TEST()
Daudio_tflite_tests.cpp165 builder_, ::tflite::CreateModel(builder_, TFLITE_SCHEMA_VERSION, opcodes, subgraphs, in BuildTestModel()