Home
last modified time | relevance | path

Searched refs:wrapped_closure (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dclosure.h174 struct wrapped_closure { struct
180 wrapped_closure* wc = static_cast<wrapped_closure*>(arg); argument
195 closure_impl::wrapped_closure* wc =
196 static_cast<closure_impl::wrapped_closure*>(gpr_malloc(sizeof(*wc)));
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dclosure.h174 struct wrapped_closure { struct
180 wrapped_closure* wc = static_cast<wrapped_closure*>(arg); argument
195 closure_impl::wrapped_closure* wc =
196 static_cast<closure_impl::wrapped_closure*>(gpr_malloc(sizeof(*wc)));
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py416 def wrapped_closure(): function
465 wrapped_closure.output_spec = spec
466 self._deferred_captures[key] = (wrapped_closure, placeholder)