Home
last modified time | relevance | path

Searched refs:NAMED_PRIMITIVE_FOR (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse_base.h100 const char NAMED_PRIMITIVE_FOR[] = "For"; variable
Dparse_dynamic.cc210 } else if (node_name == parse::NAMED_PRIMITIVE_FOR) { in ParseBodyContext()