Searched refs:ElementsType (Results 1 – 3 of 3) sorted by relevance
368 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()
227 for (const auto &elem_type : dense_shape->ElementsType()) { in InferImplMakeRowTensor()337 for (const auto &elem_type : dense_shape->ElementsType()) { in InferImplMakeSparseTensor()
287 TypePtrList AbstractSequeue::ElementsType() const { in ElementsType() function in mindspore::abstract::AbstractSequeue