Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/python/
Dpython_sugared_value.cpp1347 auto newClassType = pyCu->get_class(qualname); in toSugaredValue() local
1349 newClassType, in toSugaredValue()
1353 return std::make_shared<PythonClassValue>(newClassType, obj); in toSugaredValue()