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