Skip to content

Commit 39fdbd3

Browse files
committed
Updated examples descriptions
1 parent 16a3b93 commit 39fdbd3

File tree

10 files changed

+21
-20
lines changed

10 files changed

+21
-20
lines changed

examples/eager_op_multithread/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
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

examples/efficientnet/create_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
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

examples/efficientnet/main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
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

examples/load_frozen_graph/create_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
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

examples/load_frozen_graph/main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
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

examples/load_model/create_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
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

examples/multi_input_output/create_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
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

examples/multi_input_output/main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
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

examples/tensor/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
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

examples/tensor/odr.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
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

0 commit comments

Comments
 (0)