Home
last modified time | relevance | path

Searched refs:SliceInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dslice_info.cc32 Status SliceInfo::GetInput(const ValuePtr &input_value, std::vector<int64_t> *input) { in GetInput()
54 Status SliceInfo::GetAttrs() { in GetAttrs()
69 Status SliceInfo::CheckStrategy(const StrategyPtr &strategy) { in CheckStrategy()
95 Status SliceInfo::InferDevMatrixShape() { in InferDevMatrixShape()
107 Status SliceInfo::InferTensorMap() { in InferTensorMap()
125 Status SliceInfo::InferMirrorOps() { in InferMirrorOps()
152 std::shared_ptr<Strategys> SliceInfo::GenerateBatchStrategies() { in GenerateBatchStrategies()
157 Status SliceInfo::SetCostUnderStrategy(const StrategyPtr &strategy) { return SetCostUnderStrategyBa… in SetCostUnderStrategy()
159 std::vector<StrategyPtr> SliceInfo::GenerateOpStrategies(int64_t stage_id) { in GenerateOpStrategies()
177 Status SliceInfo::Init(const StrategyPtr &strategy) { in Init()
[all …]
Dslice_info.h33 class SliceInfo : public OperatorInfo {
35SliceInfo(const std::string &operator_name, const Shapes &inputs_shape, const Shapes &outputs_shap… in SliceInfo() function
39 ~SliceInfo() override = default;
64 using SliceInfoPtr = std::shared_ptr<SliceInfo>;
/third_party/ffmpeg/libavcodec/
Drv34.h75 typedef struct SliceInfo{ struct
83 }SliceInfo; argument
97 SliceInfo si; ///< current slice information
128 int (*parse_slice_header)(struct RV34DecContext *r, GetBitContext *gb, SliceInfo *si);
Drv30.c36 static int rv30_parse_slice_header(RV34DecContext *r, GetBitContext *gb, SliceInfo *si) in rv30_parse_slice_header()
44 memset(si, 0, sizeof(SliceInfo)); in rv30_parse_slice_header()
Drv40.c134 static int rv40_parse_slice_header(RV34DecContext *r, GetBitContext *gb, SliceInfo *si) in rv40_parse_slice_header()
141 memset(si, 0, sizeof(SliceInfo)); in rv40_parse_slice_header()
Drv34.c1615 SliceInfo si; in ff_rv34_decode_frame()
/third_party/openh264/codec/api/svc/
Dcodec_def.h168 } SliceInfo, *PSliceInfo; typedef
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddynamic_creator.h189 REGISTER(SliceInfo);