- 09 3月, 2023 1 次提交
-
-
由 Zhang Zheng 提交于
-
- 31 1月, 2023 1 次提交
-
-
由 姜永久 提交于
* check dygraph on for op tests * reset eigh and modify prelu&sign * update eager_op_test * lint * add more ops * fix reduce * modify reduce test * reset reduce_op * modify matmul test * revert prelu
-
- 20 1月, 2023 1 次提交
-
-
由 GGBond8488 提交于
* replace paddle.fluid.layers.data and remove io.data * partial commit * partial commit * partial commit * partial commit * partial commit * partial commit * remove data in fluid.layers.io.__all__ * fix errors * fix unitests * fix unitest * fix unitests * fix unitest * fix unitest * fix unitests * fix unitest * fix test_layers unitests * fix typro * fix unitest * fix unitest * fix unitest * fix typro * fix unitest test_model_cast_to_bf16 * fix test_reducescatter * fix collective unitest * fix collective unitests * fix collective unitests * add coverage * fix add layers.data * re run ci * fix some typro * fix samplecode error * fix samplecode error
-
- 29 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* isort all files * revert conflicting files * revert conflicting files * revert conflicting files * revert conflicting files * revert conflicting files
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 12 10月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* [Zero-Dim] support input 0D Tensor for unary api * fix CI
-
- 11 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 27 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] remove all future import * revert test_error.py * restore future import in example code
-
- 10 8月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
[CodeStyle] use np.testing.assert_array_equal instead of self.assertTrue(np.array_equal(...)) (#44947) * automatically fix * update comments * numpy -> np * self.assertEqual(..., True) * wrong usage (err_msg=True) 这不是修复导致的错误,这些是原来 `self.assertTrue(..., True)` 的错误用法,因此在修复后将其认为位置参数 `err_msg` * some missing fix
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 07 3月, 2022 1 次提交
-
-
由 zhangbo9674 提交于
* add gaussian random * add full * refine reduce * refine code * refine gaussian_random unittest * add unittest for fill_any_like fill_constant
-
- 13 9月, 2021 1 次提交
-
-
由 Zhang Zheng 提交于
-
- 19 4月, 2021 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 01 4月, 2021 1 次提交
-
-
由 Zhang Zheng 提交于
-
- 27 10月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 20 10月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* fill_constant supports nan and inf * add ut
-
- 04 9月, 2020 1 次提交
-
-
由 AshburnLee 提交于
-
- 14 8月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 07 8月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 30 7月, 2020 1 次提交
-
-
由 liym27 提交于
-
- 21 7月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 12 7月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 12 4月, 2020 2 次提交
-
-
由 wawltor 提交于
Add the error raise for those cases aassign isfinite linspace ones_like zeros_like zeros ones
-
由 wangchaochaohu 提交于
-
- 07 4月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
* add support for value tensor support of fill_constant Op
-
- 04 4月, 2020 1 次提交
-
-
由 wawltor 提交于
Update the new api ops of creation ops to the api 2.0
-
- 22 1月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 12 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* change several tests to use the right parent class, test=develop * add dtype for TestLoDTensorAndSelectedRowsOp, test=develop
-
- 02 12月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
There are PythonAPI tests in Op's unittest which don't need to inherit OpTest class.
-
- 15 10月, 2019 1 次提交
-
-
由 liym27 提交于
-
- 14 10月, 2019 1 次提交
-
-
由 zhupengyang 提交于
* add input type and dtype check for cast_op test=develop * fix annotation test=develop * support more data type test=develop * fix bug for fill_constant's error type test=develop * improve converage test=develop * improve converage test=develop
-
- 13 10月, 2019 1 次提交
-
-
由 liym27 提交于
2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like 3. fix bug in ExpandGradOp. test=develop
-
- 03 10月, 2019 1 次提交
-
-
由 wangchaochaohu 提交于
* fix the constant error message test=develop * fix typo test=develop * fix typo test=develop * fix code style test=develop * fix comment and bugs test=develop * fix the bug test=develop * fix and add unittest test=develop * fix the typo test=develop * add support for the fill_constant op test=develop * add test for ci coverage test=develop
-
- 12 7月, 2019 1 次提交
-
-
由 123malin 提交于
* fix int64_t * update fill constant op unittest * add empty line
-
- 24 8月, 2018 3 次提交
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 26 7月, 2018 2 次提交