Home
last modified time | relevance | path

Searched defs:None (Results 1 – 25 of 2219) sorted by relevance

12345678910>>...89

/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/callback_client/
H A Dimpl.py71 default_timeout_s: float | None,
126 request: Message | None,
128 on_next: OnNextCallback | None,
129 on_completed: OnCompletedCallback | None,
130 on_error: OnErrorCallback | None,
161 on_next: OnNextCallback | None,
162 on_completed: OnCompletedCallback | None,
163 on_error: OnErrorCallback | None,
194 self, request_proto: Message | None = None, /, **request_fields
245 request: Message | None = None,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/platformdirs/
D__init__.py48 appname: str | None = None,
50 version: str | None = None,
72 appname: str | None = None,
74 version: str | None = None,
96 appname: str | None = None,
98 version: str | None = None,
120 appname: str | None = None,
122 version: str | None = None,
144 appname: str | None = None,
146 version: str | None = None,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/platformdirs/
D__init__.py48 appname: str | None = None,
50 version: str | None = None,
72 appname: str | None = None,
74 version: str | None = None,
96 appname: str | None = None,
98 version: str | None = None,
120 appname: str | None = None,
122 version: str | None = None,
144 appname: str | None = None,
146 version: str | None = None,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/platformdirs/
D__init__.py48 appname: str | None = None,
50 version: str | None = None,
72 appname: str | None = None,
74 version: str | None = None,
96 appname: str | None = None,
98 version: str | None = None,
120 appname: str | None = None,
122 version: str | None = None,
144 appname: str | None = None,
146 version: str | None = None,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/platformdirs/
D__init__.py48 appname: str | None = None,
50 version: str | None = None,
72 appname: str | None = None,
74 version: str | None = None,
96 appname: str | None = None,
98 version: str | None = None,
120 appname: str | None = None,
122 version: str | None = None,
144 appname: str | None = None,
146 version: str | None = None,
[all …]
/aosp_15_r20/external/pigweed/pw_build_mcuxpresso/py/pw_build_mcuxpresso/
H A Dcomponents.py23 element: xml.etree.ElementTree.Element, device_core: str | None
48 device_core: str | None = None,
82 device_core: str | None = None,
132 device_core: str | None = None,
172 base_path: pathlib.Path | None,
195 device_core: str | None = None,
223 device_core: str | None = None,
255 device_core: str | None = None,
281 device_core: str | None = None,
395 exclude: Container[str] | None = None,
[all …]
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dquantize_fx.py76 fuse_custom_config: Union[FuseCustomConfig, Dict[str, Any], None] = None, argument
95 prepare_custom_config: Union[PrepareCustomConfig, Dict[str, Any], None] = None, argument
167 prepare_custom_config: Union[PrepareCustomConfig, Dict[str, Any], None] = None, argument
206 fuse_custom_config: Union[FuseCustomConfig, Dict[str, Any], None] = None, argument
256 prepare_custom_config: Union[PrepareCustomConfig, Dict[str, Any], None] = None, argument
407 prepare_custom_config: Union[PrepareCustomConfig, Dict[str, Any], None] = None, argument
512 convert_custom_config: Union[ConvertCustomConfig, Dict[str, Any], None] = None, argument
557 convert_custom_config: Union[ConvertCustomConfig, Dict[str, Any], None] = None, argument
624 convert_custom_config: Union[ConvertCustomConfig, Dict[str, Any], None] = None, argument
674 convert_custom_config: Union[ConvertCustomConfig, Dict[str, Any], None] = None, argument
[all …]
/aosp_15_r20/external/pigweed/pw_system/py/pw_system/
H A Dconsole.py186 def _parse_args(args: argparse.Namespace | None = None):
205 config_file_path: Path | None = None,
297 def console(
300 ticks_per_second: int | None,
308 config_file: Path | None = None,
312 compiled_protos: list[ModuleType] | None = None,
319 timestamp_decoder: Callable[[int], str] | None = None,
320 device_connection: DeviceConnection | None = None,
435 args: argparse.Namespace | None = None,
436 compiled_protos: list[ModuleType] | None = None,
[all …]
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dproject_builder_presubmit_runner.py337 presubmit_programs: Programs | None = None,
338 build_recipes: list[BuildRecipe] | None = None,
512 default_presubmit_step_names: list[str] | None = None,
561 presubmit_programs: Programs | None = None,
562 build_recipes: list[BuildRecipe] | None = None,
579 presubmit_programs: Programs | None = None,
580 build_recipes: list[BuildRecipe] | None = None,
585 option: str, arg: str | None = None, end: str = '\n'
632 presubmit_programs: Programs | None = None,
633 default_presubmit_step_names: list[str] | None = None,
[all …]
/aosp_15_r20/external/pytorch/torch/onnx/_internal/
H A D_exporter_legacy.py169 overload: str | None = None,
197 self, namespace: str, op_name: str, overload: str | None = None
219 self, namespace: str, op_name: str, overload: str | None = None
277 dynamic_shapes: bool | None = None,
278 fake_context: ONNXFakeContext | None = None,
279 onnx_registry: OnnxRegistry | None = None,
280 diagnostic_options: DiagnosticOptions | None = None,
319 model: torch.nn.Module | Callable | None = None, # type: ignore[name-defined]
338 def resolve(value: T | None, fallback: T | Callable[[], T]) -> T:
476 session_options: Sequence[onnxruntime.SessionOptions] | None = None,
[all …]
H A Dio_adapter.py42 model: torch.nn.Module | Callable | torch_export.ExportedProgram | None = None,
49 def __init__(self, steps: list[InputAdaptStep] | None = None):
63 model: torch.nn.Module | Callable | torch_export.ExportedProgram | None = None,
99 model: torch.nn.Module | Callable | torch_export.ExportedProgram | None = None,
106 def __init__(self, steps: list[OutputAdaptStep] | None = None):
120 model: torch.nn.Module | Callable | torch_export.ExportedProgram | None = None,
190 model: torch.nn.Module | Callable | torch_export.ExportedProgram | None = None,
227 model: torch.nn.Module | Callable | torch_export.ExportedProgram | None = None,
252 model: torch.nn.Module | Callable | torch_export.ExportedProgram | None = None,
280 model: torch.nn.Module | Callable | torch_export.ExportedProgram | None = None,
[all …]
/aosp_15_r20/external/pigweed/pw_snapshot/py/pw_snapshot/
H A Dprocessor.py61 detokenizer: pw_tokenizer.Detokenizer | None = None,
62 elf_matcher: ElfMatcher | None = None,
63 symbolizer_matcher: SymbolizerMatcher | None = None,
64 llvm_symbolizer_binary: Path | None = None,
65 thread_processing_callback: Callable[[bytes], str] | None = None,
139 detokenizer: pw_tokenizer.Detokenizer | None = None,
140 elf_matcher: ElfMatcher | None = None,
141 user_processing_callback: Callable[[bytes], str] | None = None,
142 symbolizer_matcher: SymbolizerMatcher | None = None,
207 token_db: TextIO | None,
[all …]
/aosp_15_r20/external/pytorch/tools/github/
H A Dgithub_utils.py16 headers: dict[str, str] | None = None, argument
17 data: dict[str, Any] | None = None, argument
18 method: str | None = None,
47 headers: dict[str, str] | None = None, argument
48 data: dict[str, Any] | None = None, argument
49 method: str | None = None,
59 params: dict[str, Any] | None = None,
72 params: dict[str, Any] | None = None,
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/
H A D_compat.py34 input_names: Sequence[str] | None = None,
105 kwargs: dict[str, Any] | None,
120 f: str | os.PathLike | None = None,
122 kwargs: dict[str, Any] | None = None,
124 verbose: bool | None = None,
125 input_names: Sequence[str] | None = None,
126 output_names: Sequence[str] | None = None,
127 opset_version: int | None = None,
129 | Mapping[str, Sequence[int]]
131 dynamic_shapes: dict[str, Any] | tuple[Any, ...] | list[Any] | None = None,
/aosp_15_r20/external/pytorch/torch/cuda/
H A D_gpu_trace.py38 def register_callback_for_event_creation(cb: Callable[[int], None]) -> None: argument
42 def register_callback_for_event_deletion(cb: Callable[[int], None]) -> None: argument
46 def register_callback_for_event_record(cb: Callable[[int, int], None]) -> None: argument
50 def register_callback_for_event_wait(cb: Callable[[int, int], None]) -> None: argument
54 def register_callback_for_memory_allocation(cb: Callable[[int], None]) -> None: argument
58 def register_callback_for_memory_deallocation(cb: Callable[[int], None]) -> None: argument
62 def register_callback_for_stream_creation(cb: Callable[[int], None]) -> None: argument
66 def register_callback_for_device_synchronization(cb: Callable[[], None]) -> None: argument
70 def register_callback_for_stream_synchronization(cb: Callable[[int], None]) -> None: argument
74 def register_callback_for_event_synchronization(cb: Callable[[int], None]) -> None: argument
/aosp_15_r20/external/pytorch/torch/xpu/
H A D_gpu_trace.py38 def register_callback_for_event_creation(cb: Callable[[int], None]) -> None: argument
42 def register_callback_for_event_deletion(cb: Callable[[int], None]) -> None: argument
46 def register_callback_for_event_record(cb: Callable[[int, int], None]) -> None: argument
50 def register_callback_for_event_wait(cb: Callable[[int, int], None]) -> None: argument
54 def register_callback_for_memory_allocation(cb: Callable[[int], None]) -> None: argument
58 def register_callback_for_memory_deallocation(cb: Callable[[int], None]) -> None: argument
62 def register_callback_for_stream_creation(cb: Callable[[int], None]) -> None: argument
66 def register_callback_for_device_synchronization(cb: Callable[[], None]) -> None: argument
70 def register_callback_for_stream_synchronization(cb: Callable[[int], None]) -> None: argument
74 def register_callback_for_event_synchronization(cb: Callable[[int], None]) -> None: argument
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dverification.py343 args, kwargs, remained_onnx_input_idx: Sequence[int] | None, flatten: bool
386 input_kwargs: _InputKwargsType | None,
387 additional_test_inputs: Sequence[_InputArgsType] | None,
636 params_dict: dict[str, Any] | None = None,
732 export_options: _experimental.ExportOptions | None = None,
775 input_kwargs: _InputKwargsType | None = None,
777 dynamic_axes: Mapping[str, Mapping[int, str] | Mapping[str, Sequence[int]]]
779 input_names: Sequence[str] | None = None,
780 output_names: Sequence[str] | None = None,
782 opset_version: int | None = None,
[all …]
H A D__init__.py137 def export(
143 f: str | os.PathLike | None = None,
145 kwargs: dict[str, Any] | None = None,
147 verbose: bool | None = None,
148 input_names: Sequence[str] | None = None,
149 output_names: Sequence[str] | None = None,
150 opset_version: int | None = None,
152 | Mapping[str, Sequence[int]]
158 dynamic_shapes: dict[str, Any] | tuple[Any, ...] | list[Any] | None = None,
401 export_options: ExportOptions | None = None,
/aosp_15_r20/external/pytorch/tools/linter/adapters/
H A Druff_linter.py65 timeout: int | None,
66 stdin: BinaryIO | None,
67 input: bytes | None,
69 cwd: os.PathLike[Any] | None,
103 timeout: int | None = None,
104 stdin: BinaryIO | None = None,
105 input: bytes | None = None,
107 cwd: os.PathLike[Any] | None = None,
217 config: str | None,
299 config: str | None,
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dpresubmit_context.py62 def load(env: dict[str, str] | None = None) -> FormatOptions: argument
106 fake_pipeline_props: dict[str, Any] | None = None,
175 env: dict[str, str] | None = None, argument
286 env: dict[str, str] | None = None, argument
287 fake_pipeline_props: dict[str, Any] | None = None,
390 path: Path | None = None,
391 line: int | None = None,
464 path: Path | None = None,
465 line: int | None = None,
498 call_annotation: dict[Any, Any] | None = None, argument
[all …]
/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Dcpp.py254 self, new_current_target: str | CppIdeFeaturesTarget | None
326 default_path: Path | None = None,
327 path_globs: list[str] | None = None,
500 command: str | None = None,
501 arguments: list[str] | None = None,
502 output: str | None = None,
603 default_path: Path | None = None,
604 path_globs: list[str] | None = None,
774 root_dir: Path | None = None,
775 file_path: Path | None = None,
[all …]
/aosp_15_r20/external/pigweed/pw_transfer/py/pw_transfer/
H A Dtransfer.py64 def start(self, timeout_s: float | None = None) -> None:
126 send_chunk: Callable[[Chunk], None], argument
133 progress_callback: ProgressCallback | None = None,
419 total_size_bytes: int | None,
459 send_chunk: Callable[[Chunk], None], argument
466 progress_callback: ProgressCallback | None = None,
525 self, window_id: int, timeout_us: int | None = None
692 send_chunk: Callable[[Chunk], None], argument
701 chunk_delay_us: int | None = None,
702 progress_callback: ProgressCallback | None = None,
/aosp_15_r20/external/pigweed/pw_emu/py/pw_emu/
H A Dcore.py76 def __init__(self, config: Path | None, err: str) -> None:
111 def __init__(self, config: Path, emu: str | None, target: str) -> None:
292 config_path: Path | None = None,
293 target: str | None = None,
294 emu: str | None = None,
387 entry_type: Type | None = None,
441 entry_type: Type | None = None,
453 entry_type: Type | None = None,
465 entry_type: Type | None = None,
555 timeout: float | None = None,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D__init__.py194 sleep: t.Callable[[t.Union[int, float]], None] = sleep, argument
200 before_sleep: t.Optional[t.Callable[["RetryCallState"], None]] = None, argument
219 sleep: t.Union[t.Callable[[t.Union[int, float]], None], object] = _unset, argument
225 before_sleep: t.Union[t.Optional[t.Callable[["RetryCallState"], None]], object] = _unset, argument
476 self, exc_info: t.Tuple[t.Type[BaseException], BaseException, "types.TracebackType| None"]
504 sleep: t.Callable[[t.Union[int, float]], None] = sleep, argument
510 before_sleep: t.Optional[t.Callable[["RetryCallState"], None]] = None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D__init__.py194 sleep: t.Callable[[t.Union[int, float]], None] = sleep, argument
200 before_sleep: t.Optional[t.Callable[["RetryCallState"], None]] = None, argument
219 sleep: t.Union[t.Callable[[t.Union[int, float]], None], object] = _unset, argument
225 before_sleep: t.Union[t.Optional[t.Callable[["RetryCallState"], None]], object] = _unset, argument
476 self, exc_info: t.Tuple[t.Type[BaseException], BaseException, "types.TracebackType| None"]
504 sleep: t.Callable[[t.Union[int, float]], None] = sleep, argument
510 before_sleep: t.Optional[t.Callable[["RetryCallState"], None]] = None, argument

12345678910>>...89