Searched refs:numpy (Results 1 - 17 of 17) sorted by relevance
/third_party/node/deps/v8/tools/ignition/ |
H A D | bytecode_dispatches_report.py | 16 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 D | ftqviz.py | 7 # 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 D | callstats.py | 34 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 D | astc_test_functional.py | 75 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 D | astc_quality_test.py | 22 import numpy as np
|
H A D | astc_test_competitive_plot.py | 22 import numpy as np
|
H A D | astc_test_result_plot.py | 27 import numpy as np
|
H A D | astc_trace_analysis.py | 29 import numpy as np
|
/third_party/optimized-routines/math/tools/ |
H A D | plot.py | 8 import numpy as np
|
/third_party/astc-encoder/Test/testlib/ |
H A D | resultset.py | 29 import numpy as np
|
/third_party/mesa3d/.gitlab-ci/container/ |
H A D | lava_build.sh | 112 python3-numpy \
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
H A D | to_toml.py | 13 import numpy as np
|
/third_party/benchmark/tools/gbench/ |
H A D | report.py | 11 from numpy import array
|
/third_party/ffmpeg/tools/python/ |
H A D | convert_from_tensorflow.py | 21 import numpy as np
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 19 import numpy as np
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 41 # Ignore filters installed by numpy. 44 import numpy as np
|
H A D | test_buffer.py | 45 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