Fix BUILD.md environment variable name typo. (#5402)

This commit is contained in:
edgchen1 2020-10-12 11:17:09 -07:00 committed by GitHub
parent 5e48c0fd6c
commit ed60e0fe39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -681,7 +681,7 @@ ORT_DEBUG_NODE_IO_DUMP_OUTPUT_DATA=1
To specify that node output data should be dumped to files for nodes with name "Foo" or "Bar", set these environment variables:
```
ORT_DEBUG_NODE_IO_DUMP_OUTPUT_DATA=1
ORT_DEBUG_NODE_IO_NODE_NAME_FILTER="Foo;Bar"
ORT_DEBUG_NODE_IO_NAME_FILTER="Foo;Bar"
ORT_DEBUG_NODE_IO_DUMP_DATA_TO_FILES=1
```