Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dutf8_decoding_ignore.h5 TORCH_API bool getUTF8DecodingIgnore();
H A Dutf8_decoding_ignore.cpp12 bool getUTF8DecodingIgnore() { in getUTF8DecodingIgnore() function
H A Dpybind_utils.cpp619 if (getUTF8DecodingIgnore()) { in toPyObject()