Searched refs:default_model (Results 1 – 2 of 2) sorted by relevance
360 def _read_model(input, default_model): argument378 if default_model:379 model_prompt += ' [%s]' % default_model389 elif default_model:390 return default_model
185 auto default_model = std::make_unique<TestModel>(); in TEST() local187 default_model->Init(); in TEST()192 default_model->Run(input_shape, input); in TEST()194 const auto default_output = default_model->GetOutput(0); in TEST()