D | image_grad_test.cc | 200 Input translation, const string& kernel_type, bool antialias, in MakeOp() argument 203 *y = ScaleAndTranslate(scope_, *x, y_shape, scale, translation, in MakeOp() 213 Input translation, const string& kernel_type, in TestScaleAndTranslate() argument 217 MakeOp<X_T>(x_data, {out_height, out_width}, scale, translation, in TestScaleAndTranslate() 241 for (const Input translation : kTranslations) { in TEST_F() local 244 kXShape, kOutHeight, kOutWidth, scale, translation, kernel_type, in TEST_F() 257 for (const Input translation : kTranslations) { in TEST_F() local 259 scale, translation, "lanczos3", in TEST_F() 273 for (const Input translation : kTranslations) { in TEST_F() local 276 kXShape, kOutHeight, kOutWidth, scale, translation, kernel_type, in TEST_F() [all …]
|