Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.cc103 int old_dim = dims(); in Extend() local
104 DCHECK_LE(old_dim, dim); in Extend()
107 for (int d = old_dim; d < dim; ++d) { in Extend()