Darius Tan
Darius Tan
Uses `OmnivoreSettings.endpoint` to replace previous hardcoded links to omnivore.app
Hello @AndrzejKurek, In [CreateIdentityMcePart](https://github.com/ARM-software/ethos-n-driver-stack/blob/6834c826022ce0cc9c9f9569865336088a553b87/driver/support_library/src/NetworkToGraphOfPartsConverter.cpp#L34), the part is set as a `DEPTHWISE_CONVOLUTION` https://github.com/ARM-software/ethos-n-driver-stack/blob/6834c826022ce0cc9c9f9569865336088a553b87/driver/support_library/src/NetworkToGraphOfPartsConverter.cpp#L57 but at the same time the part is not explicitly setting the `m_IsChannelSelector` as false, but instead conditioned...