Home
last modified time | relevance | path

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

/external/eigen/doc/examples/
Dnullary_indexing.cpp20 …exing_functor(const ArgType& arg, const RowIndexType& row_indices, const ColIndexType& col_indices) in indexing_functor()
33 … Eigen::MatrixBase<ArgType>& arg, const RowIndexType& row_indices, const ColIndexType& col_indices) in indexing()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.h149 const Tensor& col_indices, in CreateCSRSparseMatrix()
285 inline Tensor& col_indices() { in col_indices() function
290 inline const Tensor& col_indices() const { in col_indices() function
402 const Tensor& col_indices, const Tensor& values) in CSRSparseMatrix()
428 const Tensor& col_indices, in ValidateTypesAndShapes()