Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dimage_resizer_state.h172 struct ImageResizerGradientState { struct
173 explicit ImageResizerGradientState(bool align_corners, in ImageResizerGradientState() function
178 void ValidateAndCreateOutput(OpKernelContext* context) { in ValidateAndCreateOutput()
242 int64_t batch_size;
243 int64_t channels;
244 int64_t resized_height;
245 int64_t resized_width;
246 int64_t original_height;
247 int64_t original_width;
248 float height_scale;
[all …]