Module caffe2.python.lstm_benchmark. More...
Functions | |
| def | generate_data (T, shape, num_labels) |
| def | create_model (args, queue, label_queue, input_shape) |
| def | Caffe2LSTM (args) |
| def | Benchmark (args) |
| def | GetArgumentParser () |
Variables | |
| log = logging.getLogger("lstm_bench") | |
| def | args = GetArgumentParser().parse_args() |
| device | |
Module caffe2.python.lstm_benchmark.
| def lstm_benchmark.generate_data | ( | T, | |
| shape, | |||
| num_labels | |||
| ) |
Fill a queue with input data
Definition at line 22 of file lstm_benchmark.py.
| lstm_benchmark.device |
Definition at line 235 of file lstm_benchmark.py.
1.8.14