Skip to content

Commit

Permalink
Updated examples descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
serizba committed Sep 23, 2022
1 parent 16a3b93 commit 39fdbd3
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions examples/eager_op_multithread/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

/*!
* @file main.cpp
* @brief A brief description here.
* @details Define custom details for the file here.
* @brief Test the behavior of cppflow with multiple threads
* @details Test the behavior of cppflow with multiple threads
* @author Jiannan Liu
* @author Sergio Izquierdo
* @date @showdate "%B %d, %Y" 2020-10-26
Expand Down
4 changes: 2 additions & 2 deletions examples/efficientnet/create_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

# @file create_model.py
#
# @brief A brief description here.
# @brief Creates and saves an EfficientNet model.
#
# @section description_create_model Define custom details for the file here.
# @section description_create_model Creates and saves an EfficientNet model.
#
# @section author_create_model Author(s)
# - Created by Sergio Izquierdo
Expand Down
5 changes: 3 additions & 2 deletions examples/efficientnet/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

/*!
* @file main.cpp
* @brief A brief description here.
* @details Define custom details for the file here.
* @brief Run EfficientNet on a cat image as an example.
* @details Run an EfficientNet model on a cat image and print the result.
* The EfficientNet model should be downloaded running create_model.py
* @author Florian
* @author Sergio Izquierdo
* @date @showdate "%B %d, %Y" 2020-09-16
Expand Down
4 changes: 2 additions & 2 deletions examples/load_frozen_graph/create_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

# @file create_model.py
#
# @brief A brief description here.
# @brief Creates and saves a simple Keras model as a frozen graph.
#
# @section description_create_model Define custom details for the file here.
# @section Creates and saves a simple Keras model as a frozen graph.
#
# @section author_create_model Author(s)
# - Created by Daisuke Kato
Expand Down
5 changes: 3 additions & 2 deletions examples/load_frozen_graph/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@

/*!
* @file main.cpp
* @brief A brief description here.
* @details Define custom details for the file here.
* @brief Loads a frozen graph model and runs it with dummy data
* @details Loads a simple Keras model saved in frozen graph format
* and runs it with dummy data
* @author Daisuke Kato
* @author Paul
* @author Sergio Izquierdo
Expand Down
4 changes: 2 additions & 2 deletions examples/load_model/create_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

# @file create_model.py
#
# @brief A brief description here.
# @brief Creates and saves a simple Keras model as a saved model.
#
# @section description_create_model Define custom details for the file here.
# @section Creates and saves a simple Keras model as a saved model.
#
# @section author_create_model Author(s)
# - Created by Sergio Izquierdo
Expand Down
4 changes: 2 additions & 2 deletions examples/multi_input_output/create_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

# @file create_model.py
#
# @brief A brief description here.
# @brief Creates and saves a simple multi input multi output Keras model.
#
# @section description_create_model Define custom details for the file here.
# @section Creates and saves a simple multi input multi output Keras model.
#
# @section author_create_model Author(s)
# - Created by Sergio Izquierdo
Expand Down
5 changes: 3 additions & 2 deletions examples/multi_input_output/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

/*!
* @file main.cpp
* @brief A brief description here.
* @details Define custom details for the file here.
* @brief Loads a saved multi input/output model and runs it with dummy data
* @details Loads a simple Keras model with multiple inputs and outputs saved
* in saved model format and runs it with dummy data
* @author Florian
* @author Sergio Izquierdo
* @date @showdate "%B %d, %Y" 2020-10-15
Expand Down
4 changes: 2 additions & 2 deletions examples/tensor/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

/*!
* @file main.cpp
* @brief A brief description here.
* @details Define custom details for the file here.
* @brief Tests tensors allocation and deallocation
* @details Tests tensors allocation and deallocation
* @author Jiannan Liu
* @author Seungtaek Kim
* @author Sergio Izquierdo
Expand Down
2 changes: 0 additions & 2 deletions examples/tensor/odr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

/*!
* @file odr.cpp
* @brief A brief description here.
* @details Define custom details for the file here.
* @author Jiannan Liu
* @author Sergio Izquierdo
* @date @showdate "%B %d, %Y" 2020-10-26
Expand Down

0 comments on commit 39fdbd3

Please sign in to comment.