Home
last modified time | relevance | path

Searched defs:matrix_shape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dmatrix_solve_op_test.py156 def _GenerateTestData(self, matrix_shape, num_rhs): argument
Dmatrix_solve_ls_op_test.py45 def _GenerateTestData(matrix_shape, num_rhs): argument
Dtridiagonal_solve_op_test.py381 def test_with_matrix_shapes(matrix_shape): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc104 Shape matrix_shape = ShapeUtil::MakeShape(F32, {128, 64}); in TEST_F() local
303 Shape matrix_shape = ShapeUtil::MakeShape(F32, {8, 8}); in TEST_F() local
834 Shape matrix_shape = ShapeUtil::MakeShape(F32, {128, 64}); in TEST_F() local
843 Shape matrix_shape = ShapeUtil::MakeShape(F32, {128, 64}); in TEST_F() local
852 Shape matrix_shape = ShapeUtil::MakeShape(F32, {128, 64}); in TEST_F() local
861 Shape matrix_shape = ShapeUtil::MakeShape(F32, {128, 64}); in TEST_F() local
870 Shape matrix_shape = ShapeUtil::MakeShape(F32, {128, 64}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc270 Shape matrix_shape = ShapeUtil::MakeShape(F32, {size, size}); in XLA_TEST_F() local
Dtuple_test.cc171 auto matrix_shape = builder.GetShape(matrix_element).ConsumeValueOrDie(); in XLA_TEST_F() local
Dwhile_test.cc1190 auto matrix_shape = ShapeUtil::MakeShape(F32, {2, 2}); in XLA_TEST_F() local