We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d92232 commit 5711315Copy full SHA for 5711315
README.md
@@ -90,8 +90,12 @@ Or you can customize and use ```graph_net.torch.test_compiler``` yourself:
90
```bash
91
python -m graph_net.torch.test_compiler \
92
--model-path $GRAPH_NET_EXTRACT_WORKSPACE/model_name/ \
93
- --compiler /path/to/custom/compiler/ \
+ --compiler /custom/or/builtin/compiler/ \
94
+ --warmup /times/to/warmup/ \
95
+ --trials /times/to/test/ \
96
+ --device /device/to/execute/ \
97
--output-dir /path/to/save/JSON/result/file/
98
+
99
# Note: if --compiler is omitted, PyTorch’s built-in compiler is used by default
100
```
101
0 commit comments