Home
last modified time | relevance | path

Searched defs:callable_ (Results 1 – 4 of 4) sorted by relevance

/external/python/python-api-core/google/api_core/
Dgrpc_helpers.py49 def _patch_callable_name(callable_): argument
59 def _wrap_unary_errors(callable_): argument
138 def _wrap_stream_errors(callable_): argument
165 def wrap_errors(callable_): argument
Dgrpc_helpers_async.py153 def _wrap_unary_errors(callable_): argument
165 def _wrap_stream_errors(callable_): argument
188 def wrap_errors(callable_): argument
/external/pigweed/pw_function/size_report/
Dcallable_size.cc30 alignas(std::max_align_t) Callable callable_; member in __anonf6cfdf080111::CallableSize
/external/tensorflow/tensorflow/compiler/xla/python/
Dcallback.h87 pybind11::function callable_; variable