Home
last modified time | relevance | path

Searched refs:thunk_sequence (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc612 ThunkSequence thunk_sequence; in CompileModuleToLlvmIrImpl() local
636 thunk_sequence.push_back(std::move(thunk)); in CompileModuleToLlvmIrImpl()
654 std::make_unique<ThunkSequence>(std::move(thunk_sequence)), in CompileModuleToLlvmIrImpl()
1121 ThunkSequence thunk_sequence; in CompileLmhloToExecutable() local
1131 thunk_sequence.push_back(std::move(thunk)); in CompileLmhloToExecutable()
1135 std::make_unique<ThunkSequence>(std::move(thunk_sequence))); in CompileLmhloToExecutable()