Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc1661 const int64 old_space_size = old_shape.dimensions(old_space_dim); in SelectValidPortion() local
1672 if (batch_index * new_space_size + space_index < old_space_size) { in SelectValidPortion()