Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreduce_method_info.cc358 …if (InferSliceShape(inputs_strategy, outputs_strategy, &inputs_slice_shape, &outputs_slice_shape) … in InferTensorInfo()
487 …if (InferSliceShape(inputs_strategy, outputs_strategy, &inputs_slice_shape, &outputs_slice_shape) … in InferTensorInfo()
Doperator_info.h218 Status InferSliceShape(const Strategys &inputs_strategy, const Strategys &outputs_strategy,
Dreshape_info.cc258 …if (InferSliceShape(inputs_strategy, outputs_strategy, &inputs_slice_shape, &outputs_slice_shape) … in InferTensorInfo()
Doperator_info.cc692 Status OperatorInfo::InferSliceShape(const Strategys &inputs_strategy, const Strategys &outputs_str… in InferSliceShape() function in mindspore::parallel::OperatorInfo