Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_decomposer.cc328 std::vector<HloInstruction*> batch_dots; in Run() local
336 batch_dots.push_back(instruction); in Run()
342 for (auto* dot : batch_dots) { in Run()