| .. |
|
mkldnn
|
!3202 cpu conv2d support diff kernelsize
|
2020-07-21 15:13:19 +08:00 |
|
ps
|
add sparse lazy adam in ps
|
2020-07-22 10:44:27 +08:00 |
|
addn_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
addn_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
allgather_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
allgather_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
apply_momentum_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
apply_momentum_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
argmax_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
argmax_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
bias_add_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
bias_add_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
bias_add_grad_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
bias_add_grad_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
concat_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
concat_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
cpu_kernel_factory.cc
|
Eliminate circular dependency between 'ir' and 'device/kernel'
|
2020-07-14 19:56:22 +08:00 |
|
cpu_kernel_factory.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
debug_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
debug_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
embedding_look_up_comm_grad_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
embedding_look_up_comm_grad_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
embedding_look_up_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
embedding_look_up_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
equal_count_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
equal_count_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
gather_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
gather_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
one_hot_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
one_hot_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
reduce_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
reduce_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
reduce_scatter_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
reduce_scatter_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
reshape_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
reshape_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
slice_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
slice_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
slice_grad_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
slice_grad_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
sparse_apply_adam_cpu_kernel.cc
|
add bucket reduce sparse gradient
|
2020-07-17 09:11:55 +08:00 |
|
sparse_apply_adam_cpu_kernel.h
|
!3217 rename operator of sparse optimizer
|
2020-07-20 20:10:50 +08:00 |
|
sparse_apply_ftrl_cpu_kernel.cc
|
add bucket reduce sparse gradient
|
2020-07-17 09:11:55 +08:00 |
|
sparse_apply_ftrl_cpu_kernel.h
|
!3217 rename operator of sparse optimizer
|
2020-07-20 20:10:50 +08:00 |
|
sparse_apply_lazy_adam_cpu_kernel.cc
|
add bucket reduce sparse gradient
|
2020-07-17 09:11:55 +08:00 |
|
sparse_apply_lazy_adam_cpu_kernel.h
|
add sparse lazy adam in ps
|
2020-07-22 10:44:27 +08:00 |
|
sparse_apply_proximal_adagrad_cpu_kernel.cc
|
add bucket reduce sparse gradient
|
2020-07-17 09:11:55 +08:00 |
|
sparse_apply_proximal_adagrad_cpu_kernel.h
|
!3217 rename operator of sparse optimizer
|
2020-07-20 20:10:50 +08:00 |
|
sub_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
sub_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |
|
transpose_cpu_kernel.cc
|
mindspore path adjust
|
2020-07-14 18:07:28 +08:00 |
|
transpose_cpu_kernel.h
|
Unified code style
|
2020-07-20 10:51:55 +08:00 |