Home
last modified time | relevance | path

Searched defs:Invoker (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
Dpooling_depthfirst_generic.hpp79 struct Invoker<TInput, TOutput, Nothing> struct
81 static inline void invoke( in invoke()
96 struct Invoker<TInput, TOutput, Requantize32> struct
98 static inline void invoke( in invoke()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/internal/
Dfunction_ref.h63 using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); variable
/external/openscreen/third_party/abseil/src/absl/functional/internal/
Dfunction_ref.h63 using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); variable
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java639 private static final class Invoker implements Runnable class in AppRunner
641 Invoker (final Method method, final Object target, final Object [] args) in Invoker() method in AppRunner.Invoker
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_depthfirst.hpp427 using Invoker = depthwise_depthfirst::Invoke<TInput, TWeight, TOutput, TAccum, OutputStage>; in compute_row_padded_tile_row() typedef
504 using Invoker = depthwise_depthfirst::Invoke<TInput, TWeight, TOutput, TAccum, OutputStage>; in compute_tiles_unpadded() typedef
/external/testng/src/main/java/org/testng/internal/
DInvoker.java63 public class Invoker implements IInvoker { class
106 public Invoker(IConfiguration configuration, in Invoker() method in Invoker
/external/perfetto/src/ipc/
Dhost_impl_unittest.cc62 static void Invoker(Service* service, in Invoker() function in perfetto::ipc::__anon4a5e1a430111::FakeService
/external/clang/lib/AST/
DDeclCXX.cpp1061 DeclContext::lookup_result Invoker = lookup(Name); in getLambdaStaticInvoker() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp11316 CXXMethodDecl *Invoker = Lambda->getLambdaStaticInvoker(); in DefineImplicitLambdaToFunctionPointerConversion() local