Home
last modified time | relevance | path

Searched defs:thunks (Results 1 – 13 of 13) sorted by relevance

/external/turbine/java/com/google/turbine/binder/lookup/
DImportIndex.java50 private final Map<String, Supplier<ImportScope>> thunks; field in ImportIndex
52 public ImportIndex(TurbineLogWithSource log, ImmutableMap<String, Supplier<ImportScope>> thunks) { in ImportIndex()
62 Map<String, Supplier<ImportScope>> thunks = new HashMap<>(); in create() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dsequential_thunk.h40 const std::vector<std::unique_ptr<Thunk>>& thunks() const { return thunks_; } in thunks() function
Dthunk_schedule.cc51 std::unique_ptr<ThunkSequence> thunks, in ThunkSchedule()
84 ThunkSchedule::ThunkSchedule(std::unique_ptr<ThunkSequence> thunks) in ThunkSchedule()
Dthunk_emitter.cc42 std::vector<std::unique_ptr<Thunk>> thunks; in BuildGemmThunk() local
Dsequential_thunk.cc28 std::vector<std::unique_ptr<Thunk>> thunks) in SequentialThunk()
Dgpu_compiler.cc617 std::unique_ptr<ThunkSequence> thunks = in CompileModuleToLlvmIrImpl() local
1127 std::unique_ptr<ThunkSequence> thunks = ir_emitter->ConsumeThunkSequence(); in CompileLmhloToExecutable() local
Dir_emitter_unnested.cc1277 std::vector<std::unique_ptr<Thunk>> thunks; in EmitGemmThunkFromMlir() local
1506 std::vector<std::unique_ptr<Thunk>> thunks; in EmitCholeskyThunkFromMlir() local
1624 std::vector<std::unique_ptr<Thunk>> thunks; in EmitTriangularSolveFromMlir() local
1886 std::vector<std::unique_ptr<Thunk>> thunks; in HandleFusion() local
2206 std::vector<std::unique_ptr<Thunk>> thunks; in EmitSelectAndScatterFromMlir() local
2500 std::vector<std::unique_ptr<Thunk>> thunks; in EmitScatterFromMlir() local
2860 std::vector<std::unique_ptr<Thunk>> thunks; in EmitSortFromMlir() local
3154 std::vector<std::unique_ptr<Thunk>> thunks; in EmitNcclThunkFromMlir() local
5544 std::vector<std::unique_ptr<Thunk>> thunks; in EmitReductionFromOrToContiguousDimensions() local
/external/libchrome/mojo/core/
Dmojo_core.cc30 EXPORT_FROM_MOJO_CORE void MojoGetSystemThunks(MojoSystemThunks* thunks) { in MojoGetSystemThunks()
/external/llvm-project/lld/COFF/
DDLL.h62 std::vector<Chunk *> thunks; variable
/external/escapevelocity/src/main/java/com/google/escapevelocity/
DMacro.java56 Object evaluate(EvaluationContext context, List<Node> thunks) { in evaluate()
DDirectiveNode.java195 private final ImmutableList<Node> thunks; field in DirectiveNode.MacroCallNode
/external/llvm-project/lld/ELF/
DRelocations.h179 llvm::DenseMap<Symbol *, Thunk *> thunks; variable
/external/libchrome/mojo/public/c/system/
Dthunks.cc473 void MojoEmbedderSetSystemThunks(const MojoSystemThunks* thunks) { in MojoEmbedderSetSystemThunks()