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)
Dsoftsign_op_test.py61 x_init = np.asarray(
66 x, [2, 5], y, [2, 5], x_init_value=x_init)
Dsvd_op_test.py298 x_init = np.random.uniform(
301 x_init += 1j * np.random.uniform(
308 x_init_value=x_init,
Dcontrol_flow_ops_py_test.py2626 x_init = constant_op.constant(1.0)
2633 [0, x_init])
2636 grad = gradients_impl.gradients(z, x_init)[0]
2639 grad_grad = gradients_impl.gradients(grad, x_init)[0]
3042 x_init = constant_op.constant(2.)
3045 _, x = control_flow_ops.while_loop(loop_cond, loop_body, [0, x_init])
3047 (grad,) = gradients_impl.gradients(x, x_init)
/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.py1086 x_init = constant_op.constant([2, 2, 3, 5, 5])
1087 x = variables.VariableV1(x_init, name="unconnected/x")
/external/tensorflow/tensorflow/python/framework/
Dtest_util_test.py636 x_init = np.array([[10.0, 15.0]] * 12)
637 x = constant_op.constant(x_init, name="x")
/external/tensorflow/tensorflow/python/ops/
Dnn_test.py1885 x_init = np.random.randn(batch_size, dimensions).astype(dtype)
1887 ComputeIsotonicFn, [x_init], delta=1e-5)
1893 x_init = np.random.randn(batch_size, dimensions).astype(dtype)
1898 x, (batch_size, dimensions), y, (batch_size, dimensions), x_init)
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py990 x_init = np.asarray(
995 x, [2, 5], y, [2, 5], x_init_value=x_init)
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py1714 x_init = constant_op.constant(x_init_val, shape=[2])
1715 x = variables.VariableV1(x_init, name="control_deps/x")
/external/mksh/src/
Dmain.c586 x_init(); in main_init()
Dsh.h2410 void x_init(void);
Dedit.c5555 x_init(void) in x_init() function