Searched refs:QrExplicit (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | qr_test.cc | 56 xla::QrExplicit(a, full_matrices, q, r); in XLA_TEST_F() 94 xla::QrExplicit(a, /*full_matrices=*/true, q, r); in XLA_TEST_F() 130 xla::QrExplicit(a, /*full_matrices=*/true, q, r); in XLA_TEST_F() 152 xla::QrExplicit(a, /*full_matrices=*/true, q, r); in XLA_TEST_F()
|
D | qr.h | 48 void QrExplicit(XlaOp a, bool full_matrices, XlaOp& q, XlaOp& r);
|
D | qr.cc | 110 void QrExplicit(XlaOp a, bool full_matrices, XlaOp& q, XlaOp& r) { in QrExplicit() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | qr_op.cc | 30 xla::QrExplicit(ctx->Input(0), full_matrices_, q, r); in Compile()
|
D | matrix_inverse_op.cc | 46 QrExplicit(input, /*full_matrices=*/false, q, r); in Compile()
|
D | matrix_solve_op.cc | 50 xla::QrExplicit(matrix, /*full_matrices=*/false, q, r); in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | ops.cc | 289 QrExplicit(a, full_matrices, q, r); in BuildOpsSubmodule()
|