- 08 4月, 2020 12 次提交
-
-
由 Aurelius84 提交于
* Op (Scope) error message enhancement test=develop
-
由 Pei Yang 提交于
* add hard_sigmoid trt op converter * add hard_swish op converter and plugin. test=develop
-
由 songyouwei 提交于
* support no_grad atomic operating test=develop * rm create param api test=develop * refine sample code test=develop * clean impl test=develop
-
由 Pei Yang 提交于
* add full_like op. test=develop * add dygraph support. test=develop * increase coverage. test=develop
-
由 Zhang Ting 提交于
-
由 Chen Weihang 提交于
-
由 zhongpu 提交于
-
由 liym27 提交于
-
由 guofei 提交于
* Add a function to update FLAGS test=develop * Add a function to update FLAGS test=develop * expr flags * Add a function to update FLAGS test=develop * distinguish public/private vars, test=develop * fix windows issues, test=develop * expr flag * Add functions to get and set FLAGS test=develop * Add functions to get and set FLAGS test=develop * Add functions to get and set FLAGS test=develop * Add functions to get and set flags test=develop * Add functions to get and set FLAGS test=develop * Add a function to update FLAGS test=develop * Add a function to update FLAGS test=develop * Add functions to get and set flags in Paddle test=develop Co-authored-by: Nsneaxiy <sneaxiy@126.com>
-
由 guofei 提交于
* Make the place parameter default test=develop * Make the place parameter default test=develop * Make the place parameter default test=develop * Make the place parameter default test=develop * Make the place parameter default test=develop * Make the place parameter default test=develop * Make the place parameter default test=develop * Make the place parameter default test=develop
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
- 07 4月, 2020 12 次提交
-
-
由 Adam 提交于
-
由 silingtong123 提交于
* add randint op
-
由 zhongpu 提交于
-
由 cc 提交于
* Collect output scale for quantized op and fused op * Post_training_quantizaion sets batch_generator to support lod tensor
-
由 qingqing01 提交于
* Make optimizer consistent in dygraph and static-graph and remove some LOG-INFO
-
由 David Lin 提交于
* rename op paddle.fluid.matmul to paddle.matmul * modify original API fluid.layers.matmul,and add new API paddle.matmul
-
由 wangchaochaohu 提交于
* add support for value tensor support of fill_constant Op
-
由 Zhou Wei 提交于
梯度裁剪的策略进行了升级,配合修复相应的 裁剪API、minimize、ParamAttr 的API英文文档。 对应API变动的文档: #23224 对应中文文档PR:PaddlePaddle/FluidDoc#1942
-
由 Chengmo 提交于
* add index_sample op
-
由 zhangchunle 提交于
-
由 liym27 提交于
-
由 Bai Yifan 提交于
-
- 06 4月, 2020 4 次提交
-
-
由 ShenLiang 提交于
-
由 ShenLiang 提交于
* add paddleboxdatafeed * add ifdef linux and boxps * add untest for datafeed * fix untest of test_paddlebox_datafeed * fix untest * rename function
-
由 Chen Weihang 提交于
* static model runner basic implement, test=develop * add run program op to execute loaded program, test=develop * refactor static model runner & run program op, test=develop * reset engine.cc to resolve conflict * adapt the change of dygraph double grad, test=develop * refactor impl to solve control flow error, test=develop * clear debug code, test=develop * fix ci str compatible error & checkout dygraph grad maker & add example, test=develop * hide api & add op test, test=develop * fix run program op test places error, test=develop * fix program by review comment, test=develop * delete change var desc name, test=develop * fix other program by review comment, test=develop * remove _static_graph_guard, test=develop * add selectedrows test, test=develop * remove desc parser, test=develop * fix detail program, test=develop * change socpe create & add test, test=develop
-
由 cc 提交于
-
- 05 4月, 2020 8 次提交
-
-
由 wawltor 提交于
* Add the matmul, elementwise_euqal, elementwise_sum ops to API2.0 * Fix the import meesage in common_ops_import * Update the test cast for mm
-
由 Kaipeng Deng 提交于
* fix inplace_abn windows compile error. test=develop
-
由 wawltor 提交于
* Add the sum op to API 2.0, test=develop * Fix the import meesage in common_ops_import
-
由 石晓伟 提交于
* refine the doc of paddle_api.h, test=develop * fix documents, test=develop
-
由 Steffy-zxf 提交于
* add new op paddle.tensor.mul(x, y, x_num_col_dims=1, y_num_col_dims=1, out=None, name=None) * add new op paddle.tensor.pow(input, exponent, out=None, name=None) * add the aboved two new ops unittest (test api param out and name)
-
由 WuHaobo 提交于
add tril op and triu op
-
由 wangchaochaohu 提交于
-
- 04 4月, 2020 4 次提交
-
-
由 myq406450149 提交于
* add unbind op unbind(tensor, dim=0): 说明:移除指定维后,返回一组数组,包含了沿着指定维切片后的各个切片。 tensor(Tensor) -- 输入Tensor dim(int) -- 删除的维度 示例: Input = [[1,2], [3,4], [5,6]] axis = 0 Output[0] = [1,2] Output[1] = [3,4] Output[2] = [5,6]
-
由 zhangchunle 提交于
-
由 Chen Weihang 提交于
* delete invalid check inferface Ref & VectorRef, test=develop * fix vector ref delete error, test=develop * try the new check inferface, test=develop * change all related code with new check macro, test=develop * remove static assert, test=develop * polish detail, test=develop * skip coverage problem, test=develop * add new check macro, test=develop
-
由 LutaoChu 提交于
* add new op paddle.tensor.div(x, y, out=None, name=None) * add gpu and dygraph unittests. * Performance optimization: scale op is not called when alpha=1. * op error message optimization.
-