Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_strings.h45 inline c10::string_view THPUtils_unpackStringView(PyObject* obj) { in THPUtils_unpackStringView() function
H A Dpython_arg_parser.h942 return THPUtils_unpackStringView(args[i]); in stringViewWithDefault()
948 return THPUtils_unpackStringView(args[i]); in stringViewOptional()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp50 filename_ = THPUtils_unpackStringView(code->co_filename).data();
51 name_ = THPUtils_unpackStringView(code->co_name).data();