Commit Graph

61101 Commits

Author SHA1 Message Date
panzhihui 61fde60c99 Modify fillv2 tbe registration 2023-02-09 21:10:09 +08:00
huanghui 2b391b2285 make shape to {1} for Svd's u,v if compute_uv is False 2023-02-09 20:28:00 +08:00
i-robot b9c8db3b80
!48547 complete the param of converter_lite
Merge pull request !48547 from 周超/master5
2023-02-09 12:11:13 +00:00
wang_ziqi 9c4a7c6345 ops Channel_Shuffle supports dynamic shape feature
type: feature
reason: add codes to supports dynamic shape for Channel_Shuffle.

------

Signed-off-by: wang_ziqi <wangziqi4@huawei.com>
2023-02-09 20:10:11 +08:00
i-robot a2682138e2
!48594 Fix onnx ut error
Merge pull request !48594 from JuiceZ/dev
2023-02-09 12:07:43 +00:00
jiaorui 6f51f132f9 add new format for transdata 2023-02-09 20:03:28 +08:00
i-robot f0a48a7b6f
!48538 Reset RealMakeTuple objtypes
Merge pull request !48538 from ZPaC/set-real-make-tuple-scalar-input
2023-02-09 11:59:25 +00:00
i-robot ebcee594af
!48619 Reset datasink to false when training with ps using ascend
Merge pull request !48619 from ZPaC/ascend-ps-datasink-false
2023-02-09 11:54:33 +00:00
i-robot 58ca04f6da
!48631 [MS][LITE][ParallelRunner] model java api
Merge pull request !48631 from yefeng/519-fix_java_model_api
2023-02-09 11:50:45 +00:00
David 51d5ce1822 LOG bug fix 2023-02-09 06:37:23 -05:00
chenfei 137a2be018 clean static code 2023-02-09 19:29:33 +08:00
i-robot 43ffa26a3a
!48624 SparseSoftmaxCrossEntropyWithLogits ADD DefinePattern V3
Merge pull request !48624 from nomindcarry/master
2023-02-09 11:18:32 +00:00
i-robot 9ba46115c5
!48436 Fix bugs
Merge pull request !48436 from panzhihui/bugfix
2023-02-09 11:16:32 +00:00
i-robot d475c95bdf
!48615 modify cpu core dump
Merge pull request !48615 from 王程浩/master
2023-02-09 11:14:11 +00:00
i-robot 49eeb3104e
!48421 修复部分warning提示不合理的问题
Merge pull request !48421 from liuchuting/penv
2023-02-09 11:10:57 +00:00
i-robot 3e14e5bdb6
!48599 use Reverse and ReverseSequence operator on CPU
Merge pull request !48599 from 吕昱峰(Nate.River)/ms_master
2023-02-09 11:09:52 +00:00
i-robot 9950d262c0
!48348 修复median CPU算子当输入为空算子时错误输出的问题
Merge pull request !48348 from wangtongyu6/fix_median_bug
2023-02-09 10:19:39 +00:00
ZPaC 00c7d38302 Fix getting tuple output format with index issue 2023-02-09 17:11:55 +08:00
wangpingan2 bb879fce9d fix op compile error. 2023-02-09 17:10:10 +08:00
i-robot 883382e86c
!48557 [JIT Fallback] Change PyExecute output default type from Float32 to Float64 (Workaround), and Launch() uses prebuilt output created by Infer.
Merge pull request !48557 from 张清华/opt_jit_fallback
2023-02-09 08:50:19 +00:00
i-robot 2424649dd0
!48180 Fix bug for LerpInfo with mirror ops when 'value' is float type
Merge pull request !48180 from liuluobin/master_fix_lerp
2023-02-09 08:39:01 +00:00
i-robot 855acc3407
!48602 修复softplus算子空输入的bug,修改了mish算子的代码示例
Merge pull request !48602 from wangtongyu6/fix_softplus_bug_and_mish_example
2023-02-09 08:38:14 +00:00
xiongkun a5ffccfcbe debug cell container
add test

add test

tick

tick

tick
2023-02-09 16:32:45 +08:00
i-robot ce87f6522d
!48350 修复median GPU算子当输入为空算子时错误输出的问题
Merge pull request !48350 from wangtongyu6/fix_median_bug_gpu
2023-02-09 08:29:01 +00:00
zengxianglong bb45fe02c4 add control flow 2023-02-09 16:19:53 +08:00
maoyaomin 027b708652 fix the parameter dimension of operator roll must be 0 2023-02-09 16:08:28 +08:00
Henry 986dd61e79 bug fix 2023-02-09 16:06:39 +08:00
i-robot 62823ca809
!48629 modify format
Merge pull request !48629 from 俞涵/code_docs_1110
2023-02-09 08:04:37 +00:00
ZPaC b81da9d274 Reset datasink to false when training with ps using ascend 2023-02-09 15:58:13 +08:00
huangbingjian c56eead081 When tuple getitem, check whether the tensor index is out of range. 2023-02-09 15:45:51 +08:00
cheng-hao-wang 2b4ed31bdc modify cpu coredump 2023-02-09 15:42:48 +08:00
huodagu 76dcfd079a modify format 2023-02-09 15:40:07 +08:00
yefeng 05f3eb768a java model api 2023-02-09 15:35:14 +08:00
i-robot 32f8bf560a
!48609 Fix test_1024_batch_size_resnet case
Merge pull request !48609 from tanghuikang/bugfix
2023-02-09 07:24:00 +00:00
i-robot d6d132e3ae
!48558 fix acl BatchToSpace and SpaceToBatch ops
Merge pull request !48558 from xulei/batchtospace
2023-02-09 07:08:36 +00:00
i-robot bb8d835b26
!48503 scalar算子支持bool
Merge pull request !48503 from huoxinyou/0207scalarops
2023-02-09 07:05:50 +00:00
i-robot 019d84f442
!48490 [AutoParallel]Fix parallel op info bug
Merge pull request !48490 from lichen/fix_parallel_op_info_bug
2023-02-09 06:58:31 +00:00
i-robot 7faee6de63
!48563 bugfix for SparseMatrixMatMul and Conj
Merge pull request !48563 from 黄勇/bugfix_sparsematrixmatmul_and_conj
2023-02-09 06:57:51 +00:00
i-robot 364e292587
!48588 fix magicnum in quant cuda kernel
Merge pull request !48588 from hangq/master
2023-02-09 06:41:03 +00:00
i-robot 3ded5cf3e3
!48489 [MS]c_api support bool attr, tensor from file, save ir path
Merge pull request !48489 from liyejun/c_api_hl
2023-02-09 06:39:27 +00:00
i-robot 6697548c9d
!48613 fix logical_xor ops shape broadcast bug
Merge pull request !48613 from wtcheng/master
2023-02-09 06:38:55 +00:00
i-robot 3208a62bf9
!48569 ResizeBicubic format现为NCHW,对测试样例进行对应修改
Merge pull request !48569 from haozhang/resize_bicubic_tests
2023-02-09 06:38:29 +00:00
i-robot 22a5c32b1d
!48584 [MS][LITE][parallel predict] fix thread pool
Merge pull request !48584 from yefeng/517-fix_shared_thread_pool
2023-02-09 06:29:27 +00:00
panzhihui 2f8db25bb7 Bug fix 2023-02-09 14:13:14 +08:00
i-robot b71f1ea735
!48577 修改测试用例for_body_get_outer_class_attr.py,添加环境变量
Merge pull request !48577 from ligan/st_control
2023-02-09 06:11:33 +00:00
i-robot 8fdcb8c310
!48561 remove windows backend for sparsify_cg test
Merge pull request !48561 from jachua/fix
2023-02-09 06:11:11 +00:00
i-robot f85bbf7d63
!48583 [MS][LITE][master] support reduce prod axis0
Merge pull request !48583 from Greatpan/reduce_prod_axi0_bugfix
2023-02-09 06:07:40 +00:00
i-robot 68a49590e4
!48611 fix sigmoid ops bug for NULL input
Merge pull request !48611 from zhangqi/0209
2023-02-09 06:07:17 +00:00
i-robot 888594493c
!48604 [MS][Lite] Change filesystem implementation to posix linux.
Merge pull request !48604 from youshu/ys_fix_stdc++fs
2023-02-09 06:06:41 +00:00
张清华 8b4c1226a5 [JIT Fallback] Change PyExecute output default type from Float32 to Float64 (Workaround), and Launch() uses prebuilt output created by Infer. 2023-02-09 13:17:34 +08:00