Home
last modified time | relevance | path

Searched defs:function_target (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
H A Dfunction.h241 function_impl(Callable&& function_target) : base(std::forward<Callable>(function_target)) {} in function_impl()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfunction_ops.cc295 FunctionTarget function_target; in ComputeAsync() local