/aosp_15_r20/external/pytorch/torchgen/executorch/ |
H A D | model.py | 47 def to_native_string(self) -> str: member in ETKernelKeyOpArgMeta 128 def to_native_string(self) -> str: member in ETKernelKey 135 + "|".join([arg.to_native_string() for arg in self.arg_meta])
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | sessions.py | 14 from ._internal_utils import to_native_string 124 return to_native_string(location, "utf8") 201 url = ":".join([to_native_string(parsed_rurl.scheme), url]) 219 prepared_request.url = to_native_string(url)
|
D | models.py | 27 from ._internal_utils import to_native_string, unicode_is_ascii 398 self.method = to_native_string(self.method.upper()) 472 params = to_native_string(params) 493 self.headers[to_native_string(name)] = value
|
D | auth.py | 16 from ._internal_utils import to_native_string 62 authstr = "Basic " + to_native_string(
|
D | cookies.py | 14 from ._internal_utils import to_native_string 55 host = to_native_string(self._r.headers["Host"], encoding="utf-8")
|
D | _internal_utils.py | 23 def to_native_string(string, encoding="ascii"): function
|
D | utils.py | 28 from ._internal_utils import HEADER_VALIDATORS, to_native_string # noqa: F401
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | sessions.py | 14 from ._internal_utils import to_native_string 124 return to_native_string(location, "utf8") 201 url = ":".join([to_native_string(parsed_rurl.scheme), url]) 219 prepared_request.url = to_native_string(url)
|
D | models.py | 27 from ._internal_utils import to_native_string, unicode_is_ascii 398 self.method = to_native_string(self.method.upper()) 472 params = to_native_string(params) 493 self.headers[to_native_string(name)] = value
|
D | auth.py | 16 from ._internal_utils import to_native_string 62 authstr = "Basic " + to_native_string(
|
D | cookies.py | 14 from ._internal_utils import to_native_string 55 host = to_native_string(self._r.headers["Host"], encoding="utf-8")
|
D | _internal_utils.py | 23 def to_native_string(string, encoding="ascii"): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | sessions.py | 14 from ._internal_utils import to_native_string 124 return to_native_string(location, "utf8") 201 url = ":".join([to_native_string(parsed_rurl.scheme), url]) 219 prepared_request.url = to_native_string(url)
|
D | models.py | 27 from ._internal_utils import to_native_string, unicode_is_ascii 398 self.method = to_native_string(self.method.upper()) 472 params = to_native_string(params) 493 self.headers[to_native_string(name)] = value
|
D | auth.py | 16 from ._internal_utils import to_native_string 62 authstr = "Basic " + to_native_string(
|
D | cookies.py | 14 from ._internal_utils import to_native_string 55 host = to_native_string(self._r.headers["Host"], encoding="utf-8")
|
D | _internal_utils.py | 23 def to_native_string(string, encoding="ascii"): function
|
D | utils.py | 28 from ._internal_utils import HEADER_VALIDATORS, to_native_string # noqa: F401
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | sessions.py | 14 from ._internal_utils import to_native_string 124 return to_native_string(location, "utf8") 201 url = ":".join([to_native_string(parsed_rurl.scheme), url]) 219 prepared_request.url = to_native_string(url)
|
D | models.py | 27 from ._internal_utils import to_native_string, unicode_is_ascii 398 self.method = to_native_string(self.method.upper()) 472 params = to_native_string(params) 493 self.headers[to_native_string(name)] = value
|
D | auth.py | 16 from ._internal_utils import to_native_string 62 authstr = "Basic " + to_native_string(
|
D | cookies.py | 14 from ._internal_utils import to_native_string 55 host = to_native_string(self._r.headers["Host"], encoding="utf-8")
|
D | _internal_utils.py | 23 def to_native_string(string, encoding="ascii"): function
|
D | utils.py | 28 from ._internal_utils import HEADER_VALIDATORS, to_native_string # noqa: F401
|
/aosp_15_r20/external/pytorch/torchgen/ |
H A D | gen_executorch.py | 200 op_name, [k.to_native_string() for k in kernel_key] 300 return item[0].root_name + ":" + item[1][0].to_native_string()
|