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()
135 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input) { in ValidateAndCreateOutput()
145 int64 batch_size;
146 int64 out_height;
147 int64 out_width;
148 int64 in_height;
149 int64 in_width;
150 int64 channels;
[all …]