Searched defs:Invoker (Results 1 – 9 of 9) sorted by relevance
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/ |
D | pooling_depthfirst_generic.hpp | 79 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/ |
D | function_ref.h | 63 using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); variable
|
/external/openscreen/third_party/abseil/src/absl/functional/internal/ |
D | function_ref.h | 63 using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...); variable
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | AppRunner.java | 639 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/ |
D | depthwise_depthfirst.hpp | 427 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/ |
D | Invoker.java | 63 public class Invoker implements IInvoker { class 106 public Invoker(IConfiguration configuration, in Invoker() method in Invoker
|
/external/perfetto/src/ipc/ |
D | host_impl_unittest.cc | 62 static void Invoker(Service* service, in Invoker() function in perfetto::ipc::__anon4a5e1a430111::FakeService
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1061 DeclContext::lookup_result Invoker = lookup(Name); in getLambdaStaticInvoker() local
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11316 CXXMethodDecl *Invoker = Lambda->getLambdaStaticInvoker(); in DefineImplicitLambdaToFunctionPointerConversion() local
|