doc: remove section about tensor-decoder bin and nego

This commit is contained in:
Daniel Morin 2024-05-14 21:43:09 -04:00
parent 9f7bce72db
commit 472fa37e3c

View file

@ -251,14 +251,6 @@ specific to machine-learning techniques and can also be used to store analysis
results from computer-vision, heuristics or other techniques. It can be used as
a bridge between different techniques.
#### Tensor-Decoder Bin And Auto-Plugging
Since tensor-decoders are model specific, we expect that many will be created
and one way to simplify analytics pipeline creation an promote re-usability is to provide
tensor-decoder bin able to identify the correct tensor-decoder for the tensor to
be decoded. It's possible to have multiple tensor-decoder able to decode the
exact same decoder, but making use of specific acceleration. Rank can be used to
identify the ideal tensor-decoder for a specific platform.
### Tensor Transport Mode
Two transport mode are envisioned as Meta or as Media. Both mode have pros and
cons which justify supporting both mode.