| /third_party/mindspore/mindspore-src/source/mindspore/core/ir/dtype/ |
| D | tensor_type.cc | 22 TypePtr UndeterminedType::DeepCopy() const { in DeepCopy() function in mindspore::UndeterminedType 66 TypePtr TensorType::DeepCopy() const { in DeepCopy() function in mindspore::TensorType 212 TypePtr SparseTensorType::DeepCopy() const { in DeepCopy() function in mindspore::SparseTensorType 239 TypePtr RowTensorType::DeepCopy() const { in DeepCopy() function in mindspore::RowTensorType 284 TypePtr COOTensorType::DeepCopy() const { in DeepCopy() function in mindspore::COOTensorType 291 TypePtr CSRTensorType::DeepCopy() const { in DeepCopy() function in mindspore::CSRTensorType 298 TypePtr MapTensorType::DeepCopy() const { in DeepCopy() function in mindspore::MapTensorType
|
| D | number.h | 58 TypePtr DeepCopy() const override { return std::make_shared<Number>(); } in DeepCopy() function 95 TypePtr DeepCopy() const override { return std::make_shared<Bool>(); } in DeepCopy() function 118 TypePtr DeepCopy() const override { in DeepCopy() function 181 TypePtr DeepCopy() const override { in DeepCopy() function 212 TypePtr DeepCopy() const override { in DeepCopy() function 243 TypePtr DeepCopy() const override { in DeepCopy() function
|
| D | empty.h | 59 TypePtr DeepCopy() const override { return std::make_shared<TypeNone>(); } in DeepCopy() function 76 TypePtr DeepCopy() const override { return std::make_shared<TypeNull>(); } in DeepCopy() function 92 TypePtr DeepCopy() const override { return std::make_shared<TypeEllipsis>(); } in DeepCopy() function
|
| D | monad_type.h | 48 TypePtr DeepCopy() const override { return std::make_shared<UMonadType>(); } in DeepCopy() function 61 TypePtr DeepCopy() const override { return std::make_shared<IOMonadType>(); } in DeepCopy() function
|
| D | ref.cc | 21 TypePtr RefType::DeepCopy() const { in DeepCopy() function in mindspore::RefType
|
| D | container.cc | 79 TypePtr List::DeepCopy() const { in DeepCopy() function in mindspore::List 166 TypePtr Tuple::DeepCopy() const { in DeepCopy() function in mindspore::Tuple 253 TypePtr Dictionary::DeepCopy() const { in DeepCopy() function in mindspore::Dictionary
|
| D | ref.h | 40 TypePtr DeepCopy() const override { return std::make_shared<RefKeyType>(); } in DeepCopy() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ir/ |
| D | dtype.cc | 23 TypePtr Keyword::DeepCopy() const { in DeepCopy() function in mindspore::Keyword 57 TypePtr Slice::DeepCopy() const { in DeepCopy() function in mindspore::Slice 105 TypePtr Function::DeepCopy() const { in DeepCopy() function in mindspore::Function 171 TypePtr JTagged::DeepCopy() const { in DeepCopy() function in mindspore::JTagged
|
| D | dtype.h | 75 TypePtr DeepCopy() const override { return std::make_shared<String>(); } in DeepCopy() function 271 TypePtr DeepCopy() const override { return std::make_shared<SymbolicKeyType>(); } in DeepCopy() function 307 TypePtr DeepCopy() const override { return std::make_shared<TypeType>(); } in DeepCopy() function 333 TypePtr DeepCopy() const override { return std::make_shared<Problem>(); } in DeepCopy() function 364 TypePtr DeepCopy() const override { return std::make_shared<MsClassType>(); } in DeepCopy() function 382 TypePtr DeepCopy() const override { return std::make_shared<External>(); } in DeepCopy() function
|
| D | dtype_extends.cc | 41 TypePtr TypeAny::DeepCopy() const { return kTypeAny; } in DeepCopy() function in mindspore::TypeAny
|
| /third_party/protobuf/hpb/ |
| D | hpb.h | 243 void DeepCopy(Ptr<const T> source_message, Ptr<T> target_message) { in DeepCopy() function 252 void DeepCopy(Ptr<const T> source_message, T* target_message) { in DeepCopy() function 258 void DeepCopy(const T* source_message, Ptr<T> target_message) { in DeepCopy() function 264 void DeepCopy(const T* source_message, T* target_message) { in DeepCopy() function
|
| D | hpb.cc | 109 void DeepCopy(upb_Message* target, const upb_Message* source, in DeepCopy() function
|
| /third_party/protobuf/src/google/protobuf/ |
| D | unknown_field_set.cc | 253 UnknownField UnknownField::DeepCopy(Arena* arena) const { in DeepCopy() function in google::protobuf::UnknownField
|
| /third_party/gn/src/base/ |
| D | values.cc | 505 Value* Value::DeepCopy() const { in DeepCopy() function in base::Value 1067 DictionaryValue* DictionaryValue::DeepCopy() const { in DeepCopy() function in base::DictionaryValue 1284 ListValue* ListValue::DeepCopy() const { in DeepCopy() function in base::ListValue
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | repeated_scalar_container.cc | 654 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in DeepCopy() function
|
| D | repeated_composite_container.cc | 449 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in DeepCopy() function
|
| D | message.cc | 2317 PyObject* DeepCopy(CMessage* self, PyObject* arg) { in DeepCopy() function 2649 PyObject* ContainerBase::DeepCopy() { in DeepCopy() function in google::protobuf::python::ContainerBase
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
| D | cmap_table.cc | 901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { in DeepCopy() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
|
| /third_party/protobuf/hpb_generator/tests/ |
| D | test_generated.cc | 1191 TEST(CppGeneratedCode, DeepCopy) { in TEST() argument
|
| /third_party/openhitls/tls/config/src/ |
| D | config.c | 230 static int32_t DeepCopy(void** destConfig, const void* srcConfig, uint32_t logId, uint32_t len) in DeepCopy() function
|
| /third_party/protobuf/python/ |
| D | message.c | 1676 PyObject* DeepCopy(PyObject* _self, PyObject* arg) { in DeepCopy() function
|