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 | svd_op_test.py | 249 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,
|
D | softsign_op_test.py | 61 x_init = np.asarray( 66 x, [2, 5], y, [2, 5], x_init_value=x_init)
|
D | qr_op_test.py | 186 x_init = np.random.uniform( 189 x_init += 1j * np.random.uniform( 196 x_init_value=x_init,
|
D | control_flow_ops_py_test.py | 2242 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/ |
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 | 1088 x_init = constant_op.constant([2, 2, 3, 5, 5]) 1089 x = variables.VariableV1(x_init, name="unconnected/x")
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util_test.py | 584 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/ |
D | util_test.py | 989 x_init = np.asarray( 994 x, [2, 5], y, [2, 5], x_init_value=x_init)
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli_test.py | 1688 x_init = constant_op.constant(x_init_val, shape=[2]) 1689 x = variables.VariableV1(x_init, name="control_deps/x")
|
/external/mksh/src/ |
D | main.c | 571 x_init(); in main_init()
|
D | sh.h | 2327 void x_init(void);
|
D | edit.c | 5517 x_init(void) in x_init() function
|