Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/models/testdata/
Dspeech_asr_lm_model.test_spec2 init_state: "21,22,42,43,63,64"
21 init_state: "21,22,42,43,63,64"
34 init_state: "21,22,42,43,63,64"
47 init_state: "21,22,42,43,63,64"
66 init_state: "21,22,42,43,63,64"
91 init_state: "21,22,42,43,63,64"
116 init_state: "21,22,42,43,63,64"
134 init_state: "21,22,42,43,63,64"
147 init_state: "21,22,42,43,63,64"
160 init_state: "21,22,42,43,63,64"
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Drnn_cell_test.py148 init_state = cell.state_tuple_type(*(
150 output, state = cell(inputs, init_state)
198 init_state = cell.state_tuple_type(*(
200 output, state = cell(inputs, init_state)
272 init_state = cell.state_tuple_type(*(
275 init_state = constant_op.constant(
279 output, state = cell(inputs, init_state)
358 init_state = cell.state_tuple_type(*(
360 output, state = cell(inputs, init_state)
439 init_state = cell.state_tuple_type(*(
[all …]
Dcore_rnn_cell_test.py954 init_state = array_ops.zeros(
957 init_state.set_shape([batch_size, num_units])
958 return init_output, init_state
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dcontrib.integrate.md24 init_state = tf.constant([0, 2, 20], dtype=tf.float64)
27 lorenz_equation, init_state, t, full_output=True)
/external/autotest/client/cros/chameleon/
Davsync_probe_utils.py108 def __init__(self, low_threshold, high_threshold, init_state): argument
123 self._last_state = init_state
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.c267 init_state(struct vl_zscan *zscan) in init_state() function
444 if(!init_state(zscan)) { in vl_zscan_init()
Dvl_idct.c506 init_state(struct vl_idct *idct) in init_state() function
763 if(!init_state(idct)) { in vl_idct_init()
/external/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c115 init_loop_state init_state = {.in_control_flow = in_control_flow, in init_loop_block() local
125 nir_foreach_ssa_def(instr, init_loop_def, &init_state); in init_loop_block()
/external/libese/libese-teq1/
Dteq1.c576 struct Teq1State init_state = TEQ1_INIT_STATE( in teq1_transceive() local
679 state = init_state; in teq1_transceive()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h74 __u8 init_state; member
/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py1262 init_output, init_state = self._cell_fn(None, None)
1264 state_shape = init_state.get_shape()
/external/v8/src/
Dcode-stubs.h1731 ToBooleanICStub(Isolate* isolate, InitializationState init_state) in ToBooleanICStub() argument
1732 : HydrogenCodeStub(isolate, init_state) {} in ToBooleanICStub()
/external/dhcpcd-6.8.2/
Ddhcp6.c3246 dhcp6_start(struct interface *ifp, enum DH6S init_state) in dhcp6_start() argument
3253 init_state == DH6S_INFORM) in dhcp6_start()
3258 if (init_state == DH6S_INIT && in dhcp6_start()
3288 state->state = init_state; in dhcp6_start()