Searched defs:use_static_shape (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
H A D | linalg_ops_test.py | 317 use_static_shape = True variable in MatrixRankStatic32Test 323 use_static_shape = False variable in MatrixRankDynamic64Test 380 use_static_shape = False variable in PinvTestDynamic32DefaultRcond 387 use_static_shape = True variable in PinvTestStatic64DefaultRcond 394 use_static_shape = False variable in PinvTestDynamic32CustomtRcond 401 use_static_shape = True variable in PinvTestStatic64CustomRcond 415 use_static_shape = True variable in _LUReconstruct 447 use_static_shape = True variable in LUReconstructStatic 452 use_static_shape = False variable in LUReconstructDynamic 457 use_static_shape = True variable in _LUMatrixInverse [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
H A D | batch_matmul_op_test.py | 74 def _testNonEmpty(self, dtype, adjoint_a, adjoint_b, use_static_shape): argument 94 def _testBroadcasting(self, dtype, adjoint_a, adjoint_b, use_static_shape): argument 112 def _testEmpty(self, dtype, adjoint_a, adjoint_b, use_static_shape): argument 127 def _GetBatchMatmulOpTest(dtype, adjoint_a, adjoint_b, use_static_shape): argument 139 use_static_shape): argument
|