Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A Dserialization.cpp16 static Py_ssize_t doPartialPythonReadBuffered(
46 return doPartialPythonReadBuffered(fildes, buf, nbytes); in doPartialRead()
73 static inline Py_ssize_t doPartialPythonReadBuffered( in doPartialPythonReadBuffered() function
128 return doPartialPythonReadBuffered(fildes, buf, nbytes); in doPartialPythonIO()