Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 25 of 73) sorted by relevance

123

/external/pigweed/pw_rpc/py/pw_rpc/console_tools/
Dwatchdog.py27 on_reset: Callable[[], Any],
28 on_expiration: Callable[[], Any],
29 while_expired: Callable[[], Any] = lambda: None,
Dfunctions.py66 def format_function_help(function: Callable) -> str:
75 def help_as_repr(function: Callable) -> Callable:
/external/tensorflow/tensorflow/python/tpu/
Dtraining_loop.py34 def while_loop(condition: Callable[..., Any],
35 body: Callable[..., Any],
191 body: Callable[..., Union[core_types.TensorLike, Iterable]], # pylint:disable=g-bare-generic
Dtpu.py736 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],
Dtpu_embedding_v2_utils.py55 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/
Dstring_constant_test.cc25 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/
Dstring_constant_test.cc25 struct Callable { struct
26 constexpr absl::string_view operator()() const { in operator ()()
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dstring_constant_test.cc25 struct Callable { struct
26 constexpr absl::string_view operator()() const { in operator ()()
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dstring_constant_test.cc25 struct Callable { struct
26 constexpr absl::string_view operator()() const { in operator ()()
/external/abseil-cpp/absl/strings/internal/
Dstring_constant_test.cc25 struct Callable { struct
26 constexpr absl::string_view operator()() const { in operator ()()
/external/pigweed/pw_console/py/pw_console/
Dcommand_runner.py122 load_completions: Optional[Callable[[],
124 Callable]]]] = None, argument
302 load_completions: Optional[Callable[[], List[Tuple[str,
303 Callable]]]] = None, argument
Dplugin_mixin.py85 plugin_callback: Optional[Callable[..., bool]] = None,
Dquit_dialog.py50 on_quit: Optional[Callable] = None):
/external/pigweed/pw_console/py/pw_console/widgets/
Dborder.py32 border_style: Union[Callable[[], str], str] = '',
33 base_style: Union[Callable[[], str], str] = '',
Dwindow_pane_toolbar.py151 subtitle: Optional[Callable[[], str]] = None,
153 focus_action_callable: Optional[Callable] = None,
Dcheckbox.py41 mouse_handler: Optional[Callable] = None,
100 mouse_handler: Optional[Callable] = None,
Dmouse_handlers.py26 def on_click(on_click_function: Callable, mouse_event: MouseEvent):
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py133 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/
Drust_uprev.py527 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/
Dparser.py222 def positive_lookahead(self, func: Callable[..., T], *args: object) -> T:
228 def negative_lookahead(self, func: Callable[..., object], *args: object) -> bool:
Dgrammar_visualizer.py28 def print_grammar_ast(self, grammar: Grammar, printer: Callable[..., None] = print) -> None:
/external/python/cpython3/Lib/asyncio/
Dstaggered.py15 coro_fns: typing.Iterable[typing.Callable[[], typing.Awaitable]],
/external/starlark-go/starlark/
Ddebug.go31 Callable() Callable // returns the frame's function methodSpec
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h371 struct Callable { struct
374 ~Callable(); argument
/external/python/python-api-core/google/api_core/operations_v1/
Dpagers.py47 method: Callable[..., operations_pb2.ListOperationsResponse],

123