Home
last modified time | relevance | path

Searched refs:AddInputFromList (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dbatch_norm_op_test.cc73 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()
Dsummary_op_test.cc103 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()
Dquantized_reshape_op_test.cc59 AddInputFromList<int32>({3}, {5, 10, 4}); // shape in TEST_F()
Dops_testutil.h130 void AddInputFromList(const TensorShape& shape, in AddInputFromList() function