- 28 8月, 2020 3 次提交
-
-
由 LutaoChu 提交于
add parameters check in static mode for diag op
-
由 Yang Zhang 提交于
* Fix clip input check * Fix default min/max value * Allow both max and min to be None * Register op change * Revert OP signature change
-
由 lilong12 提交于
-
- 27 8月, 2020 3 次提交
-
-
由 joejiong 提交于
As the title
-
由 myq406450149 提交于
-
由 Zhang Ting 提交于
* update doc, test=document_fix * add attr(dtype) * refine code
-
- 26 8月, 2020 2 次提交
- 25 8月, 2020 4 次提交
-
-
由 wawltor 提交于
add the top v2 for the paddlepaddle api 2.0
-
由 joejiong 提交于
Co-authored-by: Nwujionghao <wujionghao@email.com> As the title
-
由 Zhang Ting 提交于
* add unique_v2 op * remove unique_v2 op * update doc
-
由 wangchaochaohu 提交于
-
- 24 8月, 2020 3 次提交
- 23 8月, 2020 4 次提交
-
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
- 22 8月, 2020 10 次提交
-
-
由 wawltor 提交于
* add the new api and op for the argmax, argmin
-
由 WangXi 提交于
-
由 WangXi 提交于
-
由 LutaoChu 提交于
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel.
-
由 ShenLiang 提交于
* add matmul_v2
-
由 lilong12 提交于
* fix docstring, test=document_fix
-
由 wangchaochaohu 提交于
-
由 zhupengyang 提交于
-
由 wangchaochaohu 提交于
-
由 ShenLiang 提交于
* fix the comment of scatter
-
- 21 8月, 2020 7 次提交
-
-
由 Leo Chen 提交于
* add bernoulli op * fix cuda kernel and add unit test * refine doc * fix uniform
-
由 lilong12 提交于
* fix the example codes, test=develop
-
由 wangchaochaohu 提交于
-
由 pangyoki 提交于
* Rename uniform and gaussian APIs * rename uniform_random API as uniform * Fixed unittest * fixed unittest AttributeError * Fixed unittest * Add uniform function rather than alias * remove templatedoc * solve conflict and fix doc code * fix doc code
-
由 Yang Zhang 提交于
* Update `paddle.clamp` rename to `paddle.clip` add fast path for dygraph mode remove `out` rename `input` -> `x` update doc sample * Fix leftover `Variable` wording * Indent doc with spaces * Remove `:alias` in docs * Update `enable_imperative` -> `disable_static` * Remove `imperative` also trigger CI * Update tests for better coverage * Rebase to fix `cosine_similarity` * Fix `cosine_similarity` some more
-
由 zhupengyang 提交于
-
由 wangchaochaohu 提交于
-
- 20 8月, 2020 4 次提交
-
-
由 guofei 提交于
* Add new API: paddle.prod test=develop
-
由 ShenLiang 提交于
* fix the doc of dot
-
由 liym27 提交于
(1) Add api paddle.reshape(x, shape, name); (2) Use Tensor replaces Variable. test=develop
-
由 Zhang Ting 提交于
-