-
由 Tamás Tőkés 提交于
* Rewrite products of exponents as exponent of sum. Rewrite e^x*e^y to e^(x+y), e^x/e^y to e^(x-y). * Rewrite a^x * a^y to a^(x+y)
* Rewrite products of exponents as exponent of sum. Rewrite e^x*e^y to e^(x+y), e^x/e^y to e^(x-y). * Rewrite a^x * a^y to a^(x+y)
| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| .. | ||
| __init__.py | 正在载入提交数据... | |
| test_basic.py | 正在载入提交数据... | |
| test_elemwise.py | 正在载入提交数据... | |
| test_extra_ops.py | 正在载入提交数据... | |
| test_math.py | 正在载入提交数据... | |
| test_shape.py | 正在载入提交数据... | |
| test_special.py | 正在载入提交数据... | |
| test_subtensor.py | 正在载入提交数据... | |
| test_uncanonicalize.py | 正在载入提交数据... |