Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dms_context.h59 enum class CellReuseLevel { kNoCellReuse, kNoInline, kLazyInline }; enum
295 enum CellReuseLevel CellReuseLevel() const { return cell_reuse_level_; } in CellReuseLevel() function