Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/dtype/
Dmonad_type.cc21 const TypePtr kIOMonadType = std::make_shared<IOMonadType>(); variable
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h795 explicit AbstractIOMonad(const ValuePtr &value = kIOMonad) : AbstractMonad(value, kIOMonadType) {} in AbstractMonad() argument