/external/tensorflow/tensorflow/contrib/lite/models/testdata/ |
D | speech_asr_lm_model.test_spec | 2 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/ |
D | rnn_cell_test.py | 148 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 …]
|
D | core_rnn_cell_test.py | 954 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/ |
D | contrib.integrate.md | 24 init_state = tf.constant([0, 2, 20], dtype=tf.float64) 27 lorenz_equation, init_state, t, full_output=True)
|
/external/autotest/client/cros/chameleon/ |
D | avsync_probe_utils.py | 108 def __init__(self, low_threshold, high_threshold, init_state): argument 123 self._last_state = init_state
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_zscan.c | 267 init_state(struct vl_zscan *zscan) in init_state() function 444 if(!init_state(zscan)) { in vl_zscan_init()
|
D | vl_idct.c | 506 init_state(struct vl_idct *idct) in init_state() function 763 if(!init_state(idct)) { in vl_idct_init()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | kvm.h | 74 __u8 init_state; member
|
/external/mesa3d/src/compiler/nir/ |
D | nir_loop_analyze.c | 115 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/ |
D | teq1.c | 576 struct Teq1State init_state = TEQ1_INIT_STATE( in teq1_transceive() local 679 state = init_state; in teq1_transceive()
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn_cell_impl.py | 1262 init_output, init_state = self._cell_fn(None, None) 1264 state_shape = init_state.get_shape()
|
/external/v8/src/ |
D | code-stubs.h | 1731 ToBooleanICStub(Isolate* isolate, InitializationState init_state) in ToBooleanICStub() argument 1732 : HydrogenCodeStub(isolate, init_state) {} in ToBooleanICStub()
|
/external/dhcpcd-6.8.2/ |
D | dhcp6.c | 3246 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()
|