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

  /external/tensorflow/tensorflow/python/kernel_tests/
relu_op_test.py 81 x_init = np.asarray(
86 x, [2, 5], y, [2, 5], x_init_value=x_init)
98 x_init = np.asarray(
103 x, [2, 5], y, [2, 5], x_init_value=x_init)
115 x_init = np.asarray(
120 x, [2, 5], z[0], [2, 5], x_init_value=x_init)
133 x_init = np.asarray(
138 x, [2, 5], z[0], [2, 5], x_init_value=x_init)
197 x_init = np.asarray(
202 x, [2, 5], y, [2, 5], x_init_value=x_init)
    [all...]
softplus_op_test.py 80 x_init = np.asarray(
85 x, [2, 5], y, [2, 5], x_init_value=x_init)
97 x_init = np.asarray(
102 x, [2, 5], grad, [2, 5], x_init_value=x_init)
115 x_init = np.asarray(
120 x, [2, 5], grad_grad, [2, 5], x_init_value=x_init)
softsign_op_test.py 59 x_init = np.asarray(
64 x, [2, 5], y, [2, 5], x_init_value=x_init)
self_adjoint_eig_op_test.py 205 x_init = np.random.uniform(
208 x_init += 1j * np.random.uniform(
210 x_init += np.conj(x_init.T)
211 x_init = np.tile(x_init, batch_shape + (1, 1))
217 x_init_value=x_init,
qr_op_test.py 180 x_init = np.random.uniform(
183 x_init += 1j * np.random.uniform(
190 x_init_value=x_init,
matmul_op_test.py 122 for x, x_init in [a, effective_a_np], [b, effective_b_np]:
125 x_init.shape,
127 x_init_value=x_init,
svd_op_test.py 241 x_init = np.random.uniform(
244 x_init += 1j * np.random.uniform(
251 x_init_value=x_init,
  /external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_test_server.py 459 x_init = constant_op.constant([42.0], shape=[1], name=x_init_name)
460 x = variables.Variable(x_init, name=x_init_name)
session_debug_testlib.py     [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
util_test.py     [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli_test.py     [all...]
  /external/mksh/src/
main.c 570 x_init();
    [all...]
sh.h     [all...]
edit.c 5517 x_init(void) function
    [all...]

Completed in 902 milliseconds