HomeSort by relevance Sort by last modified time
    Searched full:reshaped (Results 1 - 11 of 11) sorted by null

  /external/kernel-headers/original/uapi/linux/raid/
md_p.h 121 * - if an array is being reshaped (restriped) in order to change the
351 * RESHAPED/RESHAPING is only set when there is reshape activity. Note,
354 * RESHAPED: reshape is running, and this stripe finished reshape
355 * RESHAPING: reshape is running, and this stripe isn't reshaped
  /external/opencv3/modules/java/android_test/src/org/opencv/test/
OpenCVTestCase.java 399 Mat reshaped = diff.reshape(1); local
400 int mistakes = Core.countNonZero(reshaped);
402 reshaped.release();
  /external/opencv3/modules/java/pure_test/src/org/opencv/test/
OpenCVTestCase.java 429 Mat reshaped = diff.reshape(1); local
430 int mistakes = Core.countNonZero(reshaped);
432 reshaped.release();
  /external/opencv3/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/
py_kmeans_opencv.markdown 60 So we have 'z' which is an array of size 50, and values ranging from 0 to 255. I have reshaped 'z'
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/raid/
md_p.h 107 * - if an array is being reshaped (restriped) in order to change the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/raid/
md_p.h 107 * - if an array is being reshaped (restriped) in order to change the
  /external/opencv3/modules/core/src/
lda.cpp 65 // dimensionality of (reshaped) samples
71 // make sure data can be reshaped, throw exception if not!
    [all...]
array.cpp     [all...]
  /frameworks/base/docs/html/about/versions/
android-2.3-highlights.jd 72 and editing. The keys themselves are reshaped and repositioned for improved
android-3.0-highlights.jd 104 <p>The Android soft keyboard is redesigned to make entering text fast and accurate on larger screen sizes. The keys are reshaped and repositioned for improved targeting, and new keys have been added, such as a Tab key, to provide richer and more efficient text input. Users can touch-hold keys to access menus of special characters and switch text/voice input modes from a button in the System Bar.</p>
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]

Completed in 725 milliseconds