/external/pigweed/pw_rpc/py/pw_rpc/console_tools/ |
D | watchdog.py | 27 on_reset: Callable[[], Any], 28 on_expiration: Callable[[], Any], 29 while_expired: Callable[[], Any] = lambda: None,
|
D | functions.py | 66 def format_function_help(function: Callable) -> str: 75 def help_as_repr(function: Callable) -> Callable:
|
/external/tensorflow/tensorflow/python/tpu/ |
D | training_loop.py | 34 def while_loop(condition: Callable[..., Any], 35 body: Callable[..., Any], 191 body: Callable[..., Union[core_types.TensorLike, Iterable]], # pylint:disable=g-bare-generic
|
D | tpu.py | 736 computation: Callable[..., Any], *args, **kwargs 897 computation: Callable[..., Any], 1189 computation: Callable[..., Any], 1726 computation: Callable[..., Any], 1889 computation: Callable[..., Any], 1975 computation: Callable[..., Any], 2037 computation: Callable[..., Any], 2194 computation: Callable[..., Any],
|
D | tpu_embedding_v2_utils.py | 55 learning_rate: Union[float, Callable[[], float]], argument 218 learning_rate: Union[float, Callable[[], float]] = 0.01, argument 320 learning_rate: Union[float, Callable[[], float]] = 0.001, argument 436 learning_rate: Union[float, Callable[[], float]] = 0.001, argument 595 learning_rate: Union[float, Callable[[], float]] = 0.001, argument
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | string_constant_test.cc | 25 struct Callable { struct 26 constexpr absl::string_view operator()() const { in operator ()()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | string_constant_test.cc | 25 struct Callable { struct 26 constexpr absl::string_view operator()() const { in operator ()()
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
D | string_constant_test.cc | 25 struct Callable { struct 26 constexpr absl::string_view operator()() const { in operator ()()
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | string_constant_test.cc | 25 struct Callable { struct 26 constexpr absl::string_view operator()() const { in operator ()()
|
/external/abseil-cpp/absl/strings/internal/ |
D | string_constant_test.cc | 25 struct Callable { struct 26 constexpr absl::string_view operator()() const { in operator ()()
|
/external/pigweed/pw_console/py/pw_console/ |
D | command_runner.py | 122 load_completions: Optional[Callable[[], 124 Callable]]]] = None, argument 302 load_completions: Optional[Callable[[], List[Tuple[str, 303 Callable]]]] = None, argument
|
D | plugin_mixin.py | 85 plugin_callback: Optional[Callable[..., bool]] = None,
|
D | quit_dialog.py | 50 on_quit: Optional[Callable] = None):
|
/external/pigweed/pw_console/py/pw_console/widgets/ |
D | border.py | 32 border_style: Union[Callable[[], str], str] = '', 33 base_style: Union[Callable[[], str], str] = '',
|
D | window_pane_toolbar.py | 151 subtitle: Optional[Callable[[], str]] = None, 153 focus_action_callable: Optional[Callable] = None,
|
D | checkbox.py | 41 mouse_handler: Optional[Callable] = None, 100 mouse_handler: Optional[Callable] = None,
|
D | mouse_handlers.py | 26 def on_click(on_click_function: Callable, mouse_event: MouseEvent):
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | presubmit.py | 133 def __init__(self, name: str, steps: Iterable[Callable]): 257 program: Sequence[Callable]) -> List[Tuple[Check, Sequence[Path]]]: 392 def run(program: Sequence[Callable], 486 check_function: Callable, 563 def _required_args(function: Callable) -> Iterable[Parameter]: 572 def _ensure_is_valid_presubmit_check_function(check: Callable) -> None: 606 def filter_paths_for_function(function: Callable):
|
/external/toolchain-utils/rust_tools/ |
D | rust_uprev.py | 527 step_fn: Callable[[], T], 560 skip_compile: bool, run_step: Callable[[], T]) -> None: 629 run_step: Callable[[], T]) -> None: 639 run_step: Callable[[], T]) -> None: 746 step_fn: Callable[[], T],
|
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | parser.py | 222 def positive_lookahead(self, func: Callable[..., T], *args: object) -> T: 228 def negative_lookahead(self, func: Callable[..., object], *args: object) -> bool:
|
D | grammar_visualizer.py | 28 def print_grammar_ast(self, grammar: Grammar, printer: Callable[..., None] = print) -> None:
|
/external/python/cpython3/Lib/asyncio/ |
D | staggered.py | 15 coro_fns: typing.Iterable[typing.Callable[[], typing.Awaitable]],
|
/external/starlark-go/starlark/ |
D | debug.go | 31 Callable() Callable // returns the frame's function methodSpec
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.h | 371 struct Callable { struct 374 ~Callable(); argument
|
/external/python/python-api-core/google/api_core/operations_v1/ |
D | pagers.py | 47 method: Callable[..., operations_pb2.ListOperationsResponse],
|