Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dlinalg_ops_test.cc182 auto set_attrs = [&op](bool full_matrices) { in TEST()
233 auto set_attrs = [&op](bool compute_uv, bool full_matrices) { in TEST()
Dlinalg_ops.cc152 bool full_matrices; in QrShapeFn() local
189 bool full_matrices; in SvdShapeFn() local
/external/tensorflow/tensorflow/compiler/tests/
Dqr_op_test.py69 def _test(self, dtype, shape, full_matrices): argument
/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops.py357 def svd(tensor, full_matrices=False, compute_uv=True, name=None): argument
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dqr.cc324 XlaOp a, bool full_matrices, int64 block_size, in QRDecomposition()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1745 def QR(self, a, full_matrices=True): argument
1767 def Eigh(self, a, full_matrices=True): argument
Dlocal_computation_builder.cc721 LocalOp ComputationBuilder::QR(const LocalOp& a, bool full_matrices) { in QR()
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dkeras_support.py479 def qr(input, full_matrices=False, name=None): argument