Home
last modified time | relevance | path

Searched refs:MaybeConjugate (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatch_matmul_op.cc35 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/
Dmath.h102 xla::XlaOp MaybeConjugate(xla::XlaOp x, bool conjugate);
Dmath.cc554 XlaOp MaybeConjugate(XlaOp x, bool conjugate) { in MaybeConjugate() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc288 MaybeConjugate(Collapse(SliceInMinorDims(inv_diag_blocks, {j, 0, 0}, in SolveWithInvertedDiagonalBlocks()
318 MaybeConjugate(SliceInMinorDims(a, start, end), conjugate_a); in SolveWithInvertedDiagonalBlocks()