D | ops_util_test.cc | 32 struct padding_struct { struct in tensorflow::__anon483af89e0111::OpsUtilTest 71 static void VerifyGet2dOutputSizeBoundaries(padding_struct pad_struct, in VerifyGet2dOutputSizeBoundaries() 86 static void VerifyGet2dOutputSizeValues(padding_struct pad_struct, in VerifyGet2dOutputSizeValues() 105 static void VerifyGet2dOutputVerboseSizeValues(padding_struct pad_struct, in VerifyGet2dOutputVerboseSizeValues() 146 padding_struct pad_struct = {{1, 1, 3, 3, 1, 1, VALID}, {-1, -1, 0, 0, 0, 0}}; in TEST_F() 151 padding_struct pad_struct1 = {{3, 3, 2, 2, 2, 2, SAME}, {2, 2, 0, 0, 0, 0}}; in TEST_F() 152 padding_struct pad_struct2 = {{3, 3, 2, 2, 2, 2, VALID}, {1, 1, 0, 0, 0, 0}}; in TEST_F() 158 padding_struct pad_struct1 = {{4, 5, 1, 2, 1, 1, SAME}, {4, 5, 0, 0, 0, 0}}; in TEST_F() 159 padding_struct pad_struct2 = {{4, 5, 1, 2, 1, 1, VALID}, {4, 4, 0, 0, 0, 0}}; in TEST_F() 165 padding_struct pad_struct1 = {{4, 4, 2, 2, 1, 2, VALID}, {3, 2, 0, 0, 0, 0}}; in TEST_F() [all …]
|