Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc411 auto is_expand = py::cast<bool>(expand_info[0]); in ParseExpr() local
412 if (is_expand) { in ParseExpr()