Home
last modified time | relevance | path

Searched refs:to_native_string (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/pytorch/torchgen/executorch/
H A Dmodel.py47 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/
Dsessions.py14 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)
Dmodels.py27 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
Dauth.py16 from ._internal_utils import to_native_string
62 authstr = "Basic " + to_native_string(
Dcookies.py14 from ._internal_utils import to_native_string
55 host = to_native_string(self._r.headers["Host"], encoding="utf-8")
D_internal_utils.py23 def to_native_string(string, encoding="ascii"): function
Dutils.py28 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/
Dsessions.py14 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)
Dmodels.py27 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
Dauth.py16 from ._internal_utils import to_native_string
62 authstr = "Basic " + to_native_string(
Dcookies.py14 from ._internal_utils import to_native_string
55 host = to_native_string(self._r.headers["Host"], encoding="utf-8")
D_internal_utils.py23 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/
Dsessions.py14 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)
Dmodels.py27 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
Dauth.py16 from ._internal_utils import to_native_string
62 authstr = "Basic " + to_native_string(
Dcookies.py14 from ._internal_utils import to_native_string
55 host = to_native_string(self._r.headers["Host"], encoding="utf-8")
D_internal_utils.py23 def to_native_string(string, encoding="ascii"): function
Dutils.py28 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/
Dsessions.py14 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)
Dmodels.py27 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
Dauth.py16 from ._internal_utils import to_native_string
62 authstr = "Basic " + to_native_string(
Dcookies.py14 from ._internal_utils import to_native_string
55 host = to_native_string(self._r.headers["Host"], encoding="utf-8")
D_internal_utils.py23 def to_native_string(string, encoding="ascii"): function
Dutils.py28 from ._internal_utils import HEADER_VALIDATORS, to_native_string # noqa: F401
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_executorch.py200 op_name, [k.to_native_string() for k in kernel_key]
300 return item[0].root_name + ":" + item[1][0].to_native_string()

12