Skip to content

Commit

Permalink
Update input data docs to include allowing outputs in provided direct…
Browse files Browse the repository at this point in the history
…ory (#705)
  • Loading branch information
matthewkotila authored Jun 24, 2024
1 parent a346f14 commit 676d8b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/c++/perf_analyzer/docs/input_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ of your model. You can select a different input data mode with the
generates random data once per input and reuses that for all inferences
- _zero_: Send zeros for each input.
- directory path: A path to a directory containing a binary file for each input,
named the same as the input. Each binary file must contain the data required
for that input for a batch-1 request. Each file should contain the raw binary
representation of the input in row-major order.
named the same as the input (and optionally a binary file for each output for
validation, named the same as the output). Each binary file must contain the
data required for that input/output for a batch-1 request. Each file should
contain the raw binary representation of the input/output in row-major order.
- file path: A path to a JSON file containing data to be used with every
inference request. See the "Real Input Data" section for further details.
[`--input-data`](cli.md#--input-datazerorandompath) can be provided multiple
Expand Down

0 comments on commit 676d8b7

Please sign in to comment.