Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dsvd_op_test.py91 full_matrices_): argument
114 def CheckApproximation(self, a, u, s, v, full_matrices_, tol): argument
205 def _NormalizingSvd(tf_a, full_matrices_): argument
227 def _GetSvdGradOpTest(dtype_, shape_, compute_uv_, full_matrices_): argument
271 def _GetSvdGradGradOpTest(dtype_, shape_, compute_uv_, full_matrices_): argument
Dqr_op_test.py82 def _GetQrOpTest(dtype_, shape_, full_matrices_, use_static_shape_): argument
192 def _GetQrGradOpTest(dtype_, shape_, full_matrices_): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dqr_op.cc41 bool full_matrices_; member in tensorflow::__anona518af570111::QROp
Dxla_svd_op.cc93 bool full_matrices_; member in tensorflow::__anon8179f0250111::SvdOp
/external/tensorflow/tensorflow/core/kernels/linalg/
Dsvd_op_impl.h114 bool full_matrices_; variable
Dsvd_op_gpu.cu.cc427 bool full_matrices_; member in tensorflow::SvdOpGpu