mindspore2022/mindspore/ccsrc/operator
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.
2020-06-20 22:31:54 +08:00
..
composite Init GraphKernel. 2020-06-20 22:31:54 +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-20 22:31:54 +08:00
ops.h Init GraphKernel. 2020-06-20 22:31:54 +08:00
ops_extends.cc Make assign operator to use the signature. 2020-06-09 21:12:56 +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 Remove ZerosLikeTensor and sub with ZerosLike 2020-06-02 09:52:12 +08:00
prim_others.cc support multi param for tuple grad 2020-06-20 08:39:42 +08:00
prim_statement.cc fix static check 2020-06-17 14:10:16 +08:00
prim_structures.cc Change the get value out of bounds error to IndexError 2020-06-16 15:13:00 +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