Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.h110 batch_pointers_(rhs.batch_pointers_), in CSRSparseMatrix()
120 batch_pointers_(std::move(rhs.batch_pointers_)), in CSRSparseMatrix()
135 batch_pointers_ = std::move(rhs.batch_pointers_);
162 batch_pointers_, row_pointers_, col_indices_, in Validate()
169 batch_pointers_ = Tensor(); in Clear()
178 batch_pointers_.IsInitialized() && row_pointers_.IsInitialized() && in valid()
181 batch_pointers_.NumElements() > 0 && row_pointers_.NumElements() > 0; in valid()
307 return batch_pointers_; in batch_pointers()
312 return batch_pointers_; in batch_pointers()
324 return batch_pointers_.NumElements() - 1; in batch_size()
[all …]