Home
last modified time | relevance | path

Searched refs:getAttributesPy (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dconcrete_module_type.h211 std::unordered_map<std::string, std::pair<TypePtr, bool>> getAttributesPy()
H A Dconcrete_module_type.cpp355 getAttributesPy() const { in getAttributesPy() function in torch::jit::ConcreteModuleType
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dscript_init.cpp2211 .def("get_attributes", &ConcreteModuleType::getAttributesPy) in initJitScriptBindings()