/third_party/mindspore/mindspore/core/ops/ |
D | getnext.cc | 37 … : shape_attr->cast<ValueListPtr>()->value(); in GetShapeVector() 41 : shape_elements->cast<ValueListPtr>()->value(); in GetShapeVector()
|
D | dropout_gen_mask.cc | 123 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()
|
D | reduce_sum.cc | 42 …axis->isa<ValueTuple>() ? axis->cast<ValueTuplePtr>()->value() : axis->cast<ValueListPtr>()->value… in InferImplReduceFuncCalShape()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/ |
D | pipeline_transformer.h | 36 ValueListPtr shape; 96 ValueListPtr shape_;
|
D | pipeline_transformer.cc | 489 static std::pair<ValueListPtr, TypePtr> GetShapeType(const AnfNodePtr &node, const Shape &shape) { in GetShapeType()
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | op_adapter_util.h | 53 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in ConvertAnyUtil()
|
D | op_adapter.h | 349 auto vec = value->cast<ValueListPtr>(); in ConvertAny() 356 auto sub_vector = it->cast<ValueListPtr>(); in ConvertAny()
|
D | op_adapter_util.cc | 134 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in VectorToTensorUtil()
|
D | convert.cc | 1842 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in TryConvertValueNodeToMultiConst()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/ |
D | node_info.cc | 71 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/ |
D | clean.cc | 357 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/ |
D | step_parallel_utils.cc | 87 inputs_seq = node->cast<ValueNodePtr>()->value()->cast<ValueListPtr>()->value(); in GetValueListShape()
|
D | step_parallel.cc | 649 inputs_values = node->cast<ValueNodePtr>()->value()->cast<ValueListPtr>()->value(); in SplitTensorList()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | get_next_info.cc | 148 auto iter_cast = iter->second->cast<ValueListPtr>(); in GetAttrTypes()
|
D | operator_info.cc | 1850 auto val = sequeue->cast<ValueListPtr>(); in GetValueSequeue()
|
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/ |
D | mindir_exporter.cc | 814 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/ |
D | item_tuple_or_list_eliminate.h | 258 auto list = GetValueNode<ValueListPtr>(vnode); in Visit()
|
/third_party/mindspore/mindspore/core/ir/ |
D | value.h | 96 using ValueListPtr = std::shared_ptr<ValueList>; variable
|
/third_party/mindspore/mindspore/core/abstract/ |
D | prim_maths.cc | 85 …axis->isa<ValueTuple>() ? axis->cast<ValueTuplePtr>()->value() : axis->cast<ValueListPtr>()->value… in InferImplReduceFuncCalShape()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/ |
D | tbe_json_creator.cc | 85 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in ParseListIntValue()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | proto_exporter.cc | 240 const ValueListPtr &value = dyn_cast<ValueList>(val); in SetSequenceToProto()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | dump_proto.cc | 305 const ValueListPtr &value = dyn_cast<ValueList>(val); in SetSequenceToProto()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | graph_kernel_helper.cc | 662 …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/ |
D | rec_generate_strategy.cc | 763 elements = axis_param->cast<ValueListPtr>()->value(); in GetAxisList()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_kernel_build.cc | 640 …->isa<ValueTuple>() ? value->cast<ValueTuplePtr>()->value() : value->cast<ValueListPtr>()->value(); in ParseListIntAttrValue()
|