Functions | |
| def | main (input_file, out_name, example_dir, collection) |
| def | parse_arguments () |
Variables | |
| arguments = parse_arguments() | |
Trace trained infill model to produce a TorchScript. Resulting .pt can then be loaded direclty into C++.
| def make_tscript.main | ( | input_file, | |
| out_name, | |||
| example_dir, | |||
| collection | |||
| ) |
Definition at line 13 of file make_tscript.py.
| def make_tscript.parse_arguments | ( | ) |
Definition at line 43 of file make_tscript.py.
| make_tscript.arguments = parse_arguments() |
Definition at line 60 of file make_tscript.py.
1.8.11