mindspore2022/mindspore/ccsrc/operator
gong chen 13a2d6d49e 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.
2020-06-13 18:02:51 +08:00
..
composite Init GraphKernel. 2020-06-13 18:02:51 +08:00
CMakeLists.txt Add submodule id for log interface 2020-05-11 19:17:45 +08:00
cc_implementations.cc support ellipsis and bool for tensor slice 2020-04-22 15:00:04 +08:00
cc_implementations.h update clang format rule 2020-04-21 21:21:19 +08:00
ops.cc Init GraphKernel. 2020-06-13 18:02:51 +08:00
ops.h Init GraphKernel. 2020-06-13 18:02:51 +08:00
prim_arrays.cc initial version 2020-03-27 22:54:54 +08:00
prim_debug.cc Put the parameter validation of the Summary operator into the python layer 2020-05-22 21:23:43 +08:00
prim_maths.cc initial version 2020-03-27 22:54:54 +08:00
prim_nn.cc add backward hook function in pynative mode 2020-05-24 13:32:44 +08:00
prim_others.cc initial version 2020-03-27 22:54:54 +08:00
prim_statement.cc Init GraphKernel. 2020-06-13 18:02:51 +08:00
prim_structures.cc support operator ** // % for scalar and tensor, and in not in for dict, ang str concat 2020-04-16 17:03:31 +08:00
prim_to_function.cc update clang format rule 2020-04-21 21:21:19 +08:00
prim_to_function.h update clang format rule 2020-04-21 21:21:19 +08:00