Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc653 Status InferSliceShapeByStrategy(const Strategys &strategys, const Shapes &shapes, Shapes *slice_sh… in InferSliceShapeByStrategy() function
699 if (InferSliceShapeByStrategy(inputs_strategy, inputs_shape_, inputs_slice_shape) != SUCCESS) { in InferSliceShape()
704 if (InferSliceShapeByStrategy(outputs_strategy, outputs_shape_, outputs_slice_shape) != SUCCESS) { in InferSliceShape()