Home
last modified time | relevance | path

Searched defs:infer_type (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mindspore/mindspore/core/ops/
Dceil.cc36 auto infer_type = input_args[0]->BuildType(); in CeilInfer() local
Dasin.cc39 …auto infer_type = CheckAndConvertUtils::CheckTensorTypeValid("x_dtype", dtype, valid_types, prim_n… in AsinInfer() local
Dround.cc32 auto infer_type = input_args[0]->BuildType(); in InferType() local
Dones_like.cc40 auto infer_type = input_args[0]->BuildType(); in InferType() local
Ddropout.cc55 auto infer_type = in DropoutInfer() local
Dzeros_like.cc38 auto infer_type = input_args[0]->BuildType(); in InferType() local
Dcustom_normalize.cc41 auto infer_type = input_args[0]->BuildType(); in CustomNormalizeInferType() local
Droll.cc46 auto infer_type = input_args[0]->BuildType(); in InferType() local
Dflatten.cc43 auto infer_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in InferType() local
Derfinv.cc50 auto infer_type = input_args[0]->BuildType(); in ErfinvInferType() local
Dreverse_v2.cc37 auto infer_type = input_args[0]->BuildType(); in InferType() local
Dstack.cc56 auto infer_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in StackInfer() local
Dcdist.cc63 auto infer_type = InferType(primitive, input_args); in CdistInfer() local
Dctc_loss_v2_grad.cc70 auto infer_type = CTCLossV2GradInferType(primitive, input_args); in CTCLossV2GradInfer() local
Dconcat.cc72 auto infer_type = CheckAndConvertUtils::CheckTensorTypeSame(types, all_types, prim_name); in ConcatInfer() local
Dskip_gram.cc38 auto infer_type = input_args[0]->BuildType(); in InferType() local
Dbinary_cross_entropy.cc63 auto infer_type = CheckAndConvertUtils::CheckTensorTypeSame(types, valid_types, prim->name()); in BinaryCrossEntroyInferType() local
Done_hot.cc91 auto infer_type = OneHotInferType(primitive, input_args); in OneHotInfer() local
Dsplit_v.cc86 auto infer_type = input_args[0]->BuildType(); in InferType() local
Dmfcc.cc45 auto infer_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in InferType() local
Dbatch_to_space_nd.cc60 auto infer_type = input_args[0]->BuildType(); in InferType() local
/third_party/mindspore/mindspore/core/ops/grad/
Dcdist_grad.cc66 auto infer_type = InferType(primitive, input_args); in CdistGradInfer() local
Dbinary_cross_entropy_grad.cc45 auto infer_type = CheckAndConvertUtils::CheckTensorTypeSame(types, valid_types, prim->name()); in BinaryCrossEntroyGradInferType() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/cpu/
Dinsert_cast_cpu.cc100 auto infer_type = AnfAlgo::GetOutputInferDataType(cnode, i); in InsertCastForGraphOutput() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc269 auto infer_type = AnfAlgo::GetOutputInferDataType(input, 0); in NewTransOpNode() local
427 const auto infer_type = AnfAlgo::GetOutputInferDataType(prev_node.first, prev_node.second); in InsertCastForInput() local

12