Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpython_print.h11 struct PythonPrintImpl;
45 std::shared_ptr<PythonPrintImpl> pImpl;
H A Dpython_print.cpp120 struct PythonPrintImpl { struct
1398 PythonPrintImpl( in PythonPrintImpl() function
1608 ~PythonPrintImpl() = default;
1656 : pImpl(std::make_shared<PythonPrintImpl>( in PythonPrint()