/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_IsFinite.pbtxt | 5 @compatibility(numpy)
|
api_def_IsInf.pbtxt | 5 @compatibility(numpy)
|
api_def_IsNan.pbtxt | 5 @compatibility(numpy)
|
api_def_Add.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_AddV2.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_Div.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_Equal.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_FloorDiv.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_Greater.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_GreaterEqual.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_Less.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_LessEqual.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_LogicalAnd.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
api_def_LogicalOr.pbtxt | 6 [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
|
/cts/suite/audio_quality/ |
BUILD.txt | 4 - Python SciPy, NumPy 5 sudo apt-get install python-scipy python-numpy python-matplotlib
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
math_utils_test.py | 21 import numpy 40 numpy.random.seed(10) 43 transition = numpy.random.normal(size=[4, 4]).astype(numpy.float32) 44 addition = numpy.random.normal(size=[4, 4]).astype(numpy.float32) 47 transition_power = numpy.identity(4) 48 running_sum = numpy.zeros([4, 4], dtype=numpy.float32) 51 current_contribution = numpy.dot(numpy.dot(transition_power, addition) [all...] |
/external/walt/pywalt/pywalt/ |
screen_stats.py | 1 import numpy 6 sensor_data = numpy.loadtxt(sensor_file_name) 7 blinker_data = numpy.loadtxt(blinker_file_name) 42 (numpy.median(dt_even), numpy.std(dt_even))) 44 (numpy.median(dt_odd), numpy.std(dt_odd)))
|
minimization.py | 23 import numpy 30 laser_data = numpy.loadtxt(fname_laser) 40 p = numpy.polyfit(x, y, 1, full=True) 52 shifts = numpy.arange(min_shift, max_shift, step) 56 side = ((numpy.arange(len(tl)) + 1) / 2) % 2 62 yl = numpy.interp(tl + shift, ty, y) 63 xl = numpy.interp(tl + shift, tx, x) 69 best_shift0 = shifts[numpy.argmin(residuals0)] 70 best_shift1 = shifts[numpy.argmin(residuals1)] 90 if numpy.std(x)*2 < numpy.std(y) [all...] |
/cts/apps/CameraITS/pymodules/its/ |
dng.py | 15 import numpy 16 import numpy.linalg 46 CM: The 3x3 ColorMatrix for the specified illuminant, as a numpy array 47 FM: The 3x3 ForwardMatrix for the specified illuminant, as a numpy array 55 W = numpy.array([ 62 HH = numpy.array([ 73 H_D65 = numpy.array([ 77 H_A = numpy.array([ 89 G = numpy.array([[gains[0],0,0], [0,gains[1],0], [0,0,gains[3]]]) 92 S = numpy.array([ccm[0:3], ccm[3:6], ccm[6:9]] [all...] |
image.py | 21 import numpy 28 DEFAULT_YUV_TO_RGB_CCM = numpy.matrix([ 33 DEFAULT_YUV_OFFSETS = numpy.array([0, 128, 128]) 35 DEFAULT_GAMMA_LUT = numpy.array( 39 DEFAULT_INVGAMMA_LUT = numpy.array( 101 img = numpy.ndarray(shape=(2*h*w*4,), dtype='<f', buffer=cap["data"]) 136 img: A raw-10 image, as a uint8 numpy array. 139 Image as a uint16 numpy array, with all row padding stripped. 146 msbs = numpy.delete(img, numpy.s_[4::5], 1 [all...] |
/external/tensorflow/tensorflow/contrib/kfac/examples/tests/ |
BUILD | 21 "//third_party/py/numpy", 38 "//third_party/py/numpy", 50 "//third_party/py/numpy",
|
/external/tensorflow/tensorflow/python/lib/core/ |
numpy.h | 20 #error "Numpy cannot be included before numpy.h." 23 // Disallow Numpy 1.7 deprecated symbols. 34 #include "numpy/arrayobject.h" 35 #include "numpy/ufuncobject.h" 39 // Import numpy. This wrapper function exists so that the
|
/external/flatbuffers/python/flatbuffers/ |
compat.py | 16 compatibility helpers for numpy. """ 48 # Helper functions to facilitate making numpy optional instead of required 52 Returns the numpy module if it exists on the system, 56 imp.find_module('numpy') 62 # We do this outside of try/except block in case numpy exists 66 import numpy as np 76 requires numpy without having numpy installed.
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/ |
BUILD | 15 "//third_party/py/numpy", 34 "//third_party/py/numpy",
|
/external/tensorflow/tensorflow/python/keras/ |
BUILD | 176 "//third_party/py/numpy", 188 "//third_party/py/numpy", 200 "//third_party/py/numpy", 213 "//third_party/py/numpy", 238 "//third_party/py/numpy", 250 "//third_party/py/numpy", 262 "//third_party/py/numpy", 274 "//third_party/py/numpy", 286 "//third_party/py/numpy", 298 "//third_party/py/numpy", [all...] |