panfengfeng
2d7b93e958
fix nn & operations api comments
5 years ago
simson
d0aba89ffe
enhancement of API of operations
5 years ago
mindspore-ci-bot
bca498eb53
!6115 API comment enhancement & ckpt bug fix
Merge pull request !6115 from Simson/push-to-opensource
5 years ago
simson
a8a9d53152
API comment enhancement & ckpt bug fix
5 years ago
Wei Luning
7b6899fdc0
add import of ops in in ops __init__
5 years ago
lihongkang
b958f15d24
fix bugs
5 years ago
mindspore-ci-bot
fc5a7bc9c0
!5917 Add side effect flag for push kernel to bypass cse.
Merge pull request !5917 from ZPaC/master
5 years ago
ZPaC
78f6478a57
Add side effect flag for push kernel to bypass cse.
5 years ago
simson
e7f3a283fc
enhance ops API comment part3
5 years ago
mindspore-ci-bot
a9f4a24e2a
!5702 API comment for operations part1
Merge pull request !5702 from Simson/enhancement-API
5 years ago
simson
76bbfdea75
API comment for operations part1
5 years ago
Wei Luning
879a519136
updata signature
5 years ago
lihongkang
ac53cf8e9a
Add implicit conversion description for some ops
5 years ago
Wei Luning
24a10225cf
change base class of ref to tensor in cpp
5 years ago
kpy
4fa89408a1
pynative add identity primitive and add comment for set_grad
5 years ago
linqingke
642d48e9dd
fix floordiv and iou ops.
5 years ago
Peilin Wang
3cb3a5c7d8
type support for faster rcnn gpu kernels
addressed code review comments
fix cpplint and pylint
trying to fix python ut
fix smoke test
5 years ago
mindspore-ci-bot
c9e9d7f72d
!4264 Modified some API about supported data type for ops.
Merge pull request !4264 from liuxiao93/check-fp16-fp32
5 years ago
liuxiao93
f7998b10a9
Modified some API about float16 and float32 data type.
5 years ago
fangzehua
abdd44dcf3
resize_nearest and bbox
5 years ago
fangzehua
a5e88c23b0
fix 4 issue
5 years ago
panyifeng
34e50e5d6e
fix cell bprop
5 years ago
fangzehua
c16a22c680
fix unsortedgrad clipbynorm boundingboxdecode
5 years ago
linqingke
d54fe5a60a
fix sgd bug.
5 years ago
linqingke
7829bab811
add iou ops.
5 years ago
jinyaohui
1d66467d47
opt add ps logic
5 years ago
liuxiao93
2723e2698d
Fix input validator of Assign.
5 years ago
ZPaC
f8c7ae7639
Add front end expressions for PS kernels.
5 years ago
jiangjinsheng
ee7aef98df
vm for PopulationCount
5 years ago
Ziyan
0925e35252
enable optimizer parallel with broadcast
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
jiangjinsheng
e9d4b9864f
fixed Inv
5 years ago
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
5 years ago
panyifeng
acaa66a738
sparse grad for gatherv2
6 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
jiangjinsheng
51affc2f1b
fixed validator for CumProd, ReduceProd, ApplyRMSProp
5 years ago
jiangjinsheng
fc4cf5a470
add vm support for ConfusionMatrix
5 years ago
Wei Luning
7e4d972f6f
fix bug in do signature
5 years ago
candanzg
2429da19fb
implicit type conversion
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
panyifeng
6a57eeb922
fix check_bprop attr error
6 years ago
zhouneng
3cc750fdce
为mindspore.ops.operations包和mindspore.nn包添加Examples
6 years ago
zhaozhenlong
b54ffdc086
add op BoundingBoxDecode
iou
NMSWithMask
larsupdate testcase
sgd testcase
6 years ago
lihongkang
5426899569
update mindspore/ops/operations/other_ops.py.
update mindspore/ops/operations/other_ops.py.
6 years ago
panyifeng
9e633b6c12
validate bprop rules
6 years ago
mindspore-ci-bot
7d20085244
!367 Add prim name to error message for other operators
Merge pull request !367 from fary86/add_prim_name_to_error_message_for_other_ops
6 years ago
fary86
6770c66ed9
Add prim name to error message for other operators left
6 years ago
zhangz0911gm
92ab989a85
Getting Some simple issues fixed
6 years ago
guohongzilong
08775a67e7
add print comment and fix some example
6 years ago
kingfo
75fec82b52
resolve pynative operator issue
6 years ago
万万没想到
791442288c
fix format typo in examples
6 years ago