Home
last modified time | relevance | path

Searched refs:conjugate_b_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc97 conjugate_b_ = adjoint_b; in CSRMatMulOp()
144 bool conjugate_b_; member in tensorflow::CSRMatMulOp
194 ctx, TransposeAndConjugateTensor(ctx, matrix_b, this->conjugate_b_, in Compute()
555 if (this->conjugate_b_) { in Compute()
648 if (this->conjugate_b_) { in Compute()
Dsparse_mat_mul_op.cc309 conjugate_b_ = adjoint_b; in CSRSparseMatMulGPUOp()
415 ctx, transpose(ctx, conjugate_b_, *b_matrix, &b_matrix_transposed)); in Compute()
510 bool conjugate_b_; member in tensorflow::CSRSparseMatMulGPUOp