Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.h32 struct VISIBILITY_HIDDEN PythonValue : public SugaredValue { struct
37 : self(std::move(the_self)), in self()
88 struct VISIBILITY_HIDDEN PythonModuleValue : public PythonValue { argument