Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dgetnext.cc37 … : shape_attr->cast<ValueListPtr>()->value(); in GetShapeVector()
41 : shape_elements->cast<ValueListPtr>()->value(); in GetShapeVector()
Ddropout_gen_mask.cc123 auto max_value = shape_max->isa<ValueList>() ? shape_max->cast<ValueListPtr>()->value() in InferShape()
128 auto min_value = shape_min->isa<ValueList>() ? shape_min->cast<ValueListPtr>()->value() in InferShape()
Dreduce_sum.cc42 …axis->isa<ValueTuple>() ? axis->cast<ValueTuplePtr>()->value() : axis->cast<ValueListPtr>()->value… in InferImplReduceFuncCalShape()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.h36 ValueListPtr shape;
96 ValueListPtr shape_;
Dpipeline_transformer.cc489 static std::pair<ValueListPtr, TypePtr> GetShapeType(const AnfNodePtr &node, const Shape &shape) { in GetShapeType()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_util.h53 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in ConvertAnyUtil()
Dop_adapter.h349 auto vec = value->cast<ValueListPtr>(); in ConvertAny()
356 auto sub_vector = it->cast<ValueListPtr>(); in ConvertAny()
Dop_adapter_util.cc134 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in VectorToTensorUtil()
Dconvert.cc1842 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in TryConvertValueNodeToMultiConst()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dnode_info.cc71 inputs_seq = node_inputs[1]->cast<ValueNodePtr>()->value()->cast<ValueListPtr>()->value(); in ExtractInputParameterByNode()
161 inputs_seq = node_inputs[1]->cast<ValueNodePtr>()->value()->cast<ValueListPtr>()->value(); in ExtractInputTypeLengthByNode()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dclean.cc357 ValueTuplePtr ConvertValueListToValueTuple(const ValueListPtr &value_list, int64_t depth) { in ConvertValueListToValueTuple()
366 value = ConvertValueListToValueTuple(it->cast<ValueListPtr>(), depth + 1); in ConvertValueListToValueTuple()
378 auto value_list = value->cast<ValueListPtr>(); in ConvertValueListNodeToValueTupleNode()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel_utils.cc87 inputs_seq = node->cast<ValueNodePtr>()->value()->cast<ValueListPtr>()->value(); in GetValueListShape()
Dstep_parallel.cc649 inputs_values = node->cast<ValueNodePtr>()->value()->cast<ValueListPtr>()->value(); in SplitTensorList()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dget_next_info.cc148 auto iter_cast = iter->second->cast<ValueListPtr>(); in GetAttrTypes()
Doperator_info.cc1850 auto val = sequeue->cast<ValueListPtr>(); in GetValueSequeue()
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Dmindir_exporter.cc814 const ValueListPtr &list_value = value->cast<ValueListPtr>(); in SetSequenceToAttributeProto()
823 SetSequenceToAttributeProto(item->cast<ValueListPtr>(), attr_proto, seq_string); in SetSequenceToAttributeProto()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Ditem_tuple_or_list_eliminate.h258 auto list = GetValueNode<ValueListPtr>(vnode); in Visit()
/third_party/mindspore/mindspore/core/ir/
Dvalue.h96 using ValueListPtr = std::shared_ptr<ValueList>; variable
/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc85 …axis->isa<ValueTuple>() ? axis->cast<ValueTuplePtr>()->value() : axis->cast<ValueListPtr>()->value… in InferImplReduceFuncCalShape()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_creator.cc85 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in ParseListIntValue()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc240 const ValueListPtr &value = dyn_cast<ValueList>(val); in SetSequenceToProto()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddump_proto.cc305 const ValueListPtr &value = dyn_cast<ValueList>(val); in SetSequenceToProto()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc662 …auto vec = v->isa<ValueList>() ? v->cast<ValueListPtr>()->value() : v->cast<ValueTuplePtr>()->valu… in GetReduceAxis()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_generate_strategy.cc763 elements = axis_param->cast<ValueListPtr>()->value(); in GetAxisList()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc640 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in ParseListIntAttrValue()