Searched defs:full_matrices (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | linalg_ops_test.cc | 202 auto set_attrs = [&op](bool full_matrices) { in TEST() 253 auto set_attrs = [&op](bool compute_uv, bool full_matrices) { in TEST()
|
D | linalg_ops.cc | 223 bool full_matrices; in QrShapeFn() local 260 bool full_matrices; in SvdShapeFn() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | qr.cc | 56 XlaOp a, bool full_matrices, int64 block_size, in QRDecomposition()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | qr_op_test.py | 88 def _test(self, x_np, full_matrices, full_rank=True): argument
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | ops.cc | 194 [](XlaOp a, bool full_matrices) -> StatusOr<std::pair<XlaOp, XlaOp>> { in BuildOpsSubmodule()
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_ops.py | 491 def svd(tensor, full_matrices=False, compute_uv=True, name=None): argument
|