Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h368 TypePtrList ElementsType() const;
400 TypePtr BuildType() const override { return std::make_shared<Tuple>(ElementsType()); } in MS_DECLARE_PARENT()
429 TypePtr BuildType() const override { return std::make_shared<List>(ElementsType()); } in MS_DECLARE_PARENT()
Dprim_others.cc227 for (const auto &elem_type : dense_shape->ElementsType()) { in InferImplMakeRowTensor()
337 for (const auto &elem_type : dense_shape->ElementsType()) { in InferImplMakeSparseTensor()
Dabstract_value.cc287 TypePtrList AbstractSequeue::ElementsType() const { in ElementsType() function in mindspore::abstract::AbstractSequeue