Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op.cc270 void ResizeGradCore(const Scaler& scaler, in ResizeGradCore() function
334 return ResizeGradCore(HalfPixelScaler(), input_grad, height_scale, in operator ()()
337 return ResizeGradCore(LegacyScaler(), input_grad, height_scale, in operator ()()