/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | thunk_schedule.h | 67 bool Depended(const Thunk* thunk) const { in Depended() 78 int StreamNumberForThunk(const Thunk* thunk) const { in StreamNumberForThunk()
|
D | sequential_thunk.cc | 33 for (auto& thunk : thunks_) { in Initialize() local 42 for (const auto& thunk : thunks_) { in ExecuteOnStream() local
|
D | thunk_schedule.cc | 30 const Thunk& thunk, const HloInstruction& operand, in AddDependenciesOnTransitiveOperands() 66 for (const Thunk* thunk : thunk_total_order_) { in ThunkSchedule() local
|
D | thunk_emitter.h | 51 void AddThunkToThunkSequence(std::unique_ptr<Thunk> thunk) { in AddThunkToThunkSequence()
|
D | ir_emitter_unnested.h | 245 void AddThunkToThunkSequence(std::unique_ptr<Thunk> thunk) override { in AddThunkToThunkSequence()
|
D | gpu_compiler.cc | 634 auto thunk = std::move(thunks->front()); in CompileModuleToLlvmIrImpl() local 1130 auto thunk = std::move(thunks->front()); in CompileLmhloToExecutable() local
|
D | ir_emitter_unnested.cc | 158 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.py | 27 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/ |
D | c.h | 4 void *(*thunk)(struct some_descriptor *); member
|
/external/llvm-project/lld/test/ELF/ |
D | aarch64-cortex-a53-843419-large2.s | 15 thunk: label
|
/external/escapevelocity/src/main/java/com/google/escapevelocity/ |
D | Macro.java | 101 Node thunk = parameterThunks.get(var); in getVar() local 123 final Node thunk = parameterThunks.get(var); in setVar() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_cord_test.cc | 81 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/ |
D | function_wrappers.py | 114 def with_function_scope(thunk, scope_name, options): argument
|
/external/llvm-project/openmp/runtime/test/tasking/ |
D | omp50_task_depend_mtx.c | 50 int thunk(int gtid, int** pshareds) { in thunk() function
|
D | omp50_task_depend_mtx2.c | 50 int thunk(int gtid, int** pshareds) { in thunk() function
|
/external/lzma/C/ |
D | MtCoder.c | 12 CMtProgressThunk *thunk = CONTAINER_FROM_VTBL(pp, CMtProgressThunk, vt); in MtProgressThunk_Progress() local
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | linq_selectmany.hpp | 137 void thunk() in thunk() function in cpplinq::linq_select_many::cursor
|
/external/llvm-project/lld/COFF/ |
D | InputFiles.h | 166 uint32_t addRangeThunkSymbol(Symbol *thunk) { in addRangeThunkSymbol()
|
D | Writer.cpp | 463 Defined *thunk; in createThunks() local 1050 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in appendImportThunks() local
|
D | DLL.cpp | 473 Chunk *thunk; member in lld::coff::__anon84d8d2e40111::DelayAddressChunk
|
D | PDB.cpp | 1305 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB() local
|
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom_test.cc | 154 std::function<void()> thunk) { in GetTrace()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom_test.cc | 154 std::function<void()> thunk) { in GetTrace()
|
/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 87 CThunkObject *thunk; member
|
/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 127 CThunkObject *thunk; member
|