Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h267 AbstractUndetermined() : AbstractBase(kAnyValue) {} in AbstractUndetermined() function
283 AbstractUndetermined(const TypePtr &element_type, const ShapeVector &shape) in AbstractUndetermined() function
302 MS_DECLARE_PARENT(AbstractUndetermined, AbstractBase) in MS_DECLARE_PARENT() argument
317 : AbstractUndetermined(element, shape) {} in AbstractUndetermined() function
321 : AbstractUndetermined(element_type, shape) {} in AbstractUndetermined() function
323 MS_DECLARE_PARENT(AbstractTensor, AbstractUndetermined) in MS_DECLARE_PARENT() argument
706 : AbstractUndetermined(element, shape) {} in AbstractUndetermined() function
710 MS_DECLARE_PARENT(AbstractRowTensor, AbstractUndetermined) in MS_DECLARE_PARENT() argument
735 : AbstractUndetermined(element, shape) {} in AbstractUndetermined() function
739 MS_DECLARE_PARENT(AbstractSparseTensor, AbstractUndetermined) in MS_DECLARE_PARENT() argument