Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/expander/fallback/
Dfallback_irbuilder.cc150 std::vector<int64_t> FallbackIRBuilder::GetIntList(const ValuePtr &value) { in GetIntList() function in mindspore::expander::FallbackIRBuilder
162 std::vector<int64_t> FallbackIRBuilder::GetIntList(const NodePtr &node) { in GetIntList() function in mindspore::expander::FallbackIRBuilder
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/bprop/grad_ops/
Dcommon_utils.cc244 std::vector<int64_t> GetIntList(const ValuePtr &value) { in GetIntList() function
256 std::vector<int64_t> GetIntList(const NodePtr &node) { in GetIntList() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/expander/core/
Demitter.cc41 std::pair<bool, std::vector<int64_t>> GetIntList(const NodePtr &node) { in GetIntList() function