HomeSort by relevance Sort by last modified time
    Searched refs:ones (Results 126 - 150 of 654) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tensorflow/tensorflow/python/kernel_tests/
matrix_solve_op_test.py 154 matrix = (np.ones(matrix_shape).astype(np.float32) /
155 (2.0 * n) + np.diag(np.ones(n).astype(np.float32)))
156 rhs = np.ones([n, num_rhs]).astype(np.float32)
weights_broadcast_test.py 32 return np.reshape(np.cumsum(np.ones(shape), dtype=np.int32), newshape=shape)
171 expected=5 * np.ones((3, 2, 4)))
177 expected=5 * np.ones((3, 2, 4)))
bitcast_op_test.py 69 x = np.ones([], np.int32)
  /external/tensorflow/tensorflow/python/ops/distributions/
beta.py 283 array_ops.ones([], dtype=self.dtype),
287 array_ops.ones([], dtype=self.dtype),
310 array_ops.ones([], self.dtype),
exponential.py 101 concentration=array_ops.ones([], dtype=self._rate.dtype),
  /external/ltp/testcases/open_posix_testsuite/scripts/
locate-test 25 up by this tool. This might change in the future. So far, the ones
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 87 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type); local
97 return ones;
178 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type); local
186 return ones;
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
ibft.h 70 uint16_t ones; member in struct:ibft_ipaddr
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
categorical_split_handler_test.py 82 example_weights = array_ops.ones([4, 1], dtypes.float32)
202 example_weights = array_ops.ones([4, 1], dtypes.float32)
267 example_weights = array_ops.ones([4, 1], dtypes.float32)
315 example_weights = array_ops.ones([4, 1], dtypes.float32)
  /external/tensorflow/tensorflow/contrib/opt/python/training/
external_optimizer_test.py 171 self.assertAllClose(np.ones(dimension), sess.run(x), rtol=rtol, atol=atol)
183 self.assertAllClose(np.ones(dimension), sess.run(x))
248 self.assertAllClose(np.ones(2), sess.run(vector))
266 self.assertAllClose(np.ones(2), sess.run(vector))
  /external/tensorflow/tensorflow/contrib/signal/python/kernel_tests/
window_ops_test.py 48 return np.ones(1)
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu_test.py 67 scale = array_ops.ones(shape=())
  /external/tensorflow/tensorflow/python/kernel_tests/random/
random_gamma_test.py 231 rnd = random_ops.random_gamma([150], array_ops.ones([1, 2, 3]))
233 rnd = random_ops.random_gamma([20, 30], array_ops.ones([1, 2, 3]))
242 dtypes.int32, shape=(1,)), array_ops.ones([7, 3]))
246 dtypes.int32, shape=(3,)), array_ops.ones([9, 6]))
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 34 recin_t = nan*ones(Npackets, 1);
35 decode_t = nan*ones(Npackets, 1);
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
rnn_cell_test.py 76 0.1 * np.ones((batch_size, state_size))
108 0.1 * np.ones((batch_size, int(state_size * (num_shifts))))
146 0.1 * np.ones((batch_size, num_units), dtype=np.float32),
196 0.1 * np.ones((batch_size, num_units), dtype=np.float32),
270 0.1 * np.ones((batch_size, num_units), dtype=np.float32),
276 0.1 * np.ones(
356 0.1 * np.ones((batch_size, num_units), dtype=np.float32),
437 0.1 * np.ones((batch_size, num_units), dtype=np.float32),
550 0.1 * np.ones([batch_size, num_units], dtype=np.float32),
553 0.1 * np.ones(
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
dnn_test.py 192 'x': array_ops.ones(shape=[4, 1], dtype=dtypes.float32),
201 'x': array_ops.ones(shape=[4, 1], dtype=dtypes.float32),
619 features = {'x': array_ops.ones(shape=[4, 1], dtype=dtypes.float32),}
640 'x': array_ops.ones(
650 'x': array_ops.ones(
676 'x': array_ops.ones(
686 'x': array_ops.ones(
809 array_ops.ones(
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
util_test.py 278 p = array_ops.ones([int(2**11+1)], dtype=np.float16)
287 prob.eval(feed_dict={p: np.ones([int(2**11+1)])})
292 l = array_ops.ones([int(2**11+1)], dtype=np.float16)
301 logit.eval(feed_dict={l: np.ones([int(2**11+1)])})
310 param = array_ops.ones([1], dtype=np.float16)
319 checked_param.eval(feed_dict={param: np.ones([1])})
324 param = array_ops.ones([int(2**11+1)], dtype=dtypes.float16)
333 checked_param.eval(feed_dict={param: np.ones([int(2**11+1)])})
338 param = array_ops.ones([int(2**11+1)], dtype=dtypes.qint16)
526 for x in (np.ones(1), np.ones((2, 1)), np.ones((3, 2, 1)))
    [all...]
  /external/eigen/test/
geo_homogeneous.cpp 30 ones = VectorType::Ones(); local
46 hm0 << m0, ones.transpose();
  /external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak 38 # clear out the built-in ones (for .c and the like), and add
  /external/llvm/test/Bindings/OCaml/
ipo.ml 11 little ones. *)
linker.ml 11 little ones. *)
scalar_opts.ml 11 little ones. *)
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
ipo_opts.ml 8 little ones. *)
scalar_opts.ml 8 little ones. *)
  /external/tensorflow/tensorflow/compiler/tests/
cholesky_op_test.py 103 data = np.ones(shape).astype(np.float32) / (2.0 * n) + np.diag(
104 np.ones(n).astype(np.float32))

Completed in 658 milliseconds

1 2 3 4 56 7 8 91011>>