Home
last modified time | relevance | path

Searched defs:ImageResizerGradientState (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dimage_resizer_state.h158 struct ImageResizerGradientState { struct
159 explicit ImageResizerGradientState(bool align_corners, in ImageResizerGradientState() function
164 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input, in ValidateAndCreateOutput()
212 int64 batch_size;
213 int64 channels;
214 int64 resized_height;
215 int64 resized_width;
216 int64 original_height;
217 int64 original_width;
218 float height_scale;
[all …]