Home
last modified time | relevance | path

Searched defs:full_matrices (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dlinalg_ops_test.cc202 auto set_attrs = [&op](bool full_matrices) { in TEST()
253 auto set_attrs = [&op](bool compute_uv, bool full_matrices) { in TEST()
Dlinalg_ops.cc223 bool full_matrices; in QrShapeFn() local
260 bool full_matrices; in SvdShapeFn() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dqr.cc56 XlaOp a, bool full_matrices, int64 block_size, in QRDecomposition()
/external/tensorflow/tensorflow/compiler/tests/
Dqr_op_test.py88 def _test(self, x_np, full_matrices, full_rank=True): argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc194 [](XlaOp a, bool full_matrices) -> StatusOr<std::pair<XlaOp, XlaOp>> { in BuildOpsSubmodule()
/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops.py491 def svd(tensor, full_matrices=False, compute_uv=True, name=None): argument