Searched defs:word_index (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddfs_hlo_visitor.h315 uint64 word_index = id / kStatesPerWord; local
316 if (word_index >= states_.size()) {
321 uint64 w = states_[word_index];
326 uint64 word_index = id / kStatesPerWord; local
327 if (word_index >= states_.size()) {
328 states_.resize(word_index + 1, 0);
330 uint64* w = &states_[word_index];

Completed in 154 milliseconds