Searched refs:state_size (Results 26 - 38 of 38) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c664 int state_size = TEX_STATE_SIZE_NEWDRM; local
667 ALLOC_STATE( tex[0], tex_pair_mm, state_size, "TEX/tex-0", 0 );
668 ALLOC_STATE( tex[1], tex_pair_mm, state_size, "TEX/tex-1", 1 );
672 ALLOC_STATE( tex[0], tex_mm, state_size, "TEX/tex-0", 0 );
673 ALLOC_STATE( tex[1], tex_mm, state_size, "TEX/tex-1", 1 );
676 ALLOC_STATE( tex[2], tex_mm, state_size, "TEX/tex-2", 2 );
677 ALLOC_STATE( tex[3], tex_mm, state_size, "TEX/tex-3", 3 );
678 ALLOC_STATE( tex[4], tex_mm, state_size, "TEX/tex-4", 4 );
679 ALLOC_STATE( tex[5], tex_mm, state_size, "TEX/tex-5", 5 );
H A Dr200_swtcl.c207 const int state_size = radeonCountStateEmitSize(&rmesa->radeon); local
209 state_size +
214 rmesa->radeon.swtcl.emit_prediction = state_size;
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
H A Dattention_wrapper.py71 def state_size(self): member in class:AttentionMechanism
247 def state_size(self): member in class:_BaseAttentionMechanism
282 A structure of all-zero tensors with shapes as described by `state_size`.
1268 def state_size(self): member in class:AttentionWrapper
1269 """The `state_size` property of `AttentionWrapper`.
1275 cell_state=self._cell.state_size,
1281 a.state_size for a in self._attention_mechanisms),
H A Dbeam_search_decoder.py226 self._maybe_split_batch_beams, initial_state, self._cell.state_size)
489 self._cell.state_size)
494 self._maybe_split_batch_beams, next_cell_state, self._cell.state_size)
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Drnn_cell_test.py52 state_size = num_units * 2
66 m = array_ops.zeros([batch_size, state_size])
76 0.1 * np.ones((batch_size, state_size))
86 state_size = num_units * 2
95 m = array_ops.zeros([batch_size, state_size * num_shifts])
108 0.1 * np.ones((batch_size, int(state_size * (num_shifts))))
114 self.assertEqual(res[1].shape, (batch_size, state_size * num_shifts))
1042 self.assertTrue(isinstance(gcell.state_size, tuple))
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c236 const int state_size = radeonCountStateEmitSize( &rmesa->radeon ); local
242 state_size +
247 rmesa->radeon.swtcl.emit_prediction = state_size;
/external/tensorflow/tensorflow/python/kernel_tests/
H A Drnn_test.py59 def state_size(self): member in class:Plus1RNNCell
74 def state_size(self): member in class:ScalarStateRNNCell
92 def state_size(self): member in class:TensorArrayStateRNNCell
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1521 struct ureg state_size = register_param2(p, STATE_INTERNAL, STATE_POINT_SIZE_CLAMPED); local
1539 emit_op2(p, OPCODE_MUL, out, WRITEMASK_X, ut, state_size);
1544 emit_op2(p, OPCODE_MUL, ut, WRITEMASK_X, ut, state_size);
1545 emit_op2(p, OPCODE_MAX, ut, WRITEMASK_X, ut, swizzle1(state_size, Y));
1546 emit_op2(p, OPCODE_MIN, out, WRITEMASK_X, ut, swizzle1(state_size, Z));
/external/tensorflow/tensorflow/python/debug/lib/
H A Dsession_debug_testlib.py70 def __init__(self, input_output_size, state_size):
72 self._state_size = state_size
80 def state_size(self): member in class:_RNNCellForTest
568 state_size = 2
578 _RNNCellForTest(input_size, state_size),
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Dlstm_ops.py386 def state_size(self): member in class:LSTMBlockCell
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc898 size_t state_size = cpu_type_ == CPU_TYPE_I386 ? local
901 std::min(static_cast<size_t>(*count), state_size);
/external/mesa3d/src/intel/vulkan/
H A Danv_private.h385 size_t state_size; member in struct:anv_fixed_size_state_pool
461 size_t state_size, size_t alignment);
/external/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h66 unsigned state_size, unsigned state_alignment,

Completed in 347 milliseconds

12