aboutsummaryrefslogtreecommitdiff
path: root/docs/driver_library_component.puml
blob: 1b640e258179583a29a0c532b59a10852e674627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@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
net --> buf: Network model

buf -> dev

@enduml