Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dsingle_image_random_dot_stereograms_ops.cc274 double yofz = static_cast<double>(input_Yvalue) * (y - data_box_top) / in getZFromOutputPixel() local
277 if ((xofz < 0) || (yofz < 0) || (yofz >= input_Yvalue) || in getZFromOutputPixel()
283 return getZfromZbuffer(xofz, yofz); in getZFromOutputPixel()