Home
last modified time | relevance | path

Searched refs:unsafeChangeAttributeType (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/csrc/jit/backends/
Dbackend_init.cpp91 parent_type->unsafeChangeAttributeType( in toBackendSelectiveImpl()
/external/pytorch/test/cpp/jit/
Dtest_backend.cpp675 c.type()->unsafeChangeAttributeType("A0", lowered_submodule.type()); in TEST()
770 c.type()->unsafeChangeAttributeType("A0", lowered_submodule.type()); in TEST()
/external/pytorch/aten/src/ATen/core/
Dclass_type.h210 void unsafeChangeAttributeType(const std::string& name, const TypePtr& new_ty);
Dclass_type.cpp585 void ClassType::unsafeChangeAttributeType(const std::string& name, const TypePtr& new_ty) { in unsafeChangeAttributeType() function in c10::ClassType
/external/pytorch/torch/csrc/jit/passes/
Dfreeze_module.cpp626 attrModule.type()->unsafeChangeAttributeType(name, subvalueType); in reassignInterfaceTypes()