aboutsummaryrefslogtreecommitdiff
path: root/docs/driver_library_component.puml
blob: 6e39456efa27339a11925281df31d0b07c427a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@startuml

skinparam backgroundColor #FEFEFE

[Inference] as inf
[Network] as net
[Buffer] as buf
[Device] as dev

inf -> net
inf -> buf: IFM and OFM

net --> dev

buf -> dev

@enduml