Searched defs:CSRSparseMatrixTransposeComponent (Results 1 – 2 of 2) sorted by relevance
213 struct CSRSparseMatrixTransposeComponent<CPUDevice, T> { struct214 using SparseMatrix = Eigen::SparseMatrix<T, Eigen::RowMajor>;216 Status operator()(OpKernelContext* ctx, const ConstCSRComponent<T>& input, in operator ()()256 struct CSRSparseMatrixTransposeComponent<GPUDevice, T> { struct257 Status operator()(OpKernelContext* ctx, const ConstCSRComponent<T>& x, in operator ()()
202 struct CSRSparseMatrixTransposeComponent { struct