Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dsvd_op_test.py121 full_matrices_): argument
144 def CheckApproximation(self, a, u, s, v, full_matrices_, tol): argument
235 def _NormalizingSvd(tf_a, full_matrices_): argument
257 def _GetSvdGradOpTest(dtype_, shape_, compute_uv_, full_matrices_): argument
301 def _GetSvdGradGradOpTest(dtype_, shape_, compute_uv_, full_matrices_): argument
Dqr_op_test.py78 def _GetQrOpTest(dtype_, shape_, full_matrices_, use_static_shape_): argument
188 def _GetQrGradOpTest(dtype_, shape_, full_matrices_): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dqr_op.cc38 bool full_matrices_; member in tensorflow::__anon315bed3c0111::QROp
Dxla_svd_op.cc94 bool full_matrices_; member in tensorflow::__anon9078a52a0111::SvdOp
/external/tensorflow/tensorflow/core/kernels/linalg/
Dsvd_op_impl.h127 bool full_matrices_; variable
Dsvd_op_gpu.cu.cc437 bool full_matrices_; member in tensorflow::SvdOpGpu