aboutsummaryrefslogtreecommitdiff
path: root/docs/driver_library_component.puml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/driver_library_component.puml')
-rw-r--r--docs/driver_library_component.puml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/driver_library_component.puml b/docs/driver_library_component.puml
new file mode 100644
index 0000000..1b640e2
--- /dev/null
+++ b/docs/driver_library_component.puml
@@ -0,0 +1,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 \ No newline at end of file