Home
last modified time | relevance | path

Searched refs:numpy (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/tools/ignition/
H A Dbytecode_dispatches_report.py16 import numpy namespace
134 counters_matrix = numpy.empty([len(labels), len(labels)], dtype=int)
143 counters_matrix = numpy.flipud(counters_matrix)
161 ticks=numpy.arange(0.5, len(xlabels)),
169 ticks=numpy.arange(0.5, len(ylabels)),
/third_party/ltp/testcases/realtime/tools/
H A Dftqviz.py7 # Prerequisites: numpy, scipy, and pylab packages. For debian/ubuntu:
27 from numpy import *
28 from numpy.fft import *
/third_party/node/deps/v8/tools/
H A Dcallstats.py34 import numpy namespace
334 average = numpy.average(data)
335 median = numpy.median(data)
336 low = numpy.min(data)
337 high= numpy.max(data)
341 stddev = numpy.std(data, ddof=1)
/third_party/astc-encoder/Test/
H A Dastc_test_functional.py75 import numpy namespace
278 dat1 = numpy.array(img1)
279 dat2 = numpy.array(img2)
280 sad = numpy.sum(numpy.abs(dat1 - dat2))
328 imSz = numpy.prod(img1Ch.size)
329 dat1 = numpy.array(img1Ch)
330 dat2 = numpy.array(img2Ch)
332 sad = numpy.sum(numpy
[all...]
H A Dastc_quality_test.py22 import numpy as np
H A Dastc_test_competitive_plot.py22 import numpy as np
H A Dastc_test_result_plot.py27 import numpy as np
H A Dastc_trace_analysis.py29 import numpy as np
/third_party/optimized-routines/math/tools/
H A Dplot.py8 import numpy as np
/third_party/astc-encoder/Test/testlib/
H A Dresultset.py29 import numpy as np
/third_party/mesa3d/.gitlab-ci/container/
H A Dlava_build.sh112 python3-numpy \
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dto_toml.py13 import numpy as np
/third_party/benchmark/tools/gbench/
H A Dreport.py11 from numpy import array
/third_party/ffmpeg/tools/python/
H A Dconvert_from_tensorflow.py21 import numpy as np
/third_party/littlefs/scripts/
H A Dplotmpl.py19 import numpy as np
/third_party/python/Lib/test/
H A Dpickletester.py41 # Ignore filters installed by numpy.
44 import numpy as np
H A Dtest_buffer.py45 from numpy import ndarray as numpy_array
151 'numpy': ([''], ['']),
162 if obj == 'numpy' and x == b'\x00':
163 # http://projects.scipy.org/numpy/ticket/1925
623 return gen_items(memlen//itemsize, '#'+fmt, 'numpy')
1910 continue # http://projects.scipy.org/numpy/ticket/1910
1942 if 0: # http://projects.scipy.org/numpy/ticket/1910
1988 continue # http://projects.scipy.org/numpy/ticket/1910

Completed in 20 milliseconds