Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/expander/core/
Dinfer.h44 AbstractBasePtr GetAbstract(const NodePtr &node) override { return node->get()->abstract(); } in GetAbstract() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/
Dabstract_type.h57 const abstract::AbstractBasePtr &GetAbstract() const { return abs_; } in GetAbstract() function
Dabstract_type_deducer.cc39 abstract::AbstractBasePtr GetAbstract(const ir::TypePtr &type) { in GetAbstract() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/
Dutils.cc182 AbstractBasePtr GetAbstract(const TypePtr &type_ptr, const int64_t shape[], size_t shape_size, bool… in GetAbstract() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dfunc_graph_utils.cc300 AbstractBasePtr FuncGraphUtils::GetAbstract(const AnfWithOutIndex &tensor) { in GetAbstract() function in mindspore::FuncGraphUtils
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/bprop/
Dbprop.cc515 AbstractBasePtr GetAbstract(const NodePtr &node) override { in GetAbstract() function in mindspore::expander::bprop::LazyInfer
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dfallback_rewriter.cc96 std::shared_ptr<T> GetAbstract(const AnfNodePtr &node) { in GetAbstract() function