Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk_schedule.h67 bool Depended(const Thunk* thunk) const { in Depended()
78 int StreamNumberForThunk(const Thunk* thunk) const { in StreamNumberForThunk()
Dsequential_thunk.cc33 for (auto& thunk : thunks_) { in Initialize() local
42 for (const auto& thunk : thunks_) { in ExecuteOnStream() local
Dthunk_schedule.cc30 const Thunk& thunk, const HloInstruction& operand, in AddDependenciesOnTransitiveOperands()
66 for (const Thunk* thunk : thunk_total_order_) { in ThunkSchedule() local
Dthunk_emitter.h51 void AddThunkToThunkSequence(std::unique_ptr<Thunk> thunk) { in AddThunkToThunkSequence()
Dir_emitter_unnested.h245 void AddThunkToThunkSequence(std::unique_ptr<Thunk> thunk) override { in AddThunkToThunkSequence()
Dgpu_compiler.cc634 auto thunk = std::move(thunks->front()); in CompileModuleToLlvmIrImpl() local
1130 auto thunk = std::move(thunks->front()); in CompileLmhloToExecutable() local
Dir_emitter_unnested.cc158 void UpdateLaunchDimensions(const LaunchDimensions& launch_dims, Thunk* thunk, in UpdateLaunchDimensions()
2565 Thunk* thunk, mlir::lmhlo::ScatterOp scatter, in EmitScatter()
2595 Thunk* thunk) { in EmitScatter()
3639 auto thunk = in TryBuildConstantInitializerThunk() local
/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/llvm-project/clang/test/Modules/Inputs/rec-types/
Dc.h4 void *(*thunk)(struct some_descriptor *); member
/external/llvm-project/lld/test/ELF/
Daarch64-cortex-a53-843419-large2.s15 thunk: label
/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.py114 def with_function_scope(thunk, scope_name, options): argument
/external/llvm-project/openmp/runtime/test/tasking/
Domp50_task_depend_mtx.c50 int thunk(int gtid, int** pshareds) { in thunk() function
Domp50_task_depend_mtx2.c50 int thunk(int gtid, int** pshareds) { in thunk() function
/external/lzma/C/
DMtCoder.c12 CMtProgressThunk *thunk = CONTAINER_FROM_VTBL(pp, CMtProgressThunk, vt); in MtProgressThunk_Progress() local
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_selectmany.hpp137 void thunk() in thunk() function in cpplinq::linq_select_many::cursor
/external/llvm-project/lld/COFF/
DInputFiles.h166 uint32_t addRangeThunkSymbol(Symbol *thunk) { in addRangeThunkSymbol()
DWriter.cpp463 Defined *thunk; in createThunks() local
1050 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in appendImportThunks() local
DDLL.cpp473 Chunk *thunk; member in lld::coff::__anon84d8d2e40111::DelayAddressChunk
DPDB.cpp1305 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB() local
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc154 std::function<void()> thunk) { in GetTrace()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc154 std::function<void()> thunk) { in GetTrace()
/external/python/cpython3/Modules/_ctypes/
Dctypes.h87 CThunkObject *thunk; member
/external/python/cpython2/Modules/_ctypes/
Dctypes.h127 CThunkObject *thunk; member

12