Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.h111 row_pointers_(rhs.row_pointers_), in CSRSparseMatrix()
121 row_pointers_(std::move(rhs.row_pointers_)), in CSRSparseMatrix()
136 row_pointers_ = std::move(rhs.row_pointers_);
162 batch_pointers_, row_pointers_, col_indices_, in Validate()
170 row_pointers_ = Tensor(); in Clear()
178 batch_pointers_.IsInitialized() && row_pointers_.IsInitialized() && in valid()
181 batch_pointers_.NumElements() > 0 && row_pointers_.NumElements() > 0; in valid()
277 return row_pointers_; in row_pointers()
282 return row_pointers_; in row_pointers()
358 row_pointers_ = std::move(row_pointers); in Decode()
[all …]