HomeSort by relevance Sort by last modified time
    Searched full:numpy (Results 126 - 150 of 1452) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/apps/CameraITS/tests/inprog/
test_burst_sameness_fullres_auto.py 20 import numpy
61 imgs = numpy.empty([FRAMES,h/4,w/4,3])
84 delta_max_pos = numpy.max(deltas)
85 delta_max_neg = numpy.min(deltas)
  /external/bart/docs/examples/
thermal.py 57 "numpy.percentile(THERMAL:temp, EXPECTED_TEMP_QRT) < (CONTROL_TEMP + 5000)"))
63 "numpy.mean(THERMAL:temp) < CONTROL_TEMP", select=self.tz))
69 "(numpy.std(THERMAL:temp) * 100.0) / numpy.mean(THERMAL:temp)\
  /external/tensorflow/tensorflow/contrib/all_reduce/
BUILD 34 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/compiler/
BUILD 32 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/copy_graph/
BUILD 41 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/grid_rnn/
BUILD 33 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/integrate/
BUILD 42 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/labeled_tensor/
BUILD 51 "//third_party/py/numpy",
81 "//third_party/py/numpy",
159 "//third_party/py/numpy",
181 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
__init__.py 24 import numpy as np
63 Features and labels for given dataset. Can be numpy or iterator.
96 - Note that the `noise` parameter uses `numpy.random.normal` and depends on
97 `numpy`'s seed
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Angle.pbtxt 19 @compatibility(numpy)
api_def_Bucketize.pbtxt 14 @compatibility(numpy)
api_def_MatrixInverse.pbtxt 14 @compatibility(numpy)
api_def_QuantizedAdd.pbtxt 39 broadcasting [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
api_def_QuantizedMul.pbtxt 39 broadcasting [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
api_def_UnravelIndex.pbtxt 28 @compatibility(numpy)
  /external/tensorflow/tensorflow/python/lib/core/
bfloat16.cc 23 #include "tensorflow/python/lib/core/numpy.h"
364 // Numpy support
370 // We must register bfloat16 with a kind other than "f", because numpy
388 // Registered numpy type ID. Global variable populated by the registration code.
391 // Implementations of NumPy array methods.
449 // NumPy casts
451 // Performs a NumPy array cast from type 'From' to 'To'.
462 // Registers a cast between bfloat16 and type 'T'. 'numpy_type' is the NumPy
528 Safe_PyObjectPtr numpy_str = make_safe(MakePyString("numpy"));
532 Safe_PyObjectPtr numpy = make_safe(PyImport_Import(numpy_str.get())) local
    [all...]
  /external/tensorflow/tensorflow/python/ops/
script_ops.py 28 import numpy as np
75 functions, which takes numpy arrays and outputs numpy arrays.
95 """Converts an arg to numpy, avoiding dangerous string and unicode dtypes.
97 Numpy pads with zeros when using string and unicode dtypes if different
105 value: Value to convert to a numpy array.
106 dtype: (Optional.) Desired NumPy type for the returned value.
109 A numpy array.
149 # Ensures that we return either a single numpy array or a list of numpy
    [all...]
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
liveplot.py 1 import numpy as np
  /external/trappy/tests/
test_stats_grammar.py 21 import numpy as np
65 eqn = "numpy.mean(trappy.thermal.Thermal:temp) + 1000"
72 eqn = "numpy.mean(trappy.thermal.Thermal:temp) + numpy.mean(trappy.thermal.Thermal:temp)"
85 eqn = "numpy.mean(thermal:temp) + 1000"
108 eqn = "(numpy.mean(trappy.thermal.Thermal:temp) > 65000) && (numpy.mean(trappy.cpu_power.CpuOutPower) > 500)"
110 eqn = "(numpy.mean(trappy.thermal.Thermal:temp) > 65000) || (numpy.mean(trappy.cpu_power.CpuOutPower) < 500)"
130 eqn = "numpy.mean(trappy.thermal.Thermal:temp)
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/
metrics_test.py 42 self.assertEqual(111111.0/6, m.result().numpy())
61 self.assertEqual(111111.0/6, m.result().numpy())
64 self.assertEqual(7.0, m.result().numpy())
84 self.assertNear(535521/4.5, m.result().numpy(), 0.001)
90 self.assertEqual(1, m.result().numpy())
101 self.assertEqual(3.0/8, m.result().numpy())
113 self.assertEqual(2.5/5, m.result().numpy())
119 self.assertEqual(0.5, m.result().numpy())
  /external/tensorflow/tensorflow/contrib/framework/
BUILD 78 "//third_party/py/numpy",
177 "//third_party/py/numpy",
212 "//third_party/py/numpy",
241 "//third_party/py/numpy",
279 "//third_party/py/numpy",
304 "//third_party/py/numpy",
340 "//third_party/py/numpy",
354 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/losses/
BUILD 57 "//third_party/py/numpy",
97 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/metrics/
BUILD 73 "//third_party/py/numpy",
97 "//third_party/py/numpy",
  /external/tensorflow/tensorflow/contrib/py2tf/utils/
type_check_test.py 21 import numpy
39 self.assertFalse(type_check.is_tensor(numpy.eye(3)))
  /external/tensorflow/tensorflow/contrib/receptive_field/
BUILD 58 "//third_party/py/numpy",
106 "//third_party/py/numpy",

Completed in 915 milliseconds

1 2 3 4 56 7 8 91011>>