- 11 10月, 2022 13 次提交
-
-
由 傅剑寒 提交于
* add fp16 data type for set_value * cancel flip modification * add fp16 dtype support for set_value
-
由 HongyuJia 提交于
* solve transpose2, follow #22402 * fix CI cmake * update REGISTER_OP_KERNEL of transpose2
-
由 HongyuJia 提交于
-
由 Tony Cao 提交于
-
由 Tony Cao 提交于
-
由 Tony Cao 提交于
-
由 Tony Cao 提交于
-
由 Tony Cao 提交于
* Update README.md * Update README.md * Fix E713: convert 'not ... in' to 'not in'
-
由 Tony Cao 提交于
-
由 Zhen Wang 提交于
* Fix some bugs hidden in build_cinn_pass. * Update codes about OpTransInfo. * Only support for the static reshape/reshape2 op.
-
由 HongyuJia 提交于
-
由 niuliling123 提交于
-
由 wuyefeilin 提交于
-
- 10 10月, 2022 27 次提交
-
-
由 tianshuo78520a 提交于
* Add libpaddle.so log * Add libpaddle.so log
-
由 duanboqiang 提交于
-
由 Tony Cao 提交于
* Update README.md * Update README.md * Fix F632: replace 'is', 'is not' with ==, != respectively
-
由 Tony Cao 提交于
* Update README.md * Update README.md * Update .flake8 config: remove F601 code, text=document_fix
-
由 Tony Cao 提交于
* Update README.md * Update README.md * Fix F601: only keep the last key among the same names
-
由 Tony Cao 提交于
-
由 Tony Cao 提交于
-
由 Tony Cao 提交于
* Update README.md * Update README.md * Fix F541 by converting f-string to normal strings
-
由 Tony Cao 提交于
* Update README.md * Update README.md * Remove F402 code in config
-
由 Tony Cao 提交于
* Update README.md * Update README.md * Fix F402 by changing the name of loop variable * Change variable name Change variable name 'temp_tensor' to 'var' to avoid confusion, as var also appears in the same file.
-
由 Shuangchi He 提交于
[CodeStyle][F401] update flake8 F401 config (python_paddle/proto,onnx,optimizer,hapi,autograd,framework,io,cost_model,geometric,vision,static). test=document_fix (#46756)
-
由 Shuangchi He 提交于
[CodeStyle][F401] remove unused imports in python_paddle/io_costmodel_geometric_vision_static. (#46755) Signed-off-by: Yulv-git <yulvchi@qq.com> Signed-off-by: Yulv-git <yulvchi@qq.com>
-
由 Shuangchi He 提交于
[CodeStyle][F401] remove unused imports in python_paddle/proto_onnx_optimizer_hapi_autograd_framework. (#46754)
-
由 YuanRisheng 提交于
* add yaml entry for rnn and rrnn_grad, move infershape function for rnn_grad to phi infer meta * WIP: move rnn kernrl to phi * Change the code generation to avoid converting from intializer list to tuple of heterogeneous types. This is only triggered when an api has intermediate outputs, and the result of the outputs are of heterogeneous types. * fix the bug that when none in a vector of tensors requires gradient, the conversion to InferShapeContext to InferMetaContext (a.k.a. BuildInferMetaContext) produces errorous results. * fix ci bugs * fix ci bugs * fix ci bugs * modify code according comment Co-authored-by: Nchenfeiyu <chenfeiyu@baidu.com>
-
由 Shuangchi He 提交于
-
由 Shuangchi He 提交于
-
由 Nyakku Shigure 提交于
-
由 Nyakku Shigure 提交于
-
由 Nyakku Shigure 提交于
-
由 Nyakku Shigure 提交于
-
由 Nyakku Shigure 提交于
* [CodeStyle][F401] remove unused imports in unittests/distributed_passes,tokenizer,sequence * add noqa after required imports
-
由 Nyakku Shigure 提交于
-
由 Leo Chen 提交于
* reduce time cost on atomic in interpretercore * clear code of PrepareAtomic in interpretercore * refine threadpool cache
-
由 Zhang Jun 提交于
-
由 Sylwester Fraczek 提交于
* fix fc pattern remove use_bias add residual input switch fix references to pattern * review fixes
-
由 Rayman 提交于
-
由 Sylwester Fraczek 提交于
* Add methods that find input or output name by var name * kind of bugfix - initialize variables * ci fix * review fixed
-