Searched refs:square1 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | matrix_square_root_op_test.py | 111 square1 = math_ops.matmul(matrix1, matrix1) 113 sqrt1 = gen_linalg_ops.matrix_square_root(square1)
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer_test.cc | 643 Output square1 = ops::Square(scope.WithOpName("square1"), s1.output_false); in TEST_F() local 661 ops::Merge m1(scope.WithOpName("m1"), {square1, sqrt1}); in TEST_F() 662 ops::Merge m2(scope.WithOpName("m2"), {v_in, square1}); in TEST_F() 664 ops::Merge m4(scope.WithOpName("m4"), {square1, sqrt2}); in TEST_F() 667 {v_in, square1}); in TEST_F() 669 {v_in, square1}); in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties_test.cc | 443 Output square1 = ops::Square(root.WithOpName("Square1"), rnd); in TEST_F() local 444 auto enqueue1 = ops::QueueEnqueue(root.WithOpName("Enqueue1"), q1, {square1}); in TEST_F()
|