Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dimage_resizer_state.h67 struct ImageResizerState { struct
68 explicit ImageResizerState(bool align_corners, bool half_pixel_centers) in ImageResizerState() function
77 void ValidateAndCalculateOutputSize(OpKernelContext* context, in ValidateAndCalculateOutputSize()
133 void ValidateAndCreateOutput(OpKernelContext* context, const Tensor& input) { in ValidateAndCreateOutput()
143 int64 batch_size;
144 int64 out_height;
145 int64 out_width;
146 int64 in_height;
147 int64 in_width;
148 int64 channels;
[all …]