Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_tracer.cpp201 void pythonWarn(const std::string& reason) { in pythonWarn() function
247 m.def("_tracer_warn_use_python", []() { tracer::setWarn(pythonWarn); }); in initPythonTracerBindings()