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