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 |
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 |
i-robot
|
ce87f6522d
|
!48350 修复median GPU算子当输入为空算子时错误输出的问题
Merge pull request !48350 from wangtongyu6/fix_median_bug_gpu
|
2023-02-09 08:29:01 +00:00 |
i-robot
|
62823ca809
|
!48629 modify format
Merge pull request !48629 from 俞涵/code_docs_1110
|
2023-02-09 08:04:37 +00: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 |
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 |
i-robot
|
f7a1f70128
|
!48595 [MS]{Lite][Task] add custom op project
Merge pull request !48595 from 刘力力/master_develop_merge
|
2023-02-09 04:19:59 +00:00 |
nomindcarry
|
445702c063
|
PynativeGradSparseSoftmaxCrossEntropyWithLogitsUnifyMindIRV3
|
2023-02-09 11:45:35 +08:00 |
liuluobin
|
d394004851
|
Fix bug for LerpInfo with mirror ops when 'weight' is float type
|
2023-02-09 11:42:07 +08:00 |
i-robot
|
eeb4a8ce56
|
!48603 [MS][LITE][parallel predict] fix graph executor session
Merge pull request !48603 from yefeng/518-fix_graph_executor
|
2023-02-09 03:14:52 +00:00 |
i-robot
|
47d256b2f9
|
!48587 fix conjugate transpose core dump
Merge pull request !48587 from YingtongHu/master
|
2023-02-09 03:02:07 +00:00 |
i-robot
|
28fc7534e2
|
!48597 complex cpu null check
Merge pull request !48597 from chenweifeng/complex-null-check-1
|
2023-02-09 02:49:07 +00:00 |
i-robot
|
e0915062cf
|
!48512 fix dropout mask dtype error in ms_function
Merge pull request !48512 from chujinjin/fix_dropout_output_dtype_error_in_ms_function
|
2023-02-09 02:39:16 +00:00 |
i-robot
|
76d0bead5d
|
!48606 修改float_power对于复数运算的逻辑
Merge pull request !48606 from DavidFFFan/api_ops
|
2023-02-09 02:14:38 +00:00 |
w00517672
|
716e803d52
|
fix logical_xor ops shape broadcast bug
|
2023-02-09 09:55:43 +08:00 |
zhangqi
|
1f806d8f29
|
fix sigmoid ops bug for NULL input
|
2023-02-09 09:50:24 +08:00 |
i-robot
|
b699c4f939
|
!48450 fix hswich input check
Merge pull request !48450 from jjfeing/master
|
2023-02-09 01:46:10 +00:00 |
i-robot
|
410eaf6f3e
|
!48572 fix_comm_node_tag
Merge pull request !48572 from yao_yf/fix_comm_node_tag
|
2023-02-09 01:44:24 +00:00 |
i-robot
|
64bff12143
|
!48543 change kernel build info
Merge pull request !48543 from TuDouNi/tuple_commit_my_2
|
2023-02-09 01:41:48 +00:00 |
i-robot
|
6b484be5f4
|
!48541 补充tensor接口:swapaxes swapdims det matrix_power scatter,tanhshrink支持int类型Tensor输入,修复一些codechecks
Merge pull request !48541 from GuoZhibin/add_api_tensor_swapaxes_etc
|
2023-02-09 01:40:39 +00:00 |
lichen
|
4a7a9e4b5f
|
fix_parallel_op_info_bug
|
2023-02-09 09:37:15 +08:00 |
i-robot
|
43f731c851
|
!48394 clean code
Merge pull request !48394 from nomindcarry/master
|
2023-02-09 01:34:54 +00:00 |
i-robot
|
b461173ff8
|
!48491 merge canndev code to mindspore
Merge pull request !48491 from 沈竞兴/canndev_merge
|
2023-02-09 01:15:39 +00:00 |
i-robot
|
bffa7667a9
|
!48565 support sequence ascend test
Merge pull request !48565 from NaCN/add_sequence_ascend
|
2023-02-09 01:14:27 +00:00 |
liu lili
|
e82835926e
|
mindspore lite: add custom op project
|
2023-02-09 09:12:01 +08:00 |
tanghuikang
|
f299f08247
|
Fix test_1024_batch_size_resnet case
|
2023-02-09 09:08:39 +08:00 |