# PyTorch models from examples directory that will be used for testing
#
# Synthax:
#    MODEL_NAME [x:XILINXPART] [c:CLOCK_PERIOD] [io:s] [r:REUSE_FACTOR] [t:AP_TYPE] [s:STRATEGY]
# where
#    MODEL_NAME - Name of the file containing the model (without ".pt")
#    x:XILINXPART - Xilinx part number to use
#    c:CLOCK_PERIOD - Clock period
#    io:s - User streaming I/O, otherwise use parallel I/O
#    r:REUSE_FACTOR - Reuse factor
#    s:STRATEGY - Latency-optimized or Resource-optimized strategy
#    t:AP_TYPE - Default precision
#
# Lines starting with "#" are ignored.
#

two_layer_model
three_layer_model
