Searched refs:infered_type (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/core/ops/ |
D | tan.cc | 42 …auto infered_type = CheckAndConvertUtils::CheckTensorTypeValid("x_dtype", dtype, valid_types, prim… in TanInfer() local 44 return std::make_shared<abstract::AbstractTensor>(infered_type, infer_shape->shape()); in TanInfer()
|
D | merge.cc | 40 …auto infered_type = CheckAndConvertUtils::CheckScalarOrTensorTypesSame(args, template_type, op_nam… in MergeInfer() local 43 auto output1 = std::make_shared<abstract::AbstractTensor>(infered_type, in_shape0); in MergeInfer()
|
D | reverse_sequence.cc | 66 …auto infered_type = CheckAndConvertUtils::CheckTensorTypeValid("x_type", x_type, valid_x_types, pr… in ReverseSequenceInfer() local 68 return std::make_shared<abstract::AbstractTensor>(infered_type, input_shape); in ReverseSequenceInfer()
|