@@ -21,16 +21,17 @@ documentation and examples. Read the documentation at [embarc.org](https://embar
2121
2222## Package structure
2323--------------------
24- ./bin - directory holder for embARC MLI library and samples binaries created during build
25- ./build - contains common build rules
26- ./doc - contains the API documentation of the embARC MLI library
27- ./include - include files with API prototypes and types
28- ./lib/src - source code of embARC MLI Library
29- ./examples - source code of examples
30- ./examples/example_cifar10_caffe - example illustrating implementation of CIFAR10 Caffe
31- ./examples/example_har_smartphone - example illustrating implementation of Human Activity Recognition
32- ./examples/auxilary - source code of helper functions used for the examples
33- ./hw - contains HW templates (* .tcf files)
24+ /bin - directory holder for embARC MLI library and samples binaries created during build
25+ ./build - contains common build rules
26+ ./doc - contains the API documentation of the embARC MLI library
27+ ./include - include files with API prototypes and types
28+ ./lib/src - source code of embARC MLI Library
29+ ./examples - source code of examples
30+ ./examples/example_cifar10_caffe - example illustrating implementation of CIFAR10 Caffe
31+ ./examples/example_har_smartphone - example illustrating implementation of Human Activity Recognition
32+ ./examples/auxilary - source code of helper functions used for the examples
33+ ./examples/tutorial_cifar10_caffe_deployment - Model Deployment Tutorial for Caffe and CIFAR-10
34+ ./hw - contains HW templates (* .tcf files)
3435
3536## Building and quick start
3637---------------------------
0 commit comments