Home
last modified time | relevance | path

Searched refs:QrExplicit (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dqr_test.cc56 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()
Dqr.h48 void QrExplicit(XlaOp a, bool full_matrices, XlaOp& q, XlaOp& r);
Dqr.cc110 void QrExplicit(XlaOp a, bool full_matrices, XlaOp& q, XlaOp& r) { in QrExplicit() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dqr_op.cc30 xla::QrExplicit(ctx->Input(0), full_matrices_, q, r); in Compile()
Dmatrix_inverse_op.cc46 QrExplicit(input, /*full_matrices=*/false, q, r); in Compile()
Dmatrix_solve_op.cc50 xla::QrExplicit(matrix, /*full_matrices=*/false, q, r); in Compile()
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc289 QrExplicit(a, full_matrices, q, r); in BuildOpsSubmodule()