blob: 1b640e258179583a29a0c532b59a10852e674627 [file] [log] [blame]
Kristofer Jonsson0c79f892021-06-02 17:15:57 +02001@startuml
2
3skinparam backgroundColor #FEFEFE
4
5[Inference] as inf
6[Network] as net
7[Buffer] as buf
8[Device] as dev
9
10inf -> net
11inf -> buf: IFM and OFM
12
13net --> dev
14net --> buf: Network model
15
16buf -> dev
17
18@enduml