Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.cc134 const int64* const index_base_ptr = ix_t.data(); in IndicesValidVectorFastPath() local
137 const int64 index = index_base_ptr[n]; in IndicesValidVectorFastPath()
181 const int32* const index_base_ptr = in IndicesValidMatrix32BitFastPath() local
186 const int32* const index_ptr = index_base_ptr + n * kInt32ElementsPerRow; in IndicesValidMatrix32BitFastPath()