blob: 6e39456efa27339a11925281df31d0b07c427a3f [file] [log] [blame]
@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