}
fail_exit:
+ ml_tensors_data_destroy(&in_data);
return status;
#else
std::cout << "Testing of model is supported without NNStreamer." << std::endl;
/**
* @brief create NN
- * Get Feature from tflite & run foword & back propatation
+ * Get Feature from tflite & run forward & back propagation
* @param[in] arg 1 : configuration file path
* @param[in] arg 2 : resource path
*/
try {
testing::InitGoogleTest(&argc, argv);
} catch (...) {
- std::cerr << "Error duing InitGoogleTest" << std::endl;
+ std::cerr << "Error during InitGoogleTest" << std::endl;
return 0;
}
try {
status = RUN_ALL_TESTS();
} catch (...) {
- std::cerr << "Error duing RUN_ALL_TSETS()" << std::endl;
+ std::cerr << "Error during RUN_ALL_TESTS()" << std::endl;
}
#endif