Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreduce_method_info.cc353 Shapes inputs_slice_shape, outputs_slice_shape; in InferTensorInfo() local
358 …if (InferSliceShape(inputs_strategy, outputs_strategy, &inputs_slice_shape, &outputs_slice_shape) … in InferTensorInfo()
361 Shape input_slice_shape = inputs_slice_shape.at(0); in InferTensorInfo()
482 Shapes inputs_slice_shape, outputs_slice_shape; in InferTensorInfo() local
487 …if (InferSliceShape(inputs_strategy, outputs_strategy, &inputs_slice_shape, &outputs_slice_shape) … in InferTensorInfo()
490 Shape input_slice_shape = inputs_slice_shape.at(0); in InferTensorInfo()
Dreshape_info.cc255 Shapes inputs_slice_shape, outputs_slice_shape; in InferTensorInfo() local
258 …if (InferSliceShape(inputs_strategy, outputs_strategy, &inputs_slice_shape, &outputs_slice_shape) … in InferTensorInfo()
269 Shape slice_shape_in = inputs_slice_shape.at(0); in InferTensorInfo()
Doperator_info.cc693 Shapes *inputs_slice_shape, Shapes *outputs_slice_shape) { in InferSliceShape() argument
694 if (inputs_slice_shape == nullptr || outputs_slice_shape == nullptr) { in InferSliceShape()
699 if (InferSliceShapeByStrategy(inputs_strategy, inputs_shape_, inputs_slice_shape) != SUCCESS) { in InferSliceShape()
706 inputs_slice_shape->clear(); in InferSliceShape()
Doperator_info.h219 Shapes *inputs_slice_shape, Shapes *outputs_slice_shape);