Searched defs:BytesIO (Results 1 – 13 of 13) sorted by relevance
/external/pytorch/torch/export/ |
D | __init__.py | 283 f: Union[str, os.PathLike, io.BytesIO], 364 f: Union[str, os.PathLike, io.BytesIO],
|
/external/python/asn1crypto/asn1crypto/ |
D | pem.py | 22 from cStringIO import StringIO as BytesIO unknown
|
D | core.py | 67 from cStringIO import StringIO as BytesIO unknown
|
/external/pytorch/torch/onnx/_internal/fx/ |
D | serialization.py | 120 torch_state_dicts: tuple[dict | str | io.BytesIO, ...],
|
/external/pytorch/torch/onnx/ |
D | verification.py | 167 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/ |
D | serialize.py | 693 f: Union[str, os.PathLike[str], io.BytesIO], 724 f: Union[str, os.PathLike[str], io.BytesIO],
|
/external/libchrome/third_party/jinja2/ |
D | _compat.py | 61 from cStringIO import StringIO as BytesIO, StringIO unknown
|
/external/pytorch/torch/distributed/checkpoint/ |
D | planner.py | 379 def load_bytes(self, read_item: ReadItem, value: io.BytesIO) -> None:
|
D | default_planner.py | 243 def load_bytes(self, read_item: ReadItem, value: io.BytesIO) -> None:
|
D | filesystem.py | 251 data: Union[io.BytesIO, torch.Tensor],
|
/external/python/parse_type/tasks/_vendor/ |
D | six.py | 633 BytesIO = io.BytesIO variable
|
/external/python/six/ |
D | six.py | 662 BytesIO = io.BytesIO variable
|
/external/python/cpython3/Lib/ |
D | _pyio.py | 871 class BytesIO(BufferedIOBase): class
|