sahancpal commited on
Commit
dc3f1a0
·
verified ·
1 Parent(s): b3c330f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ You can download the dataset in either format:
29
 
30
  - **op_name** – Full name of the operator being tested.
31
 
32
- - **args** – Serialized form of the inputs from the trace. [See details below](#understanding-serialized-arguments-in-backendbench).
33
 
34
  - **runnable** – Whether the operator is runnable in BackendBench (some are not yet supported).
35
 
 
29
 
30
  - **op_name** – Full name of the operator being tested.
31
 
32
+ - **args** – Serialized form of the inputs from the trace. [See details below](#serialized-arguments-in-backendbench).
33
 
34
  - **runnable** – Whether the operator is runnable in BackendBench (some are not yet supported).
35