Skip to content

Commit 09482d0

Browse files
authored
updated read me file.
1 parent e621a33 commit 09482d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# onnx-parser
22

3-
ONNX-Parser is a C++ Inference Code Generator tool that takes an onnx binary model and generates OpenVX [GDF](https://github.com/GPUOpen-ProfessionalCompute-Libraries/amdovx-core/tree/master/runvx) code for quick prototyping and kernel debugging.
3+
ONNX-Parser is a C++ Inference Code Generator tool that takes an [onnx](https://github.com/onnx/onnx) binary model and generates OpenVX [GDF](https://github.com/GPUOpen-ProfessionalCompute-Libraries/amdovx-core/tree/master/runvx) code for quick prototyping and kernel debugging.
44

55
The details of various OpenVX Kernels generated are from [vx_nn](https://github.com/GPUOpen-ProfessionalCompute-Libraries/amdovx-modules/tree/master/vx_nn)
66

@@ -18,7 +18,7 @@ ResNet-50 |
1818
## Command-line interface
1919

2020
```
21-
% onnx_gdf_generator <net.pb> <n> <c> <H> <W>
21+
% onnx_gdf_generator <net.pb> [n c H W]
2222
```
2323
Here net.pb is the onnx binary models which is a mandatory file.
2424
n,c,H,W refers to batch size, number of channels, height and width of an image which are optional parameters.

0 commit comments

Comments
 (0)