Home
last modified time | relevance | path

Searched defs:DeepCopy (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/dtype/
Dtensor_type.cc22 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
Dnumber.h58 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
Dempty.h59 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
Dmonad_type.h48 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
Dref.cc21 TypePtr RefType::DeepCopy() const { in DeepCopy() function in mindspore::RefType
Dcontainer.cc79 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
Dref.h40 TypePtr DeepCopy() const override { return std::make_shared<RefKeyType>(); } in DeepCopy() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Ddtype.cc23 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
Ddtype.h75 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
Ddtype_extends.cc41 TypePtr TypeAny::DeepCopy() const { return kTypeAny; } in DeepCopy() function in mindspore::TypeAny
/third_party/protobuf/hpb/
Dhpb.h243 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
Dhpb.cc109 void DeepCopy(upb_Message* target, const upb_Message* source, in DeepCopy() function
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.cc253 UnknownField UnknownField::DeepCopy(Arena* arena) const { in DeepCopy() function in google::protobuf::UnknownField
/third_party/gn/src/base/
Dvalues.cc505 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/
Drepeated_scalar_container.cc654 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in DeepCopy() function
Drepeated_composite_container.cc449 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in DeepCopy() function
Dmessage.cc2317 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/
Dcmap_table.cc901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { in DeepCopy() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
/third_party/protobuf/hpb_generator/tests/
Dtest_generated.cc1191 TEST(CppGeneratedCode, DeepCopy) { in TEST() argument
/third_party/openhitls/tls/config/src/
Dconfig.c230 static int32_t DeepCopy(void** destConfig, const void* srcConfig, uint32_t logId, uint32_t len) in DeepCopy() function
/third_party/protobuf/python/
Dmessage.c1676 PyObject* DeepCopy(PyObject* _self, PyObject* arg) { in DeepCopy() function