Home
last modified time | relevance | path

Searched defs:batch_pointers (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.h147 const Tensor& batch_pointers, // on host in CreateCSRSparseMatrix()
305 inline Tensor& batch_pointers() { in batch_pointers() function
310 inline const Tensor& batch_pointers() const { in batch_pointers() function
401 const Tensor& batch_pointers, const Tensor& row_pointers, in CSRSparseMatrix()
426 const Tensor& batch_pointers, in ValidateTypesAndShapes()