Skip to content

Commit

Permalink
Mention little-endian order for binary data (triton-inference-server#…
Browse files Browse the repository at this point in the history
  • Loading branch information
deadeyegoodwin authored Feb 12, 2021
1 parent 1c1d2b6 commit ffa3d63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/perf_analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,9 @@ INPUT1, shape [4, 4] and data type INT32:
Note that the [4, 4] tensor has been flattened in a row-major format
for the inputs. In addition to specifying explicit tensors, you can
also provide Base64 encoded binary data for the tensors. Each data
object must list its data in a row-major order. The following example
highlights how this can be acheived:
object must list its data in a row-major order. Binary data must be in
little-endian byte order. The following example highlights how this
can be acheived:

```
{
Expand Down

0 comments on commit ffa3d63

Please sign in to comment.