- 08 1月, 2021 6 次提交
-
-
由 Wilber 提交于
-
由 ruri 提交于
-
由 Leo Chen 提交于
* change to tensor copy sync * change to tensor copy sync * make copy_to safe when use TensorCopy * refine code * add ut * add cudapinned garbagecollector * add testcase: cpu place -> cuda pinned place
-
由 Chengmo 提交于
* add tensor table
-
由 Wilber 提交于
-
由 joanna.wozna.intel 提交于
* Add a necessary condition * Remove test for white list and add header
-
- 07 1月, 2021 11 次提交
-
-
由 lijianshe02 提交于
* enhance error message of nll_loss op test=develop
-
由 Huihuang Zheng 提交于
Improve some error messages in parallel_executor.cc, conditional_block_op.cc, recurrent_op.cc
-
由 Chen Weihang 提交于
* simplify prepared op impl to improve performance * fix kunlun compile error * continue fix kunlun compile error * only transform diff place when dtype diff * fix failed unittests * remove useless file * polish impl by review comment
-
由 123malin 提交于
* test=develop, add index_select_cuda kernel
-
由 wangchaochaohu 提交于
-
由 WeiXin 提交于
-
由 Wilber 提交于
* enhance error info for py_func * update
-
由 weihaoji 提交于
[XPU] Remove lite_xpu ut lite_resnet50_test since fusion pass changes introduced precision diff. test=develop (#30122)
-
由 liuyuhui 提交于
-
由 Jack Zhou 提交于
-
由 123malin 提交于
* test=develop, add model_average and lookahead
-
- 06 1月, 2021 9 次提交
-
-
由 Leo Chen 提交于
* add dispenable input 'shape' for core.ops.reshape2 * add dispenable inputs for core.ops.reshape2/expand/slice * add ut
-
由 ShenLiang 提交于
-
由 Zhou Wei 提交于
* Polish and Optimize the print/repr message of all layer * fix some code format
-
由 wangguanzhong 提交于
-
由 QingshuChen 提交于
* add aarch64 and sunway kunlun lib * minor * optimize elementwise_add for kunlun * update kunlun dependence * minor * minor
-
由 Shang Zhizhou 提交于
* snap * add inference api: DisableTensorRtOPs * fix code style * update api to experimental * update variable name
-
由 石晓伟 提交于
-
由 xiemoyuan 提交于
-
由 liym27 提交于
1. when slice_item is a slice: 1) the start of __getitem__ should be std::max(start, 0) if slice 2) the start of __getitem__ should be std::min(end, dim) 2. when slice_item is an integer, it should be in [-dim_len, dim_len) 3. Fix error message to use accurate data
-
- 05 1月, 2021 7 次提交
-
-
由 chentianyu03 提交于
-
由 chentianyu03 提交于
* add trace op_register_version and fix defaulf bug; test=op_version * add trace op_register_version; test=op_version * add trace op_register_version; test=op_version * add trace op_register_version; test=op_version * fix missing the template bug of vector; test=op_version
-
由 cc 提交于
* fix the formate of raising error in randperm op
-
由 liuyuhui 提交于
-
由 Thunderbrook 提交于
* add topo aware * resource.h * topo aware * format
-
由 hong 提交于
* support dygraph in xpu place; test=develop * fix cpu/gpu compile error; test=develop * fix compile error; test=develop * fix xpu compile error; testd=develop
-
由 wangchaochaohu 提交于
-
- 04 1月, 2021 7 次提交
-
-
由 WangXi 提交于
-
由 myq406450149 提交于
* p_norm fix op version info. test=develop
-
由 tangwei12 提交于
* for inference checkpoint Change-Id: I36c979240ffa55bf1ef0c9315402960762af6be4 * for inference checkpoint Change-Id: I82025365d5b792cbea1ead506df685aecc8ac198
-
由 tangwei12 提交于
* memory holder optimize Change-Id: Ic91af8ac6f2853336d28a9fbbc5e8d0c57b5d05e * memory holder optimize Change-Id: I2fd1c14ecc17f5d5ce88b87890381ea801e6367f * fix large scale memory holder Change-Id: Ief0992b02b00220e16c72cc637a56e7b5788140f * fix large scale memory holder Change-Id: I910142a3952ead643a5604f8f80955f3e6efe655
-
由 Shang Zhizhou 提交于
* fix op version checker of pass bug * fix code style * update pass version
-
由 cc 提交于
* zero_copy_tensor supports int8_t
-
由 whs 提交于
-