Home
last modified time | relevance | path

Searched refs:StackInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dpack_info.cc31 Status StackInfo::GetAttrs() { in GetAttrs()
60 Status StackInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy()
86 Status StackInfo::InferDevMatrixShape() { in InferDevMatrixShape()
98 Status StackInfo::InferTensorMap() { in InferTensorMap()
122 void StackInfo::ReComputeBatchSplitFlagList() { in ReComputeBatchSplitFlagList()
128 Status StackInfo::SetCostUnderStrategy(const StrategyPtr &strategy) { return SetCostUnderStrategyBa… in SetCostUnderStrategy()
130 std::vector<StrategyPtr> StackInfo::GenerateOpStrategies(int64_t stage_id) { in GenerateOpStrategies()
164 Status StackInfo::Init(const StrategyPtr &strategy) { in Init()
173 Status StackInfo::InitForCostModel(const StrategyPtr &strategy) { in InitForCostModel()
Dpack_info.h32 class StackInfo : public OperatorInfo {
34StackInfo(const std::string &operator_name, const Shapes &inputs_shape, const Shapes &outputs_shap… in StackInfo() function
37 ~StackInfo() override = default;
56 using PackInfoPtr = std::shared_ptr<StackInfo>;
/third_party/skia/tests/
DIncrTopoSortTest.cpp308 struct StackInfo { struct in Graph
313 SkTArray<StackInfo> fStack; // only used in addEdges()
/third_party/flutter/skia/tests/
DIncrTopoSortTest.cpp308 struct StackInfo { struct in Graph
313 SkTArray<StackInfo> fStack; // only used in addEdges()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddynamic_creator.h191 REGISTER(StackInfo);