std::tie(backend_name, target_devices) = GetParam();
+ std::cout <<"Bind test : backend = " << backend_name << ", target device = " << target_devices << "\n";
+
inference_engine_config config = {
.backend_name = backend_name,
.target_devices = target_devices
std::tie(backend_name, target_devices, model_paths) = GetParam();
+ std::cout <<"Load test : backend = " << backend_name << ", target device = " << target_devices << "\n";
+
inference_engine_config config = {
.backend_name = backend_name,
.target_devices = target_devices
std::tie(backend_name, target_devices, height, width, ch, input_layers, output_layers, model_paths) = GetParam();
+ std::cout <<"Inference test : backend = " << backend_name << ", target device = " << target_devices << "\n";
+
inference_engine_config config = {
.backend_name = backend_name,
.target_devices = target_devices