Searched refs:MaybeConjugate (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | batch_matmul_op.cc | 35 MaybeConjugate(ctx->Input(0), adj_x_), adj_x_), in Compile() 37 MaybeConjugate(ctx->Input(1), adj_y_), adj_y_)); in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.h | 102 xla::XlaOp MaybeConjugate(xla::XlaOp x, bool conjugate);
|
D | math.cc | 554 XlaOp MaybeConjugate(XlaOp x, bool conjugate) { in MaybeConjugate() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | triangular_solve_expander.cc | 288 MaybeConjugate(Collapse(SliceInMinorDims(inv_diag_blocks, {j, 0, 0}, in SolveWithInvertedDiagonalBlocks() 318 MaybeConjugate(SliceInMinorDims(a, start, end), conjugate_a); in SolveWithInvertedDiagonalBlocks()
|