什么相当于a[a < 0] = 0Theano中的NumPy (张量变量)?我想要所有小于数字的矩阵元素等于零.
a[a < 0] = 0
python theano
python ×1
theano ×1