Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dinception_preprocessing.h68 image_width_(image_width), in InceptionPreprocessingStage()
79 image_width_(image_width), in InceptionPreprocessingStage()
92 int image_width_; variable
Dinception_preprocessing.cc61 ops::Const(s, {image_height_, image_width_})); in AddToGraph()
/external/webrtc/talk/media/devices/
Dcarbonvideorenderer.cc39 : image_width_(0), in CarbonVideoRenderer()
75 int width = image_width_; in DrawFrame()
113 if (width != image_width_ || height != image_height_) { in SetSize()
116 image_width_ = width; in SetSize()
Dcarbonvideorenderer.h64 int image_width_; variable