doc: formatting and typos corrections

This commit is contained in:
Olivier Crête 2024-05-03 17:38:22 +00:00 committed by Daniel Morin
parent c6df53c3be
commit 04050c2a2e

View file

@ -74,10 +74,10 @@ is specific to the model. Even models that target the same time of analysis
encode analysis results in different ways.
### Models Format Not Describing Inputs/Outputs Tensor Format
With some models format the inputs/outputs tensors formats is not described. In
With some models format the inputs/outputs tensors formats are not described. In
this context it's the responsibility of the analytics pipeline to push input
tensors with the correct format into the inference process. In this context
inference element designer is left with to choices: supporting a model manifest
inference element designer is left with two choices: supporting a model manifest
where inputs/outputs are described or leaving the constraining/fixing
inputs/outputs to analytics pipeline designer who can use caps filter to
constrain inputs/outputs of the model.
@ -106,8 +106,8 @@ is ready model specific. Since the tensor-decoder is by design specific to a
model, no generality is lost by storing it the tensor-type-identifier.
#### Tensor Datatype
This is the primitive type used to store tensor-data. Like ```int8```,
```float16```, ```float32,```, ...
This is the primitive type used to store tensor-data. Like `int8`,
`uint8`, `float16`, `float32`, ...
#### Tensor Dimension Cardinality