Searched defs:GetAbstract (Results 1 – 7 of 7) sorted by relevance
44 AbstractBasePtr GetAbstract(const NodePtr &node) override { return node->get()->abstract(); } in GetAbstract() function
57 const abstract::AbstractBasePtr &GetAbstract() const { return abs_; } in GetAbstract() function
39 abstract::AbstractBasePtr GetAbstract(const ir::TypePtr &type) { in GetAbstract() function
182 AbstractBasePtr GetAbstract(const TypePtr &type_ptr, const int64_t shape[], size_t shape_size, bool… in GetAbstract() function
300 AbstractBasePtr FuncGraphUtils::GetAbstract(const AnfWithOutIndex &tensor) { in GetAbstract() function in mindspore::FuncGraphUtils
515 AbstractBasePtr GetAbstract(const NodePtr &node) override { in GetAbstract() function in mindspore::expander::bprop::LazyInfer
96 std::shared_ptr<T> GetAbstract(const AnfNodePtr &node) { in GetAbstract() function