Home
last modified time | relevance | path

Searched defs:BytesIO (Results 1 – 13 of 13) sorted by relevance

/external/pytorch/torch/export/
D__init__.py283 f: Union[str, os.PathLike, io.BytesIO],
364 f: Union[str, os.PathLike, io.BytesIO],
/external/python/asn1crypto/asn1crypto/
Dpem.py22 from cStringIO import StringIO as BytesIO unknown
Dcore.py67 from cStringIO import StringIO as BytesIO unknown
/external/pytorch/torch/onnx/_internal/fx/
Dserialization.py120 torch_state_dicts: tuple[dict | str | io.BytesIO, ...],
/external/pytorch/torch/onnx/
Dverification.py167 model: str | io.BytesIO, ort_providers: Sequence[str] = _ORT_PROVIDERS
189 def _onnx_reference_evaluator_session(model: str | io.BytesIO):
205 def _onnx_backend_session(model: str | io.BytesIO, backend: OnnxBackend):
384 onnx_model_f: str | io.BytesIO,
/external/executorch/exir/serde/
Dserialize.py693 f: Union[str, os.PathLike[str], io.BytesIO],
724 f: Union[str, os.PathLike[str], io.BytesIO],
/external/libchrome/third_party/jinja2/
D_compat.py61 from cStringIO import StringIO as BytesIO, StringIO unknown
/external/pytorch/torch/distributed/checkpoint/
Dplanner.py379 def load_bytes(self, read_item: ReadItem, value: io.BytesIO) -> None:
Ddefault_planner.py243 def load_bytes(self, read_item: ReadItem, value: io.BytesIO) -> None:
Dfilesystem.py251 data: Union[io.BytesIO, torch.Tensor],
/external/python/parse_type/tasks/_vendor/
Dsix.py633 BytesIO = io.BytesIO variable
/external/python/six/
Dsix.py662 BytesIO = io.BytesIO variable
/external/python/cpython3/Lib/
D_pyio.py871 class BytesIO(BufferedIOBase): class