Commit Graph

164 Commits (2101dfd2b3552defe4e6e14f7eb96321ffe41fc2)

Author SHA1 Message Date
wangchaochaohu ba574c8ec3
refine the usage of numpy element fetch for Ops test=develop (#26194)
6 years ago
wangchaochaohu 0dc485e6fe
refine the value parameter's Tensor support of fill_constant Op test=… (#25986)
6 years ago
wangchaochaohu ff717d5158
Add support for tuple of concat Op test=develop (#25800)
6 years ago
Zhang Ting 2d24f56a7a
avoid data transfer, test=develop (#25810)
6 years ago
wangchaochaohu fc6fed3283
(Variable --->Tensor) refine the OP doc for API2.0 (#25737)
6 years ago
zhupengyang 0ca1bb56df
refine docs of rand, randn, randint, randperm, zeros_like, arange (#25633)
6 years ago
wangchaochaohu 1e4ab728fb
refine the concat Op for API 2.0 test=develop (#25307)
6 years ago
wangchaochaohu 2092660c43
Ones op for API 2.0: remove the device and out parameters (#25497)
6 years ago
wangchaochaohu 4a44ffdd24
refine the eye Op for API 2.0 test=develop (#25295)
6 years ago
zhupengyang 5a2d15a1d0
arange API: start default is 0, end default is None (#25452)
6 years ago
zhupengyang f8eccb0b1c
zeros_like API: remove device; input -> x (#25413)
6 years ago
wangchaochaohu bdc2c2dba8
full Op:remove device, out and stop_gradient parameter for API 2.0 test=develop (#25257)
6 years ago
wangchaochaohu 0b2ec49ff9
refine the linspace Op for API 2.0 test=develop (#25284)
6 years ago
zhupengyang eb3173e2b6
rand API: remove out, device, stop_gradient; add name (#25246)
6 years ago
Aurelius84 6be0ee159e
Support LoDTensorArray in reverse_op (#24797)
6 years ago
wangchaochaohu f8ac6c2c58
fix fp16 support of assgin Op and squeeze Op test=develop (#24862)
6 years ago
swtkiwi f5c6dd6def
test=develop (#24522)
6 years ago
mapingshuo d1bb76a2f7
fix error log, test=develop (#24419)
6 years ago
HappyAngel 896bda0c98
python API(get_tensor_from_selected_rows and tensor_array_to_tensor)error message enhance, test=develop (#23636)
6 years ago
liu zhengxi 7b522183c0
API (create_parameter, create_global_var) error message enhancement (#23623)
6 years ago
mamingjie-China 7c3fa5ff27
fix doc bug in cast OP, change 'float15' to 'float16' in support dtypes
6 years ago
wawltor f3d7db98f1
Add the support of bool list for assign_value op (#23774)
6 years ago
mamingjie-China 17588bbeed
API(has_inf, has_nan, cumsum, fsp_matrix, increment) error message enhancement, test=develop (#23769)
6 years ago
wawltor f26f7c3603
Add some error meesage and dtyp, dtyep check for some ops (#23762)
6 years ago
wawltor b822f74cd4
Add the error raise for some operators, add some test cases
6 years ago
wangchaochaohu fb34bdb40c
API/OP(fill_constant) error message enhancement (#23584)
6 years ago
mamingjie-China cdbe5707e9
API(argsort, argmax, argmin, cast, diag) error message enhancement
6 years ago
liu zhengxi eda7ff054b
Refine example code in en doc (#23549)
6 years ago
wangchaochaohu f39899a43d
API(create_tensor) error message enhancement (#23571)
6 years ago
liym27 067134f1b3
API (Switch) error message enhancement. test=develop (#23459)
6 years ago
wangchaochaohu 29c4fae112
Tensor value support (#23491)
6 years ago
liym27 b7b0b3595b
Add unittest for transformer prediction in dygraph_to_static (#23207)
6 years ago
songyouwei 738c84644b
support tensor array create read write in dygraph (#23200)
6 years ago
wangchaochaohu 2fe0758f67
fix the doc of fill_constant test=develop (#23336)
6 years ago
Leo Chen 488b2387e2
Feature/expand params in auto-generated pybind functions for dygraph operators (#23181)
6 years ago
liym27 6af480ca33
Support int64 for op assign_value. test=develop (#23179)
6 years ago
Zhang Ting 0d8f40d2b2
remove init_on_cpu and force_init_on_cpu APIs, test=develop (#22202)
6 years ago
songyouwei 9203aaf185
fix unittest for coverage (#23007)
6 years ago
liym27 44b1343aab
Support LoDTensorArray in stack/concat api for transformation of list dygraph_to_static (#22987)
6 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
6 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
6 years ago
Guo Sheng 31b5464632
Add support for dynamic_decode(while) training. (#22231)
6 years ago
Tao Luo 6b7bb6b54a
change check_type_and_dtype to check_variable_and_dtype (#22465)
6 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
6 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
6 years ago
mapingshuo 81030125a3
convert input vars' dtype for range op (#22028)
6 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
6 years ago
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
6 years ago
zhaoyuchen2018 b16274556a
Add dscending for argsort (#21400)
6 years ago
wangchaochaohu 6514f52e46
fix the fill_constant op precious problem (#21322)
6 years ago