Searched refs:SliceInfo (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | slice_info.cc | 32 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 …]
|
D | slice_info.h | 33 class SliceInfo : public OperatorInfo { 35 …SliceInfo(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/ |
D | rv34.h | 75 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);
|
D | rv30.c | 36 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()
|
D | rv40.c | 134 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()
|
D | rv34.c | 1615 SliceInfo si; in ff_rv34_decode_frame()
|
/third_party/openh264/codec/api/svc/ |
D | codec_def.h | 168 } SliceInfo, *PSliceInfo; typedef
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | dynamic_creator.h | 189 REGISTER(SliceInfo);
|