HomeSort by relevance Sort by last modified time
    Searched refs:numpy (Results 26 - 44 of 44) sorted by null

12

  /cts/apps/CameraITS/tests/inprog/
test_3a_remote.py 21 import numpy namespace
  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 20 import numpy namespace
100 xs = numpy.array([range(w_map)] * h_map).reshape(h_map, w_map)
101 ys = numpy.array([[i]*w_map for i in range(h_map)]).reshape(
103 zs = numpy.array(lsc_map[ch::4]).reshape(h_map, w_map)
test_crop_regions.py 21 import numpy namespace
93 diff = numpy.fabs(tile_full - tile_crop).mean()
test_locked_burst.py 19 import numpy namespace
  /cts/suite/audio_quality/test_description/processing/
playback_thd.py 18 import numpy as np
recording_thd.py 18 import numpy as np
calc_thd.py 17 import numpy as np
gen_random.py 18 import numpy as np
check_spectrum_playback.py 18 import numpy as np
check_spectrum.py 18 import numpy as np
  /system/extras/tests/sdcard/
plot_sdcard.py 44 import numpy namespace
211 x = numpy.arange(len(dataset.data), dtype='int_')
247 x = numpy.array(dataset.time, dtype='float_')
277 x = numpy.array(dataset.time, dtype='int_')
  /cts/apps/CameraITS/pymodules/its/
device.py 26 import numpy namespace
155 buf = numpy.frombuffer(buf, dtype=numpy.uint8)
440 * data: the image data as a numpy array of bytes.
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 0 # NumPy static imports for Cython
7 # code for use in Python 2.x (or Python <= 2.5 when NumPy starts
29 cdef extern from "numpy/arrayobject.h":
155 ctypedef class numpy.dtype [object PyArray_Descr]: class in inherits:
165 ctypedef extern class numpy.flatiter [object PyArrayIterObject]: class in inherits:
169 ctypedef extern class numpy.broadcast [object PyArrayMultiIterObject]: class in inherits:
178 ctypedef class numpy.ndarray [object PyArrayObject]: class in inherits:
276 raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t)
718 # the numpy module.
746 # numpy.int corresponds to 'l' and numpy.long to 'q
861 ctypedef extern class numpy.ufunc [object PyUFuncObject]: class in inherits:
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 82 elif 'numpy' in sys.modules and isinstance(arg, sys.modules['numpy'].ndarray):
83 return 'numpy.ndarray[numpy.%s_t, ndim=%s]' % (arg.dtype.name, arg.ndim)
177 if m.groups()[0] == 'numpy':
178 import numpy namespace
179 c_include_dirs.append(numpy.get_include())
  /cts/suite/audio_quality/test_description/
processing_main.py 18 import numpy as np
  /frameworks/base/tools/velocityplot/
velocityplot.py 27 import numpy as np
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 765 # changed the extend function to cope with NumPy integer types
783 # Not only does this work for the (slightly broken) NumPy
2883 import numpy namespace
2895 import numpy namespace
2907 import numpy namespace
2918 import numpy namespace
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 23 import numpy as np
  /external/chromium_org/third_party/cython/src/
runtests.py 94 'tag:numpy' : 'numpy',
122 import numpy namespace
123 from numpy.distutils.misc_util import get_info
125 ext.include_dirs.append(numpy.get_include())
127 # We need the npymath library for numpy.math.
208 'tag:numpy' : update_numpy_extension,
    [all...]

Completed in 945 milliseconds

12