Other Parts Discussed in Thread: TDA2
Hi,
In TIDeepLeraningLibrary_DataSheet.pdf (TIDL 01.01.00.00), folloiwng comment is shown in TABLE.4B on page 4.
" Initial part of the network is executed / profiled on EVE and the later part is on C6x DSP (Later part of the network is best optimal on C6x DSP). "
SSD based detection network in Caffe-Jacinto-Model contains 45 layers as below.
0, TIDL_DataLayer
1, TIDL_BatchNormLayer
2, TIDL_ConvolutionLayer
3, TIDL_ConvolutionLayer
4, TIDL_ConvolutionLayer
5, TIDL_ConvolutionLayer
6, TIDL_ConvolutionLayer
7, TIDL_ConvolutionLayer
8, TIDL_PoolingLayer
...
40, TIDL_FlattenLayer
41, TIDL_ConcatLayer
42, TIDL_ConcatLayer
43, TIDL_DetectionOutputLayer
44, TIDL_DataLayer
[Q1] To get both EVE and DSP performance shown in TABLE.4B, how do we partition into EVE and DSP ? For instance, which layers are executed on DSP and which other layers are executed on EVE ?
[Q2] To get both EVE and DSP performance shown in TABLE.4B, how do we test on target EVM ? I need to duplicate the test.
Best regards,
Saito