Home
last modified time | relevance | path

Searched defs:from_y (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Demo/curses/
Dtclock.py24 def dline(pair, from_x, from_y, x2, y2, ch): argument
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils.cc133 static void RotateCoordinates(int from_x, int from_y, int angle, in RotateCoordinates()
217 void OrientCoordinates(int from_x, int from_y, in OrientCoordinates()
/external/tensorflow/tensorflow/python/ops/
Dnn_batchnorm_test.py557 def _testGlobalGradient(self, from_y="mean"): argument