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.

TDA2EXEVM: TIDL power layer

Part Number: TDA2EXEVM


Hi TIDL experts,

I have a model that need the caffe "power layer" .

The layer information is as below:

layer {
name: "conv2/neg"
type: "Power"
bottom: "conv2"
top: "conv2/neg"
power_param {
power: 1
scale: -1.0
shift: 0
}
}

But from the TIDL datasheet , I know this layer is not supported.

Is there any suggestion about this part? I want to implement this model on the device.

Please give me some suggestion.

Thank you.

Best Regards,

Eric Lai