HomeSort by relevance Sort by last modified time
    Searched refs:numpy (Results 251 - 275 of 1069) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/eager/
function_test.py 49 self.assertAllEqual(sq.numpy().reshape(-1), [10, 14, 14, 20])
50 self.assertAllEqual(sq2.numpy().reshape(-1), [52, 76, 74, 108])
61 self.assertAllEqual(out, math_ops.matmul(t, t).numpy())
75 self.assertAllEqual(out, math_ops.matmul(t, t).numpy())
101 self.assertAllEqual(out, math_ops.matmul(t, t).numpy())
117 self.assertAllEqual(out, math_ops.matmul(t, t).numpy())
135 self.assertAllEqual(a, math_ops.matmul(t, t).numpy())
136 self.assertAllEqual(b['b'].numpy(), 1.0)
326 return [d.numpy() for d in g(x)]
execution_callbacks.py 23 import numpy as np
170 value = output.numpy()
239 if outputs[0].numpy() % 2 == 0:
tape_test.py 98 array_ops.transpose(bb)).numpy())
112 array_ops.transpose(bb)).numpy())
core_test.py 23 import numpy as np
169 attrs=('T', x.dtype.as_datatype_enum))[0].cpu().numpy()
201 self.assertAllEqual(c2g, cpu.numpy())
208 self.assertAllEqual(ta, tb.numpy())
256 self.assertEqual([[3]], checked_three.numpy())
  /external/toolchain-utils/cros_utils/
tabulator.py 67 import numpy
346 cell.value = numpy.mean(values)
391 cell.value = numpy.std(values)
398 if numpy.mean(values) != 0.0:
399 noise = numpy.abs(numpy.std(values) / numpy.mean(values))
486 if numpy.mean(baseline_values) != 0:
487 cell.value = numpy.mean(values) / numpy.mean(baseline_values
    [all...]
  /external/autotest/client/site_tests/performance_InboxInputLatency/
performance_InboxInputLatency.py 6 import numpy
161 value = getattr(numpy, operator)(latency_data)
  /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...]
tensor_array_ops.py 418 index = index.numpy()
526 size = size.numpy()
578 index = index.numpy()
630 return array_ops.stack([self._maybe_zero(i) for i in indices.numpy()])
665 for index, val in zip(indices.numpy(), array_ops.unstack(value)):
683 elif sum_lengths.numpy() != value.shape.as_list()[0]:
687 "value's shape is: %s " % (sum_lengths.numpy(),
    [all...]
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 7 import logging, numpy, os, shutil, socket
37 exp_value = numpy.random.geometric(0.25) - 1
47 return numpy.random.randint(0, length)
  /external/tensorflow/tensorflow/contrib/layers/python/kernel_tests/
sparse_feature_cross_op_test.py 21 import numpy
356 self.assertTrue(numpy.equal(values[0], values[1]).all())
373 self.assertTrue(numpy.not_equal(values[0], values[1]).all())
  /external/tensorflow/tensorflow/python/kernel_tests/random/
multinomial_op_test.py 24 import numpy as np
81 self.assertFalse(np.equal(sample1.numpy(), sample2.numpy()).all())
152 logits: Numpy ndarray of shape [batch_size, num_classes].
  /cts/apps/CameraITS/tests/scene0/
test_test_patterns.py 21 import numpy as np
  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_basic.py 23 import numpy as np
test_multi_camera_match.py 23 import numpy as np
  /cts/apps/CameraITS/tests/scene3/
test_flip_mirror.py 23 import numpy as np
  /cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py 18 import numpy as np
  /external/autotest/client/cros/audio/
audio_helper.py 8 import numpy
598 Refer to manual of numpy.correlate for detail of correlation.
634 norm_a = numpy.linalg.norm(signal_a)
635 norm_b = numpy.linalg.norm(signal_b)
641 correlation = numpy.correlate(signal_a, signal_b, 'full')
    [all...]
  /external/bart/bart/sched/
SchedMatrix.py 70 import numpy as np
214 # pylint fails to recognize numpy members.
236 # pylint fails to recognize numpy members.
  /external/lisa/tools/analysis/
run_binder_throughput_analysis.py 22 import numpy as np
  /external/tensorflow/tensorflow/compiler/tests/
adagrad_test.py 21 import numpy as np
clustering_test.py 21 import numpy as np
dynamic_stitch_test.py 21 import numpy as np
segment_reduction_ops_test.py 22 import numpy as np
stateless_random_ops_test.py 23 import numpy as np
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
halton_sequence_impl.py 24 import numpy as np

Completed in 1252 milliseconds

<<11121314151617181920>>