Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dconj_op.cc55 TF_RETURN_IF_ERROR(CSRSparseMatrix::CreateCSRSparseMatrix( in operator ()()
77 TF_RETURN_IF_ERROR(CSRSparseMatrix::CreateCSRSparseMatrix( \
Dsoftmax_op.cc70 CSRSparseMatrix::CreateCSRSparseMatrix( in Compute()
177 ctx, CSRSparseMatrix::CreateCSRSparseMatrix( in Compute()
Dzeros_op.h77 TF_RETURN_IF_ERROR(CSRSparseMatrix::CreateCSRSparseMatrix( in operator()
Dsparse_tensor_to_csr_sparse_matrix_op.cc99 ctx, CSRSparseMatrix::CreateCSRSparseMatrix( in Compute()
265 CSRSparseMatrix::CreateCSRSparseMatrix( in ComputeAsync()
Ddense_to_csr_sparse_matrix_op.cc120 OP_REQUIRES_OK(ctx, CSRSparseMatrix::CreateCSRSparseMatrix( in Compute()
332 CSRSparseMatrix::CreateCSRSparseMatrix( in ComputeAsync()
Dmul_op.cc134 TF_RETURN_IF_ERROR(CSRSparseMatrix::CreateCSRSparseMatrix( in Compute()
Dsparse_matrix.h145 static Status CreateCSRSparseMatrix(DataType dtype, in CreateCSRSparseMatrix() function
393 return CreateCSRSparseMatrix(from.dtype(), in DeviceCopy()
Dsparse_cholesky_op.cc215 CSRSparseMatrix::CreateCSRSparseMatrix( in Compute()
Dtranspose_op.cc182 TF_RETURN_IF_ERROR(CSRSparseMatrix::CreateCSRSparseMatrix( in operator ()()
Dsparse_mat_mul_op.cc248 OP_REQUIRES_OK(ctx, CSRSparseMatrix::CreateCSRSparseMatrix( in Compute()
483 CSRSparseMatrix::CreateCSRSparseMatrix( in Compute()
Dadd_op.cc158 TF_RETURN_IF_ERROR(CSRSparseMatrix::CreateCSRSparseMatrix( in operator ()()
Dkernels_gpu.cu.cc293 TF_RETURN_IF_ERROR(CSRSparseMatrix::CreateCSRSparseMatrix( in CSRSparseMatrixBatchMulVecImpl()