File tree Expand file tree Collapse file tree 10 files changed +21
-20
lines changed
Expand file tree Collapse file tree 10 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 2323
2424/* !
2525 * @file main.cpp
26- * @brief A brief description here.
27- * @details Define custom details for the file here.
26+ * @brief Test the behavior of cppflow with multiple threads
27+ * @details Test the behavior of cppflow with multiple threads
2828 * @author Jiannan Liu
2929 * @author Sergio Izquierdo
3030 * @date @showdate "%B %d, %Y" 2020-10-26
Original file line number Diff line number Diff line change 2424
2525# @file create_model.py
2626#
27- # @brief A brief description here .
27+ # @brief Creates and saves an EfficientNet model .
2828#
29- # @section description_create_model Define custom details for the file here .
29+ # @section description_create_model Creates and saves an EfficientNet model .
3030#
3131# @section author_create_model Author(s)
3232# - Created by Sergio Izquierdo
Original file line number Diff line number Diff line change 2323
2424/* !
2525 * @file main.cpp
26- * @brief A brief description here.
27- * @details Define custom details for the file here.
26+ * @brief Run EfficientNet on a cat image as an example.
27+ * @details Run an EfficientNet model on a cat image and print the result.
28+ * The EfficientNet model should be downloaded running create_model.py
2829 * @author Florian
2930 * @author Sergio Izquierdo
3031 * @date @showdate "%B %d, %Y" 2020-09-16
Original file line number Diff line number Diff line change 2626
2727# @file create_model.py
2828#
29- # @brief A brief description here .
29+ # @brief Creates and saves a simple Keras model as a frozen graph .
3030#
31- # @section description_create_model Define custom details for the file here .
31+ # @section Creates and saves a simple Keras model as a frozen graph .
3232#
3333# @section author_create_model Author(s)
3434# - Created by Daisuke Kato
Original file line number Diff line number Diff line change 2424
2525/* !
2626 * @file main.cpp
27- * @brief A brief description here.
28- * @details Define custom details for the file here.
27+ * @brief Loads a frozen graph model and runs it with dummy data
28+ * @details Loads a simple Keras model saved in frozen graph format
29+ * and runs it with dummy data
2930 * @author Daisuke Kato
3031 * @author Paul
3132 * @author Sergio Izquierdo
Original file line number Diff line number Diff line change 2424
2525# @file create_model.py
2626#
27- # @brief A brief description here .
27+ # @brief Creates and saves a simple Keras model as a saved model .
2828#
29- # @section description_create_model Define custom details for the file here .
29+ # @section Creates and saves a simple Keras model as a saved model .
3030#
3131# @section author_create_model Author(s)
3232# - Created by Sergio Izquierdo
Original file line number Diff line number Diff line change 2424
2525# @file create_model.py
2626#
27- # @brief A brief description here .
27+ # @brief Creates and saves a simple multi input multi output Keras model .
2828#
29- # @section description_create_model Define custom details for the file here .
29+ # @section Creates and saves a simple multi input multi output Keras model .
3030#
3131# @section author_create_model Author(s)
3232# - Created by Sergio Izquierdo
Original file line number Diff line number Diff line change 2323
2424/* !
2525 * @file main.cpp
26- * @brief A brief description here.
27- * @details Define custom details for the file here.
26+ * @brief Loads a saved multi input/output model and runs it with dummy data
27+ * @details Loads a simple Keras model with multiple inputs and outputs saved
28+ * in saved model format and runs it with dummy data
2829 * @author Florian
2930 * @author Sergio Izquierdo
3031 * @date @showdate "%B %d, %Y" 2020-10-15
Original file line number Diff line number Diff line change 2424
2525/* !
2626 * @file main.cpp
27- * @brief A brief description here.
28- * @details Define custom details for the file here.
27+ * @brief Tests tensors allocation and deallocation
28+ * @details Tests tensors allocation and deallocation
2929 * @author Jiannan Liu
3030 * @author Seungtaek Kim
3131 * @author Sergio Izquierdo
Original file line number Diff line number Diff line change 2323
2424/* !
2525 * @file odr.cpp
26- * @brief A brief description here.
27- * @details Define custom details for the file here.
2826 * @author Jiannan Liu
2927 * @author Sergio Izquierdo
3028 * @date @showdate "%B %d, %Y" 2020-10-26
You can’t perform that action at this time.
0 commit comments