This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VMXEVM: Does TDA4 still only support TensorFlow Slim?

Part Number: TDA4VMXEVM

Hi all,

Beside caffe-series/ONNX AI framework, Does TDA4 TIDL still only support TensorFlow-Slim and only below layers?
 

TensorFlow Operator

TIDL Layer

Placeholder

TIDL_DataLayer

Conv2D

TIDL_ConvolutionLayer

DepthwiseConv2dNative

TIDL_ConvolutionLayer

BiasAdd

TIDL_BiasLayer

Add

TIDL_EltWiseLayer

Mul

TIDL_ScaleLayer

FusedBatchNorm

TIDL_BatchNormLayer

Relu

TIDL_ReLULayer

Relu6

TIDL_ReLULayer

MaxPool

TIDL_PoolingLayer

AvgPool

TIDL_PoolingLayer

ConcatV2

TIDL_ConcatLayer

Slice

TIDL_SliceLayer

Squeeze

See note below

Reshape

See note below

Softmax

TIDL_SoftMaxLayer

Pad

TIDL_PadLayer

Mean

TIDL_PoolingLayer

BR,
Frankle Yeh