Searched refs:input_Yvalue (Results 1 – 1 of 1) sorted by relevance
28 int input_Yvalue; // Y value of input Z values (height) member in tensorflow::SingleImageRandomDotStereogramsOp109 input_Yvalue = in Compute()175 ZBuffer = new double[input_Xvalue * input_Yvalue]; // Used to computer in BuildZBuffer()186 for (int y = 0; y < input_Yvalue; ++y) in BuildZBuffer()198 for (int y = 0; y < input_Yvalue; ++y) in BuildZBuffer()274 double yofz = static_cast<double>(input_Yvalue) * (y - data_box_top) / in getZFromOutputPixel()277 if ((xofz < 0) || (yofz < 0) || (yofz >= input_Yvalue) || in getZFromOutputPixel()