Home
last modified time | relevance | path

Searched defs:use_static_shape_ (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dmatmul_op_test.py101 def _GetMatMulTest(a_np_, b_np_, use_static_shape_, **kwargs_): argument
147 def _GetMatMulGradientTest(a_np_, b_np_, use_static_shape_, **kwargs_): argument
/external/tensorflow/tensorflow/python/kernel_tests/linalg/sparse/
Dconjugate_gradient_test.py37 def _get_conjugate_gradient_test(dtype_, use_static_shape_, shape_): argument
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dnorm_op_test.py63 def _GetNormOpTest(dtype_, shape_, ord_, axis_, keep_dims_, use_static_shape_): argument
Dqr_op_test.py78 def _GetQrOpTest(dtype_, shape_, full_matrices_, use_static_shape_): argument
Dsvd_op_test.py120 def _GetSvdOpTest(dtype_, shape_, use_static_shape_, compute_uv_, argument