Searched refs:AddInputFromList (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_norm_op_test.cc | 73 AddInputFromList<Eigen::half>(TensorShape({1, 1, 6, 2}), in TEST_F() 75 AddInputFromList<Eigen::half>(TensorShape({2}), {10, 20}); in TEST_F() 76 AddInputFromList<Eigen::half>(TensorShape({2}), {0.25, 0.5}); in TEST_F() 77 AddInputFromList<Eigen::half>(TensorShape({2}), {0.1, 0.6}); in TEST_F() 78 AddInputFromList<Eigen::half>(TensorShape({2}), {0.0, 0.0}); in TEST_F()
|
D | summary_op_test.cc | 103 AddInputFromList<string>(TensorShape({3}), {"tag1", "tag2", "tag3"}); in TEST_F() 104 AddInputFromList<Eigen::half>(TensorShape({3}), {1.0, -2.0, 10000.0}); in TEST_F() 228 AddInputFromList<string>(TensorShape({}), {"taghisto"}); in TEST_F() 229 AddInputFromList<Eigen::half>(TensorShape({3, 2}), in TEST_F()
|
D | quantized_reshape_op_test.cc | 59 AddInputFromList<int32>({3}, {5, 10, 4}); // shape in TEST_F()
|
D | ops_testutil.h | 130 void AddInputFromList(const TensorShape& shape, in AddInputFromList() function
|