Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h221 static inline int GetSliceIndex(const int dim, const int split_size, in GetSliceIndex() function
529 int slice_index = GetSliceIndex(dim, split_size, residual); in Split()
549 const int slice_index = GetSliceIndex(dim, split_size, residual); in Split()