Home
last modified time | relevance | path

Searched refs:ModuleDictImpl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/container/
H A Dmoduledict.h67 class ModuleDictImpl : public Cloneable<ModuleDictImpl> {
74 ModuleDictImpl() = default;
77 explicit ModuleDictImpl( in ModuleDictImpl() function
84 explicit ModuleDictImpl( in ModuleDictImpl() function
150 auto clone = std::make_shared<ModuleDictImpl>();
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmoduledict.cpp199 std::dynamic_pointer_cast<ModuleDictImpl>(dict->clone(device)); in iscloneable_helper()
272 std::dynamic_pointer_cast<ModuleDictImpl>(dict->clone(device)); in TEST_F()