Searched refs:CreateModel (Results 1 – 3 of 3) sorted by relevance
| /system/media/audio_utils/tests/ |
| D | audio_nnapi2_tests.cpp | 75 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()
|
| D | audio_nnapi_tests.cpp | 73 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()
|
| D | audio_tflite_tests.cpp | 165 builder_, ::tflite::CreateModel(builder_, TFLITE_SCHEMA_VERSION, opcodes, subgraphs, in BuildTestModel()
|