Searched defs:full_matrices (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | linalg_ops_test.cc | 182 auto set_attrs = [&op](bool full_matrices) { in TEST() 233 auto set_attrs = [&op](bool compute_uv, bool full_matrices) { in TEST()
|
D | linalg_ops.cc | 152 bool full_matrices; in QrShapeFn() local 189 bool full_matrices; in SvdShapeFn() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | qr_op_test.py | 69 def _test(self, dtype, shape, full_matrices): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_ops.py | 357 def svd(tensor, full_matrices=False, compute_uv=True, name=None): argument
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | qr.cc | 324 XlaOp a, bool full_matrices, int64 block_size, in QRDecomposition()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client.py | 1745 def QR(self, a, full_matrices=True): argument 1767 def Eigh(self, a, full_matrices=True): argument
|
D | local_computation_builder.cc | 721 LocalOp ComputationBuilder::QR(const LocalOp& a, bool full_matrices) { in QR()
|
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/ |
D | keras_support.py | 479 def qr(input, full_matrices=False, name=None): argument
|