Home
last modified time | relevance | path

Searched refs:TuplePtr (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mindspore/mindspore/core/ops/
Dmerge.cc32 auto inputs_type = input_args[0]->BuildType()->cast<TuplePtr>()->elements(); in MergeInfer()
Dassert.cc71 auto inputs_type = input_args[1]->BuildType()->cast<TuplePtr>()->elements(); in AssertInfer()
Dctc_loss_v2.cc64 TuplePtr CTCLossV2InferType(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &inpu… in CTCLossV2InferType()
Dpack.cc63 auto x_types = input_args[0]->BuildType()->cast<TuplePtr>()->elements(); in PackInfer()
Dsparse_apply_r_m_s_prop.cc72 TuplePtr InferType(const PrimitivePtr &prim, const std::vector<AbstractBasePtr> &input_args) { in InferType()
Dctcloss.cc93 TuplePtr InferType(const PrimitivePtr &primitive, const std::vector<AbstractBasePtr> &input_args) { in InferType()
Dsplit_v.cc81 TuplePtr InferType(const PrimitivePtr &prim, const std::vector<AbstractBasePtr> &input_args) { in InferType()
Dapply_adagrad_d_a.cc59 TuplePtr InferType(const PrimitivePtr &prim, const std::vector<AbstractBasePtr> &input_args) { in InferType()
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_unstack.cc59 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_unpack.cc59 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_custom_predict.cc60 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_hashtable_lookup.cc61 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_merge.cc62 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_layer_norm_beta_gamma_backprop_v2.cc63 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_topk.cc72 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_layer_norm_x_backprop_v2.cc70 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_detection_post_process.cc68 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_batch_norm.cc70 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
Dtest_ops_batch_norm_grad.cc73 auto type = type_ptr->cast<TuplePtr>(); in TEST_F()
/third_party/mindspore/mindspore/core/ir/dtype/
Dcontainer.h129 using TuplePtr = std::shared_ptr<Tuple>; variable
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dpynative_dfunctor.cc55 auto tuple_type = cnode_type->cast<TuplePtr>(); in GenNewTensor()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dnode_info.cc207 auto tuple_output_type = primary_output_type->cast<mindspore::TuplePtr>(); in ExtractOutputTypeByNode()
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc396 auto type_tuple = type->cast<TuplePtr>(); in MakeAbstract()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc65 TuplePtr tuple_type = dyn_cast<Tuple>(type); in SetTupleTypeProto()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddump_proto.cc147 TuplePtr tuple_type = dyn_cast<Tuple>(type); in SetNodeOutputType()

12