Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageUtil.cpp395 const int NUM_STEPS = 13; in initializeDepthRbo() local
406 for (int ndx = 0; ndx < NUM_STEPS; ++ndx) in initializeDepthRbo()
408 const float depth = (float)ndx / float(NUM_STEPS); in initializeDepthRbo()
409 …nst tcu::IVec2 size = tcu::IVec2((int)((float)(NUM_STEPS - ndx) * ((float)ref.getWidth() / float(N… in initializeDepthRbo()
410 …(int)((float)(NUM_STEPS - ndx) * ((float)ref.getHeight() / float(NUM_STEPS + 4)))); // not symmetr… in initializeDepthRbo()
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Dalgorithms.ipynb407 "NUM_STEPS = 1"
436 "NUM_STEPS = 100"
1276 " for i in range(tf.constant(NUM_STEPS)):\n",
1469 " constant(NUM_STEPS)), extra_test, loop_body, (board, boards))\n",