安裝
使用方式
範例
Python API 參考
C++ API 參考
延伸閱讀
relu
Applies the Rectified Linear Unit.
Simply mx.maximum(x, 0).
mx.maximum(x, 0)