Home
last modified time | relevance | path

Searched defs:thunk (Results 1 – 24 of 24) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py27 def _continuation(self, thunk, index): argument
30 def _intercept_at(self, thunk, index, context): argument
38 def execute(self, thunk, context): argument
191 def __init__(self, thunk, method, interceptor): argument
257 def __init__(self, thunk, method, interceptor): argument
284 def __init__(self, thunk, method, interceptor): argument
365 def __init__(self, thunk, method, interceptor): argument
410 thunk = lambda m: self._channel.unary_unary(m, request_serializer, response_deserializer) function
420 thunk = lambda m: self._channel.unary_stream(m, request_serializer, response_deserializer) function
430 thunk = lambda m: self._channel.stream_unary(m, request_serializer, response_deserializer) function
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dsequential_thunk.cc37 for (auto& thunk : thunks_) { in Initialize() local
44 for (const auto& thunk : thunks_) { in ExecuteOnStream() local
Dir_emitter_unnested.h234 void AddThunkToThunkSequence(std::unique_ptr<Thunk> thunk) { in AddThunkToThunkSequence()
Dir_emitter_unnested.cc1108 auto thunk = in EmitGemmThunk() local
1133 auto thunk = std::make_unique<CublasLtMatmulThunk>( in EmitCublasLtMatmulThunk() local
1366 auto thunk = std::make_unique<CustomCallThunk>( in EmitCustomCallThunk() local
2279 Thunk* thunk, mlir::lmhlo::ScatterOp scatter, in EmitScatter()
2308 const ScatterDescriptor& desc, Thunk* thunk, in EmitScatter()
2754 auto thunk = std::make_unique<ThunkType>(GetThunkInfo(op), result_slice); in EmitReplicaOrPartitionId() local
2784 auto thunk = std::make_unique<NcclCollectivePermuteThunk>( in EmitCollectivePermute() local
2795 mlir::Operation* op, Thunk* thunk) { in MaybeAddAllReduceStartThunkToMap()
2840 auto thunk = in EmitNcclThunk() local
2938 auto thunk = in EmitInfeed() local
[all …]
Dgpu_executable.cc80 bool NeedsAsyncCommsStream(Thunk& thunk) { in NeedsAsyncCommsStream()
335 for (const std::unique_ptr<Thunk>& thunk : thunk_sequence) { in ExecuteThunks() local
/external/escapevelocity/src/main/java/com/google/escapevelocity/
DMacro.java101 Node thunk = parameterThunks.get(var); in getVar() local
123 final Node thunk = parameterThunks.get(var); in setVar() local
/external/tensorflow/tensorflow/core/kernels/
Dtensor_cord_test.cc81 auto thunk = CreateThunkFor(cleaner); in TEST() local
148 auto thunk = CreateThunkFor(cleaner); in TEST() local
169 auto thunk = CreateThunkFor(cleaner); in TEST() local
189 auto thunk = CreateThunkFor(cleaner); in TEST() local
/external/tensorflow/tensorflow/python/autograph/core/
Dfunction_wrappers.py110 def with_function_scope(thunk, scope_name, options): argument
/external/lzma/C/
DMtCoder.c12 CMtProgressThunk *thunk = CONTAINER_FROM_VTBL(pp, CMtProgressThunk, vt); in MtProgressThunk_Progress() local
/external/cronet/base/win/
Diat_patch_function.cc45 IMAGE_THUNK_DATA thunk; in GetIATFunction() member
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc154 std::function<void()> thunk) { in GetTrace()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dkernel_ops_pattern.cc300 if (!llvm::all_of(*thunks, [](const auto& thunk) { in Match()
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc410 std::function<void()> thunk) { in GetTrace()
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc410 std::function<void()> thunk) { in GetTrace()
/external/python/cpython3/Modules/_ctypes/
Dctypes.h87 CThunkObject *thunk; member
D_ctypes.c3709 CThunkObject *thunk; in PyCFuncPtr_new() local
/external/python/cpython2/Modules/_ctypes/
Dctypes.h127 CThunkObject *thunk; member
D_ctypes.c3589 CThunkObject *thunk; in PyCFuncPtr_new() local
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc722 ObjectTable::Id thunk; in PopulateNativeSize() member
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1034 def __init__(self, thunk): argument
/external/llvm/include/llvm/Support/
DMachO.h858 uint32_t thunk; member
864 uint64_t thunk; member
870 uintptr_t thunk; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h866 uint32_t thunk; member
872 uint64_t thunk; member
878 uintptr_t thunk; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h899 uint32_t thunk; member
905 uint64_t thunk; member
911 uintptr_t thunk; member
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1397 void* (*thunk)(struct tlv_descriptor*); member