Searched refs:conjugate_b_ (Results 1 – 2 of 2) sorted by relevance
97 conjugate_b_ = adjoint_b; in CSRMatMulOp()144 bool conjugate_b_; member in tensorflow::CSRMatMulOp194 ctx, TransposeAndConjugateTensor(ctx, matrix_b, this->conjugate_b_, in Compute()555 if (this->conjugate_b_) { in Compute()648 if (this->conjugate_b_) { in Compute()
309 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