Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dimage_resizer_state.h69 struct ImageResizerState { struct
70 explicit ImageResizerState(bool align_corners, bool half_pixel_centers) in ImageResizerState() function
79 void ValidateAndCalculateOutputSize(OpKernelContext* context) { in ValidateAndCalculateOutputSize()
143 void ValidateAndCreateOutput(OpKernelContext* context) { in ValidateAndCreateOutput()
157 int64_t batch_size;
158 int64_t out_height;
159 int64_t out_width;
160 int64_t in_height;
161 int64_t in_width;
162 int64_t channels;
[all …]