Home
last modified time | relevance | path

Searched refs:MakeAbstract (Results 1 – 25 of 73) sorted by relevance

123

/third_party/mindspore/mindspore/core/ops/
Dgather.cc93 … return abstract::MakeAbstract(std::make_shared<abstract::Shape>(out_shape, min_shape, max_shape), in GatherInfer()
96 return abstract::MakeAbstract(std::make_shared<abstract::Shape>(out_shape), params->BuildType()); in GatherInfer()
Dadd.cc42 return abstract::MakeAbstract(output_shape, output_type); in AddInfer()
Dequal.cc47 return abstract::MakeAbstract(out_shape, kBool); in EqualInfer()
Ddtype.cc47 return abstract::MakeAbstract(std::make_shared<abstract::NoShape>(), type); in DTypeInfer()
Dnot_equal.cc49 return abstract::MakeAbstract(BroadCastInferShape(op_name, input_args), kBool); in NotEqualInfer()
Dones_like.cc50 …return abstract::MakeAbstract(InferShape(primitive, input_args), InferType(primitive, input_args)); in OnesLikeInfer()
Dcos.cc43 …return abstract::MakeAbstract(CosInferShape(primitive, input_args), CosInferType(primitive, input_… in CosInfer()
Dtensor_summary.cc51 return abstract::MakeAbstract(TensorSummaryInferShape(primitive, input_args), kInt32); in TensorSummaryInfer()
Dscalar_summary.cc51 return abstract::MakeAbstract(ScalarSummaryInferShape(primitive, input_args), kInt32); in ScalarSummaryInfer()
Dzeros_like.cc50 …return abstract::MakeAbstract(InferShape(primitive, input_args), InferType(primitive, input_args)); in ZerosLikeInfer()
Dlog1p.cc52 …return abstract::MakeAbstract(Log1pInferShape(primitive, input_args), Log1pInferType(primitive, in… in Log1pInfer()
Dsoftplus.cc52 …return abstract::MakeAbstract(SoftplusInferShape(primitive, input_args), SoftplusInferType(primiti… in SoftplusInfer()
DLayerNormXBackprop.cc53 return abstract::MakeAbstract(LayerNormXBackpropInferShape(primitive, input_args), in LayerNormXBackpropInfer()
Drelu.cc55 return abstract::MakeAbstract(shape, type); in ReLUInfer()
Dmul.cc58 …return abstract::MakeAbstract(InferShape(primitive, input_args), InferType(primitive, input_args)); in MulInfer()
Dsub.cc57 …return abstract::MakeAbstract(InferShape(primitive, input_args), InferType(primitive, input_args)); in SubInfer()
Ddiag.cc51 …return abstract::MakeAbstract(DiagInferShape(primitive, input_args), PartInferType(primitive, inpu… in DiagInfer()
Dreal_div.cc57 …return abstract::MakeAbstract(InferShape(primitive, input_args), InferType(primitive, input_args)); in RealDivInfer()
Dlayer_norm_x_backprop_v2.cc53 return abstract::MakeAbstract(LayerNormXBackpropV2InferShape(primitive, input_args), in LayerNormXBackpropV2Infer()
Drelu6.cc55 …return abstract::MakeAbstract(InferShape(primitive, input_args), InferType(primitive, input_args)); in ReLU6Infer()
Derfinv.cc57 …return abstract::MakeAbstract(ErfinvInferShape(primitive, input_args), ErfinvInferType(primitive, … in ErfinvInfer()
Droll.cc54 …return abstract::MakeAbstract(InferShape(primitive, input_args), InferType(primitive, input_args)); in RollInfer()
/third_party/mindspore/mindspore/core/ops/grad/
Drelu_grad_v2.cc58 return abstract::MakeAbstract(InferShape(input_args), InferType(primitive, input_args)); in ReLUGradV2Infer()
Ddropout_grad.cc56 return abstract::MakeAbstract(shape, out_type); in DropoutGradInfer()
/third_party/mindspore/mindspore/core/abstract/
Dutils.h65 AbstractBasePtr MakeAbstract(const BaseShapePtr &base_shape, const TypePtr &type);

123