Home
last modified time | relevance | path

Searched defs:thunk_schedule (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc557 std::unique_ptr<ThunkSchedule>* thunk_schedule, in CompileModuleToLlvmIrImpl()
901 std::unique_ptr<ThunkSchedule> thunk_schedule; in RunBackend() local
991 std::unique_ptr<ThunkSchedule> thunk_schedule; in CompileModuleToLlvmIr() local
1134 auto thunk_schedule = absl::make_unique<ThunkSchedule>( in CompileLmhloToExecutable() local
Dgpu_executable.h74 std::unique_ptr<const ThunkSchedule> thunk_schedule; member