Home
last modified time | relevance | path

Searched refs:kPrimDebug (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Darray_ops_declare.cc41 REG_ADPT_DESC(Debug, prim::kPrimDebug->name(), ADPT_DESC(Summary))
/third_party/mindspore/mindspore/core/abstract/
Dprimitive_infer_map.cc185 {prim::kPrimDebug, {InferImplDebug, nullptr, true}}, in GetPrimitiveToEvalImplMap()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h566 inline const PrimitivePtr kPrimDebug = std::make_shared<Primitive>("Debug"); variable