Home
last modified time | relevance | path

Searched refs:image_height_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dinception_preprocessing.h69 image_height_(image_height) { in InceptionPreprocessingStage()
80 image_height_(image_height), in InceptionPreprocessingStage()
93 int image_height_; variable
Dinception_preprocessing.cc61 ops::Const(s, {image_height_, image_width_})); in AddToGraph()
/external/webrtc/talk/media/devices/
Dcarbonvideorenderer.cc40 image_height_(0), in CarbonVideoRenderer()
76 int height = image_height_; in DrawFrame()
113 if (width != image_width_ || height != image_height_) { in SetSize()
117 image_height_ = height; in SetSize()
Dcarbonvideorenderer.h65 int image_height_; variable