Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc2312 const int64_t total_new_space = in SelectValidPortion() local
2317 tensorflow::core::Bitmap b(new_batch_size * total_new_space); in SelectValidPortion()
2318 for (int k = 0; k < new_batch_size * total_new_space; ++k) { in SelectValidPortion()