Home
last modified time | relevance | path

Searched refs:x_init (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dsoftplus_op_test.py82 x_init = np.asarray(
87 x, [2, 5], y, [2, 5], x_init_value=x_init)
100 x_init = np.asarray(
105 x, [2, 5], grad, [2, 5], x_init_value=x_init)
119 x_init = np.asarray(
124 x, [2, 5], grad_grad, [2, 5], x_init_value=x_init)
Dsvd_op_test.py249 x_init = np.random.uniform(
252 x_init += 1j * np.random.uniform(
259 x_init_value=x_init,
296 x_init = np.random.uniform(
299 x_init += 1j * np.random.uniform(
306 x_init_value=x_init,
Dsoftsign_op_test.py61 x_init = np.asarray(
66 x, [2, 5], y, [2, 5], x_init_value=x_init)
Dqr_op_test.py186 x_init = np.random.uniform(
189 x_init += 1j * np.random.uniform(
196 x_init_value=x_init,
Dcontrol_flow_ops_py_test.py2242 x_init = constant_op.constant(1.0)
2249 [0, x_init])
2252 grad = gradients_impl.gradients(z, x_init)[0]
2255 grad_grad = gradients_impl.gradients(grad, x_init)[0]
/external/tensorflow/tensorflow/python/debug/lib/
Dgrpc_debug_test_server.py460 x_init = constant_op.constant([42.0], shape=[1], name=x_init_name)
461 x = variables.Variable(x_init, name=x_init_name)
Dsession_debug_testlib.py1088 x_init = constant_op.constant([2, 2, 3, 5, 5])
1089 x = variables.VariableV1(x_init, name="unconnected/x")
/external/tensorflow/tensorflow/python/framework/
Dtest_util_test.py584 x_init = np.array([[10.0, 15.0]] * 12)
585 x = constant_op.constant(x_init, name="x")
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py989 x_init = np.asarray(
994 x, [2, 5], y, [2, 5], x_init_value=x_init)
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py1688 x_init = constant_op.constant(x_init_val, shape=[2])
1689 x = variables.VariableV1(x_init, name="control_deps/x")
/external/mksh/src/
Dmain.c571 x_init(); in main_init()
Dsh.h2327 void x_init(void);
Dedit.c5517 x_init(void) in x_init() function