Home
last modified time | relevance | path

Searched refs:use_static_shape_ (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/solvers/python/kernel_tests/
Dutil_test.py31 def _testCreateOperator(self, use_static_shape_): argument
37 if use_static_shape_:
49 if use_static_shape_:
66 def _testIdentityOperator(self, use_static_shape_): argument
72 if use_static_shape_:
84 if use_static_shape_:
Dleast_squares_test.py41 def _get_least_squares_tests(dtype_, use_static_shape_, shape_): argument
52 if use_static_shape_:
60 if use_static_shape_:
Dlanczos_test.py42 def _get_lanczos_tests(dtype_, use_static_shape_, shape_, orthogonalize_, argument
52 if use_static_shape_:
68 if use_static_shape_:
Dlinear_equations_test.py41 def _get_linear_equations_tests(dtype_, use_static_shape_, shape_): argument
59 if use_static_shape_:
83 if use_static_shape_:
/external/tensorflow/tensorflow/python/kernel_tests/
Dmatmul_op_test.py70 def _GetMatMulTest(a_np_, b_np_, use_static_shape_, **kwargs_): argument
88 if use_static_shape_:
114 def _GetMatMulGradientTest(a_np_, b_np_, use_static_shape_, **kwargs_): argument
117 if not use_static_shape_ or a_np_.dtype in (np.int32, np.int64, np.float16):
Dqr_op_test.py74 def _GetQrOpTest(dtype_, shape_, full_matrices_, use_static_shape_): argument
130 if use_static_shape_:
136 if use_static_shape_:
Dnorm_op_test.py67 def _GetNormOpTest(dtype_, shape_, ord_, axis_, keep_dims_, use_static_shape_): argument
72 if use_static_shape_:
Dsvd_op_test.py87 def _GetSvdOpTest(dtype_, shape_, use_static_shape_, compute_uv_, argument
150 if use_static_shape_:
158 if use_static_shape_:
166 if use_static_shape_:
Dbatch_matmul_op_test.py205 for use_static_shape_ in set([True, tf2.enabled()]):
207 "testBatchMatmulOp_" + name + ("_%s" % use_static_shape_),
209 use_static_shape_))