Searched refs:kXShape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/cc/gradients/ |
D | image_grad_test.cc | 239 const TensorShape kXShape = TensorShape({1, 2, 3, 1}); in TEST_F() local 244 kXShape, kOutHeight, kOutWidth, scale, translation, kernel_type, in TEST_F() 255 const TensorShape kXShape = TensorShape({1, 2, 3, 1}); in TEST_F() local 258 TestScaleAndTranslate<float, float, float>(kXShape, kOutHeight, kOutWidth, in TEST_F() 271 const TensorShape kXShape = TensorShape({1, 2, 3, 1}); in TEST_F() local 276 kXShape, kOutHeight, kOutWidth, scale, translation, kernel_type, in TEST_F() 288 const TensorShape kXShape = TensorShape({1, 4, 6, 1}); in TEST_F() local 293 kXShape, kOutHeight, kOutWidth, scale, translation, kernel_type, in TEST_F()
|