Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreshape_info.cc183 Strategys outputs_strategy; in GetOutputsStrategy() local
188 outputs_strategy.push_back(strategy); in GetOutputsStrategy()
189 return outputs_strategy; in GetOutputsStrategy()
257 Strategys outputs_strategy = GetOutputsStrategy(); in InferTensorInfo() local
258 …if (InferSliceShape(inputs_strategy, outputs_strategy, &inputs_slice_shape, &outputs_slice_shape) … in InferTensorInfo()
Dreduce_method_info.cc357 Strategys outputs_strategy = {output_strategy}; in InferTensorInfo() local
358 …if (InferSliceShape(inputs_strategy, outputs_strategy, &inputs_slice_shape, &outputs_slice_shape) … in InferTensorInfo()
486 Strategys outputs_strategy = {output_strategy, output_strategy}; in InferTensorInfo() local
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,
Doperator_info.cc692 … OperatorInfo::InferSliceShape(const Strategys &inputs_strategy, const Strategys &outputs_strategy, in InferSliceShape() argument
704 if (InferSliceShapeByStrategy(outputs_strategy, outputs_shape_, outputs_slice_shape) != SUCCESS) { in InferSliceShape()