Home
last modified time | relevance | path

Searched defs:GetOpType (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcell.h75 const std::string &GetOpType() const { return name_; } in GetOpType() function
/third_party/mindspore/include/api/
Dcell.h76 const std::string &GetOpType() const { return name_; } in GetOpType() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dunary_op_complex_gpu_kernel.h125 void GetOpType(const CNodePtr &kernel_node) { in GetOpType() function
Dbroadcast_complex_gpu_kernel.h119 void GetOpType(const CNodePtr &kernel_node) { in GetOpType() function
Dbroadcast_gpu_kernel.h156 void GetOpType(const CNodePtr &kernel_node) { in GetOpType() function
Dbroadcast_grad_gpu_kernel.h154 void GetOpType(const CNodePtr &kernel_node) { in GetOpType() function
/third_party/mindspore/mindspore/lite/tools/common/
Dnode_util.h65 inline schema::PrimitiveType GetOpType(const schema::CNode &opDef) { return opDef.primitive()->valu… in GetOpType() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc2067 AstSubType ParseFunctionAst::GetOpType(const py::object &node) { in GetOpType() function in mindspore::parse::ParseFunctionAst