/external/tensorflow/tensorflow/python/autograph/operators/ |
D | control_flow.py | 32 def for_stmt(iter_, extra_test, body, init_state): argument 66 return _known_len_for_stmt(iter_, extra_test, body, init_state) 71 undefined_symbols = _filter_undefined(init_state) 79 return _dataset_for_stmt(iter_, extra_test, body, init_state) 81 return _py_for_stmt(iter_, extra_test, body, init_state) 84 def _py_for_stmt(iter_, extra_test, body, init_state): argument 86 state = init_state 94 def _known_len_for_stmt(iter_, extra_test, body, init_state): argument 116 init_state=(0,) + init_state, 132 def _dataset_for_stmt(ds, extra_test, body, init_state): argument [all …]
|
D | control_flow_test.py | 38 init_state=(0,)) 47 init_state=(0,)) 55 init_state=(constant_op.constant(0, dtype=dtypes.int64),)) 67 init_state=()) 80 init_state=(0, 0), 90 init_state=(0, constant_op.constant(0)), 105 init_state=(constant_op.constant(0), constant_op.constant(0)), 113 init_state=(0, 0),
|
/external/tensorflow/tensorflow/lite/models/testdata/ |
D | speech_asr_lm_model.test_spec | 2 init_state: "20,21,40,41,60,61" 21 init_state: "20,21,40,41,60,61" 34 init_state: "20,21,40,41,60,61" 47 init_state: "20,21,40,41,60,61" 66 init_state: "20,21,40,41,60,61" 91 init_state: "20,21,40,41,60,61" 116 init_state: "20,21,40,41,60,61" 134 init_state: "20,21,40,41,60,61" 147 init_state: "20,21,40,41,60,61" 160 init_state: "20,21,40,41,60,61"
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
D | rnn_cell_test.py | 465 init_state = cell.state_tuple_type(*( 467 output, state = cell(inputs, init_state) 515 init_state = cell.state_tuple_type(*( 517 output, state = cell(inputs, init_state) 589 init_state = cell.state_tuple_type(*( 592 init_state = constant_op.constant( 596 output, state = cell(inputs, init_state) 675 init_state = cell.state_tuple_type(*( 677 output, state = cell(inputs, init_state) 756 init_state = cell.state_tuple_type(*( [all …]
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | multi_gpu_utils_test.py | 190 init_state = keras.Input((3,)) 192 3, return_sequences=True)(inputs, initial_state=init_state) 195 model = keras.Model([inputs, init_state], outputs)
|
/external/grpc-grpc/src/core/lib/transport/ |
D | connectivity_state.cc | 48 grpc_connectivity_state init_state, in grpc_connectivity_state_init() argument 50 gpr_atm_no_barrier_store(&tracker->current_state_atm, init_state); in grpc_connectivity_state_init()
|
D | connectivity_state.h | 54 grpc_connectivity_state init_state,
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | gradients_test.py | 79 init_state = cell.zero_state(batch_size, dtypes.float32) 80 state = init_state 83 return init_state.c, state.c 192 init_state = cell.zero_state(batch_size, dtypes.float32) 194 def model_fn(inps, init_state): argument 195 state = init_state 206 *[array_ops.expand_dims(array_ops.gather(x, i), 0) for x in init_state])
|
/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/python/cpython3/Lib/idlelib/ |
D | colorizer.py | 73 self.init_state() 78 def init_state(self): member in ColorDelegator
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | cfg.py | 161 def init_state(self, node): member in GraphVisitor 186 node: self.init_state(node) for node in self.graph.index.values() 189 node: self.init_state(node) for node in self.graph.index.values()
|
D | cfg_test.py | 32 def init_state(self, _): member in CountingVisitor
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | recurrent_test.py | 871 init_state = layer.get_initial_state(x) 872 self.assertEqual(len(init_state), 1) 873 self.assertEqual(init_state[0].get_shape().as_list(), 953 init_state = layer.get_initial_state(x) 954 self.assertEqual(len(init_state), 1) 955 self.assertEqual(init_state[0].get_shape().as_list(), 1151 init_state = NestedState(s1=init_s1, s2=init_s2) 1154 initial_state=init_state)
|
D | recurrent.py | 616 init_state = get_initial_state_fn( 619 init_state = _generate_zero_filled_state(batch_size, self.cell.state_size, 622 if not nest.is_sequence(init_state): 623 init_state = [init_state] 625 return list(init_state)
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_zscan.c | 288 init_state(struct vl_zscan *zscan) in init_state() function 465 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/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | liveness.py | 49 def init_state(self, _): member in Analyzer
|
D | reaching_definitions.py | 123 def init_state(self, _): member in Analyzer
|
/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/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/kernel-headers/original/uapi/asm-x86/asm/ |
D | kvm.h | 74 __u8 init_state; member
|