Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dimage_resizer_state.h50 struct HalfPixelScaler { struct
51 HalfPixelScaler(){}; in HalfPixelScaler() argument
52 inline float operator()(const int x, const float scale) const { in operator()