Searched refs:x_init (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | softplus_op_test.py | 82 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)
|
D | softsign_op_test.py | 61 x_init = np.asarray( 66 x, [2, 5], y, [2, 5], x_init_value=x_init)
|
D | svd_op_test.py | 298 x_init = np.random.uniform( 301 x_init += 1j * np.random.uniform( 308 x_init_value=x_init,
|
D | control_flow_ops_py_test.py | 2626 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/ |
D | grpc_debug_test_server.py | 460 x_init = constant_op.constant([42.0], shape=[1], name=x_init_name) 461 x = variables.Variable(x_init, name=x_init_name)
|
D | session_debug_testlib.py | 1086 x_init = constant_op.constant([2, 2, 3, 5, 5]) 1087 x = variables.VariableV1(x_init, name="unconnected/x")
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util_test.py | 636 x_init = np.array([[10.0, 15.0]] * 12) 637 x = constant_op.constant(x_init, name="x")
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_test.py | 1885 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/ |
D | util_test.py | 990 x_init = np.asarray( 995 x, [2, 5], y, [2, 5], x_init_value=x_init)
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli_test.py | 1714 x_init = constant_op.constant(x_init_val, shape=[2]) 1715 x = variables.VariableV1(x_init, name="control_deps/x")
|
/external/mksh/src/ |
D | main.c | 586 x_init(); in main_init()
|
D | sh.h | 2410 void x_init(void);
|
D | edit.c | 5555 x_init(void) in x_init() function
|