Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dlayer_norm_info.cc80 MS_LOG(ERROR) << name_ << ": Invalid input strategy " << ShapeToString(input_strategy); in CheckStrategy()
94 MS_LOG(ERROR) << name_ << ": Invalid gamma strategy " << ShapeToString(gamma_strategy); in CheckStrategy()
102 MS_LOG(ERROR) << name_ << ": Invalid beta strategy " << ShapeToString(beta_strategy); in CheckStrategy()
164 MS_LOG(INFO) << name_ << " : The dev matrix shape is " << ShapeToString(dev_matrix_shape_) in InferAsLossDivisor()
165 << ", the output[0]'s tensor map is " << ShapeToString(outputs_tensor_map_[0]) in InferAsLossDivisor()
Dtile_info.cc79 …MS_LOG(INFO) << name_ << ": The input shape is " << ShapeToString(inputs_shape_[0]) << ", the mult… in CheckStrategy()
80 … << ShapeToString(full_multiples_) << ", so the 'shape' can be split is " << ShapeToString(tmp); in CheckStrategy()
Dreluv2_info.cc118 MS_LOG(INFO) << name_ << ": the dev matrix shape is " << ShapeToString(dev_matrix_shape_) in InferAsLossDivisor()
119 … << ", the output tensor map is " << ShapeToString(outputs_tensor_map_[0]) << ", loss divisor is " in InferAsLossDivisor()
Dactivation_info.cc302 MS_LOG(INFO) << name_ << " : The dev matrix shape is " << ShapeToString(dev_matrix_shape_) in InferAsLossDivisor()
303 << ", the output[0]'s tensor map is " << ShapeToString(outputs_tensor_map_[0]) in InferAsLossDivisor()
439 MS_LOG(INFO) << name_ << ": The tensor map of input is " << ShapeToString(input_tensor_map) in InferTensorMap()
440 << ", and the tensor map of output is " << ShapeToString(output_tensor_map); in InferTensorMap()
570 MS_LOG(INFO) << name_ << ": The tensor map of input is " << ShapeToString(input_tensor_map) in InferTensorMap()
571 << ", and the tensor map of output is " << ShapeToString(output_tensor_map); in InferTensorMap()
Dloss_info.cc102 MS_LOG(INFO) << name_ << " : The dev matrix shape is " << ShapeToString(dev_matrix_shape_) in InferAsLossDivisor()
103 …<< ", the output tensor map is " << ShapeToString(outputs_tensor_map_[1]) << ", as_loss_divisor_ i… in InferAsLossDivisor()
Dtopk_info.cc100 std::string dev_matrix_shape_str = ShapeToString(dev_matrix_shape_); in InferAsLossDivisor()
101 std::string output_tensor_map_str = ShapeToString(outputs_tensor_map_[0]); in InferAsLossDivisor()
Dsplit_info.cc194 MS_LOG(INFO) << name_ << ": the dev matrix shape is " << ShapeToString(dev_matrix_shape_) in InferAsLossDivisor()
195 … << ", the output tensor map is " << ShapeToString(outputs_tensor_map_[0]) << ", loss divisor is " in InferAsLossDivisor()
Dbatchnorm_info.cc244 MS_LOG(INFO) << name_ << " : The dev matrix shape is " << ShapeToString(dev_matrix_shape_) in InferAsLossDivisor()
245 << ", the output[0]'s tensor map is " << ShapeToString(outputs_tensor_map_[0]) in InferAsLossDivisor()
Doperator_info.cc474 << ShapeToString(dev_matrix_shape) << ", " << ShapeToString(tensor_map); in CreateGetTensorSliceOp()
644 …MS_LOG(ERROR) << "Invalid strategy: " << ShapeToString(strategy) << ", the element is less than or… in GetSliceShape()
673 MS_LOG(ERROR) << "Invalid strategy: " << ShapeToString(strategys[i]) in InferSliceShapeByStrategy()
1575 …MS_LOG(ERROR) << "Invalid tensor map: " << ShapeToString(tensor_map) << ", the dev matrix shape is… in ComputeRepeatDeviceNumByTensorMap()
1576 << ShapeToString(dev_matrix_shape); in ComputeRepeatDeviceNumByTensorMap()
1581 MS_LOG(ERROR) << "Invalid dev matrix shape: " << ShapeToString(dev_matrix_shape); in ComputeRepeatDeviceNumByTensorMap()
1618 MS_LOG(INFO) << name_ << ": the dev matrix shape is " << ShapeToString(out_dev_matrix_shape_) in InferAsLossDivisor()
1619 … << ", the output tensor map is " << ShapeToString(outputs_tensor_map_[0]) << ", loss divisor is " in InferAsLossDivisor()
Dmatmul_info.cc144 … << ShapeToString(long_strategy) << ", short strategy is " << ShapeToString(short_strategy); in CheckRelevantDimension()
Dreduce_method_info.cc525 std::string dev_matrix_shape_str = ShapeToString(dev_matrix_shape_); in InferAsLossDivisor()
526 std::string output_tensor_map_str = ShapeToString(outputs_tensor_map_[0]); in InferAsLossDivisor()
Ddropout_do_mask_info.cc253 MS_LOG(DEBUG) << "The input slice shape droupout is " << ShapeToString(input_slice_shape); in GetDropoutGenMaskReplaceOp()
Dtensordot_info.cc180 MS_LOG(INFO) << name_ << ": The dev matrix is " << ShapeToString(dev_matrix_shape_); in InferDevMatrixShape()
Dreshape_info.cc134 << ShapeToString(output_layout_.slice_shape().array()); in ComputeReplaceOp()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice_matrix.cc108 MS_LOG(EXCEPTION) << "Invalid dev shape: " << ShapeToString(dev_shape); in ConvertRankToCoordinate()
164 std::string ShapeToString(const Shape &shape) { in ShapeToString() function
Ddevice_matrix.h50 std::string ShapeToString(const Shape &shape);
Dstep_parallel.cc604 std::string shape_str = ShapeToString(shape); in SplitTensor()
1311 MS_LOG(INFO) << "No: " << i << " input's shape: " << ShapeToString(shape_list[0][i]); in NewOperatorInstance()
1364 MS_LOG(INFO) << "The parameter shape is " << ShapeToString(input_shapes[0]); in GetRefKeyNodeShape()
2366 … MS_LOG(INFO) << "The shape of sens is " << ShapeToString(sens_shape) << ", no need to split sens"; in SplitSens()
2372 … << ShapeToString(sens_shape) << ", loss shape is " << ShapeToString(loss_shape); in SplitSens()
2374 MS_LOG(INFO) << "The shape of sens is " << ShapeToString(sens_shape) << ", split it."; in SplitSens()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/acl/
Dmodel_process.cc72 static std::string ShapeToString(const std::vector<int64_t> &shape) { in ShapeToString() function
379 …MS_LOG(INFO) << "Note: input " << i << " shape not match, required " << ShapeToString(input_infos_… in CheckAndInitInput()
380 << ", given " << ShapeToString(inputs[i].Shape()); in CheckAndInitInput()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dmodel_process.cc86 static std::string ShapeToString(const std::vector<int64_t> &shape) { in ShapeToString() function
354 …MS_LOG(ERROR) << "Note: input " << i << " shape not match, required " << ShapeToString(tensor_info… in CheckTensorByTensorInfo()
355 << ", given " << ShapeToString(tensor[i].Shape()); in CheckTensorByTensorInfo()
/third_party/mindspore/mindspore/core/ir/
Dtensor.cc59 static std::string ShapeToString(const ShapeVector &shape) { in ShapeToString() function
616 buf << "Tensor(shape=" << ShapeToString(shape_) << ", dtype=" << dtype->ToString() << ", value="; in ToStringInternal()
641 buf << "Tensor(shape=" << ShapeToString(shape_) << ", dtype=" << dtype->ToString() in ToStringRepr()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Doperator_costmodel.cc1395 MS_LOG(EXCEPTION) << "Invalid slice shape " << ShapeToString(slice_shape); in GetBackwardCommCost()