安装
用法
示例
Python API 参考
C++ API 参考
进一步阅读
relu
应用修正线性单元(Rectified Linear Unit)。
简而言之,就是 mx.maximum(x, 0)。
mx.maximum(x, 0)