VectorSL
4740c70fc3
gpu add testcases
6 years ago
fary86
6dd72f654a
Add prim name to error message for nn_ops.py
6 years ago
mindspore-ci-bot
04df8a8921
!535 change hswish and hsigmoid accroding to primitive
Merge pull request !535 from SanjayChan/hswish
6 years ago
mindspore-ci-bot
7355113bc7
!537 GPU add akg kernel logical_and logical_or
Merge pull request !537 from VectorSL/logical_and_or_new
6 years ago
mindspore-ci-bot
f462a37136
!538 GPU add akg kernel logical_not logical_sub
Merge pull request !538 from VectorSL/logical_not_new
6 years ago
mindspore-ci-bot
c7278f77ce
!539 GPU add akg kernel lessequal
Merge pull request !539 from VectorSL/lessequal_new
6 years ago
VectorSL
1c6a690a2d
gpu add akg logialnot sub
6 years ago
VectorSL
5b5a56587e
gpu add akg logical_and and logical_or
6 years ago
VectorSL
7947fc119b
gpu add lessequal
6 years ago
chenzomi
c0229fa951
change hswish and hsigmoid accroding to primitive
6 years ago
lvliang
0e4824cd89
pynative-support-topk-and-print
6 years ago
candanzg
0de05b3949
[bug] fixed bool check for cast op
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
buxue
4f8fa79f33
fix attribute mapping when docking open source operators
6 years ago
mindspore-ci-bot
5434a96d85
!493 support python func print and != for list with none
Merge pull request !493 from zhangbuxue/support_python_func_print
6 years ago
mindspore-ci-bot
c3ec9712e0
!403 add cell class name to error message
Merge pull request !403 from fary86/add_cell_name_to_error_message_for_nn_layer
6 years ago
buxue
7c233a57fa
support python func print and != for list with none
6 years ago
lvliang
c6b2b0df1e
pynative-support-reducemean
6 years ago
mindspore-ci-bot
3ba31ec15a
!419 Tensor assign with bool Tensor
Merge pull request !419 from candanzg/tensor_assign_bool_index
6 years ago
mindspore-ci-bot
48f1541fa8
!453 fix doc/comments issues
Merge pull request !453 from 万万没想到/I1CEDO
6 years ago
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
Merge pull request !340 from ougongchang/master
6 years ago
mindspore-ci-bot
15c8ef66ba
!401 Add ops Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad\TopK for VM.
Merge pull request !401 from liuxiao/openresource
6 years ago
candanzg
3f087dba1a
Tensor assign syntax:
1) A[B]=U
2) A[A>n]=U
A.shape == B.shape
U is a scalar or Tensor(size==1)
B is Tensor(dtype=bool)
n is a Number
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
mindspore-ci-bot
25b0a8c394
!457 Add comments for print and fix example
Merge pull request !457 from ghzl/add-comments-for-print-and-others
6 years ago
mindspore-ci-bot
71b63c3fcf
!246 [opt pass] AdjustAllReduceMulAdd
Merge pull request !246 from vlne-v1/I1E3PI-opt-pass-adjust-allreduce-apply-weight-decy-seq
6 years ago
guohongzilong
08775a67e7
add print comment and fix some example
6 years ago
Wei Luning
ea6958c50a
add pattern AdjustAllReduceMulAdd
6 years ago
万万没想到
8c1939f1b0
fix examples issues
6 years ago
liuxiao
5c9791a802
Add Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad and modify TopKV2->TopK for VM
6 years ago
mindspore-ci-bot
b2fdb194a9
!442 Supprot equal list with none.
Merge pull request !442 from zhangbuxue/perfect_comparion_op
6 years ago
mindspore-ci-bot
7c06d292c8
!387 auto mix precision
Merge pull request !387 from liubuyu/master
6 years ago
buxue
c853f985cc
support equal list with none
6 years ago
mindspore-ci-bot
e64bc80094
!424 dock depthwiseconv2d
Merge pull request !424 from zhangbuxue/dock_depthwiseconv2d_ops
6 years ago
mindspore-ci-bot
cc08fdfd9a
!420 Fix mixed precision usage when const value passed as argument
Merge pull request !420 from amongo/FixMixedPrecisionForConstParam
6 years ago
buxue
b600991cc3
dock DepthwiseConv2dBackprop DepthwiseConv2dBackpropFilter DepthwiseConv2dBackpropInput
6 years ago
ougongchang
0ed6d9178e
add Histogram summary operator
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
6 years ago
liubuyu
b1585f862d
auto mix precision
6 years ago
zjun
6cc5e87126
Fix oplib codexx
6 years ago
huangdongrun
9cb665e634
add suport for parameter of const value pass as mixed precision args
fix pylint
6 years ago
mindspore-ci-bot
f5aa3a2eab
!411 Modify examples of Cast/NMSWithMask
Merge pull request !411 from Simson/push-to-opensource
6 years ago
fary86
8cbbbd950e
Add cell name to error message
6 years ago
simson
10877f077e
modify examples of Cast/NMSWithMask
6 years ago
mindspore-ci-bot
08985a1e56
!286 resolve pynative operator unsupport issue
Merge pull request !286 from wangqiuliang/resolve-pynative-operator-issue
6 years ago
mindspore-ci-bot
ff464bbcba
!397 [MS]support building and packaging on windows 10
Merge pull request !397 from chenjianping/building-on-windows-3
6 years ago
chenjianping
c8da1cf8e9
support building on windows|support package
6 years ago
mindspore-ci-bot
3b00fd3e10
!396 fix example of ControlDepend to ensure pass in gpu and cpu
Merge pull request !396 from zhangbuxue/fix_example_of_controldepend_for_cpu_and_gpu
6 years ago
mindspore-ci-bot
abbd0bc504
!398 Fix misusing of non user function in doc example for insert_grad_of
Merge pull request !398 from penn/fix_example_doc_of_insert_grad_of
6 years ago
kingfo
75fec82b52
resolve pynative operator issue
6 years ago
mindspore-ci-bot
82cfe347fb
!391 Modify examples of ApplyMomentum/ArgMax
Merge pull request !391 from Simson/push-to-opensource
6 years ago
panyifeng
85205ea80b
fix document example for insert_grad_of
6 years ago
mindspore-ci-bot
d8dd963441
!388 fix gpu op register
Merge pull request !388 from Maoweiyong/fix-gpu-op-register
6 years ago