You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to understand the SDP core in nvdla_small. According to the documentation, Activation functions Sigmoid and Tanh are implemented using LUT. But, as per nvdla_small configuration, NVDLA_SDP_LUT_ENABLE is NO.
I would really appreciate if you can clarify my doubts:
What does it mean by NVDLA_SDP_LUT_ENABLE being NO? Does it mean LUT feature is not supported for nvdla_small or it is just not enabled?
If it is not supported, then how are the activation functions Sigmoid and Tanh implemented for nvdla_small?
Or if it is just disabled, then how can I enable it? Or is it a software feature and gets enabled dynamically?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to understand the SDP core in nvdla_small. According to the documentation, Activation functions Sigmoid and Tanh are implemented using LUT. But, as per nvdla_small configuration, NVDLA_SDP_LUT_ENABLE is NO.
I would really appreciate if you can clarify my doubts:
Thanks in advance.
The text was updated successfully, but these errors were encountered: