- 14 10月, 2020 1 次提交
-
-
由 AshburnLee 提交于
Made a change in python API to support the GPU version of unique OP working in static graph (#27899) * Made a change to support unique op working in static graph * Correct python format error
-
- 13 10月, 2020 4 次提交
-
-
由 Leo Chen 提交于
* add sumary feature * refine printting tensor * add sci_mode * add sample code * fix indent error * fix _format_item * polish code * support item indent * add ut * set place for ut * fix py2 issue * fix ut
-
由 Chengmo 提交于
* update index sample
-
由 Steffy-zxf 提交于
* 1. remove paddle.unique_with_counts api, which counts as unique api 2. add paddle.math.increment(x, value=1.0, name=None) api 3. replace paddle.sums with paddle.add_n api 4. update paddle.metric.accuracy api (add name parameter)
-
由 Steffy-zxf 提交于
Update code examples for api2.0
-
- 12 10月, 2020 2 次提交
-
-
由 MRXLT 提交于
* refine parameters order && doc * update rmsprop doc * refine adam/transpose/unstack/stride_slice * fix bug && doc * fix doc * bug fix * bug fix * fix doc * fix doc * fix doc * fix doc * depercate old strided_slice * update doc * set default value for name * update doc
-
由 joejiong 提交于
Mutiply allows non-tensor data input
-
- 10 10月, 2020 1 次提交
-
-
由 LutaoChu 提交于
Fix cross, cumsum op docs
-
- 09 10月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 30 9月, 2020 4 次提交
-
-
由 123malin 提交于
* test=develop, update example
-
由 yaoxuefeng 提交于
-
由 Qi Li 提交于
-
由 ShenLiang 提交于
* fix the scatternd/scatterndadd * fix the doc of scatter * replace rank with ndim
-
- 29 9月, 2020 4 次提交
-
-
由 pangyoki 提交于
* add multinomial cpu kernel * fix C++ notype error * fix windows ci array len error * let array len be const * change array to vector * add cuda kernrl with num_distribution is 1, and not support replacement=False * add multinomial python api * support num_distribution different multinomial distributions * add multinomial python api unittest * change output dtype to int64 * fix coverage prob * optimize format * fix dtype of output error, should be int64_t
-
由 yaoxuefeng 提交于
-
由 yaoxuefeng 提交于
-
由 furnace 提交于
-
- 28 9月, 2020 2 次提交
-
-
由 mapingshuo 提交于
-
由 Leo Chen 提交于
* remove inplace argument * fix sample code * fix sample code
-
- 27 9月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 25 9月, 2020 1 次提交
-
-
由 ShenLiang 提交于
* add fp16 for matmul
-
- 23 9月, 2020 2 次提交
-
-
由 Chen Weihang 提交于
* init commit of new save/load * fix failed unittests * fix save_load_v2 unittest failed * fix failed unittest & polish doc * add tests for coverage * add more tests & move static apis * fix example code error * polish emample code * fix detail example code problem
-
由 Zhou Wei 提交于
* Makes the Bind Method more intelligent * Makes the Bind Method more intelligent * fix unittest * fix unittest * fix conflict
-
- 22 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* remove paddle.readers API. test=develop
-
- 21 9月, 2020 1 次提交
-
-
由 furnace 提交于
-
- 17 9月, 2020 1 次提交
-
-
由 furnace 提交于
and optimize the c++ implmentation of empty op as PR#26659 reviews, and add bool for shape op.
-
- 14 9月, 2020 1 次提交
-
-
由 lilong12 提交于
* bug fix, test=develop
-
- 11 9月, 2020 2 次提交
- 10 9月, 2020 2 次提交
-
-
由 ShenLiang 提交于
-
由 zhupengyang 提交于
-
- 08 9月, 2020 2 次提交
-
-
由 myq406450149 提交于
* fix frobenius_norm error, rm p=0 2-axis support. test=develop
-
由 Leo Chen 提交于
* fix unsqueeze in dygraph * add test * add test
-
- 07 9月, 2020 2 次提交
-
-
由 wangchaochaohu 提交于
-
由 wawltor 提交于
fix the bug for dtype check for the argmin/argmax
-
- 06 9月, 2020 1 次提交
-
-
由 wawltor 提交于
update the check for the dtype check for the argmin, argmax
-
- 05 9月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
-
- 04 9月, 2020 3 次提交
-
-
由 wangchaochaohu 提交于
-
由 liym27 提交于
-
由 Zhou Wei 提交于
update doc of paddle.to_tensor
-