HomeSort by relevance Sort by last modified time
    Searched refs:rnd2 (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/random/
random_ops_test.py 89 rnd2 = random_ops.random_normal(shape, 0.0, 1.0, dtypes.float32)
90 diff = rnd2 - rnd1
174 rnd2 = random_ops.truncated_normal(shape, 0.0, 1.0, dtypes.float32)
175 diff = rnd2 - rnd1
186 rnd2 = random_ops.random_normal([])
187 self.assertAllEqual(rnd1, rnd2)
279 rnd2 = random_ops.random_uniform(shape, 0, 17, dtype=dtype)
280 diff = (rnd2 - rnd1).eval()
291 rnd2 = random_ops.truncated_normal(
293 self.assertEqual([None, None, None], rnd2.get_shape().as_list()
    [all...]
random_poisson_test.py 133 rnd2 = random_ops.random_poisson(2.0, [24], dtype=dtype)
134 diff = rnd2 - rnd1
random_gamma_test.py 221 rnd2 = random_ops.random_gamma([24], 2.0, dtype=dtype)
222 diff = rnd2 - rnd1
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorRandom.h 37 int rnd2 = ::rand();
38 uint64_t rnd = (rnd1 | rnd2 << 16) ^ time;
123 unsigned rnd2 = PCG_XSH_RS_generator(state); local
124 result.raw = (static_cast<uint64_t>(rnd1) << 32) | rnd2;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 36 rnd2 = rounding value for case when two dimensions uses half-pel
869 int rnd1, rnd2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1128 Int rnd2; local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties_test.cc 278 Output rnd2 = local
283 ops::QueueEnqueue(root.WithOpName("Enqueue5"), q5, {rnd, rnd2, rnd3});
    [all...]

Completed in 167 milliseconds