Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
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()
153 int64 batch_size;
154 int64 out_height;
155 int64 out_width;
156 int64 in_height;
157 int64 in_width;
158 int64 channels;
[all …]