Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dimage_resizer_state.h160 struct ImageResizerGradientState { struct
161 explicit ImageResizerGradientState(bool align_corners, in ImageResizerGradientState() function
166 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input, in ValidateAndCreateOutput()
228 int64 batch_size;
229 int64 channels;
230 int64 resized_height;
231 int64 resized_width;
232 int64 original_height;
233 int64 original_width;
234 float height_scale;
[all …]