Home
last modified time | relevance | path

Searched defs:state_size (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_gpu.cu.cc32 Distribution dist, int64 state_size, int64 output_size, in FillKernel()
66 auto state_size = state_tensor_flat.size(); in operator ()() local
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients_test.py73 def lstm_model_fn(batch_size, state_size, steps, inputs_size=None): argument
86 def dynamic_lstm_model_fn(batch_size, state_size, max_steps): argument
112 def create_lstm_batch_jacobian(batch_size, state_size, steps, inputs_size=None): argument
120 def create_dynamic_lstm_batch_jacobian(batch_size, state_size, max_steps): argument
134 def create_lstm_batch_hessian(batch_size, state_size, steps): argument
146 def create_lstm_hessian(batch_size, state_size, steps): argument
186 def create_lstm_per_eg_grad(batch_size, state_size, steps, inputs_size=None): argument
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py213 def state_size(self): member in CoupledInputForgetGateLSTMCell
386 def state_size(self): member in TimeFreqLSTMCell
616 def state_size(self): member in GridLSTMCell
1182 def state_size(self): member in AttentionCellWrapper
1285 def state_size(self): member in HighwayWrapper
1409 def state_size(self): member in LayerNormBasicLSTMCell
1511 def state_size(self): member in NASCell
1667 def state_size(self): member in UGRNNCell
1776 def state_size(self): member in IntersectionRNNCell
1864 def state_size(self): member in CompiledWrapper
[all …]
Dcore_rnn_cell.py233 def state_size(self): member in EmbeddingWrapper
309 def state_size(self): member in InputProjectionWrapper
365 def state_size(self): member in OutputProjectionWrapper
Dgru_ops.py171 def state_size(self): member in GRUBlockCell
Dlstm_ops.py392 def state_size(self): member in LSTMBlockCell
/external/tensorflow/tensorflow/contrib/crf/python/ops/
Dcrf.py355 def state_size(self): member in CrfForwardRnnCell
441 def state_size(self): member in CrfDecodeForwardRnnCell
488 def state_size(self): member in CrfDecodeBackwardRnnCell
/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py171 def _zero_state_tensors(state_size, batch_size, dtype): argument
264 def state_size(self): member in RNNCell
436 def state_size(self): member in BasicRNNCell
537 def state_size(self): member in GRUCell
715 def state_size(self): member in BasicLSTMCell
924 def state_size(self): member in LSTMCell
1340 def state_size(self): member in DropoutWrapperBase
1469 def state_size(self): member in ResidualWrapperBase
1545 def state_size(self): member in DeviceWrapperBase
1639 def state_size(self): member in MultiRNNCell
Dstateful_random_ops.py87 def _make_1d_state(state_size, seed): argument
Drnn.py174 zero_output, state, call_cell, state_size, skip_conditionals=False): argument
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Drnn_cell.py87 def state_size(self): member in TfLiteRNNCell
277 def state_size(self): member in TFLiteLSTMCell
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_test.py67 def state_size(self): member in Plus1RNNCell
82 def state_size(self): member in ScalarStateRNNCell
100 def state_size(self): member in UnbalancedOutputRNNCell
119 def state_size(self): member in TensorArrayStateRNNCell
Drnn_cell_test.py64 def state_size(self): member in Plus1RNNCell
98 def state_size(self): member in DummyMultiDimensionalLSTM
117 def state_size(self): member in NestedRNNCell
128 def __init__(self, batch_size, state_size): argument
157 def state_size(self): member in TestStateSaver
171 def __init__(self, batch_size, state_size): argument
2363 def state_size(self): member in DeviceWrapperCell
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dctor_sseq_all_zero.pass.cpp55 const std::size_t state_size = 1u; in test() local
/external/tensorflow/tensorflow/examples/saved_model/integration_tests/
Dexport_text_rnn_model.py38 def __init__(self, vocab, emb_dim, buckets, state_size): argument
/external/tensorflow/tensorflow/python/debug/lib/
Dsession_debug_testlib.py70 def __init__(self, input_output_size, state_size): argument
80 def state_size(self): member in _RNNCellForTest
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator_test.py51 def __init__(self, state_size, output_size): argument
56 def state_size(self): member in IdentityRNNCell
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c124 unsigned state_size, unsigned state_alignment, in blorp_alloc_binding_table()
/external/mesa3d/src/intel/vulkan/
DgenX_blorp_exec.c94 unsigned state_size, unsigned state_alignment, in blorp_alloc_binding_table()
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dattention_wrapper.py75 def state_size(self): member in AttentionMechanism
184 def state_size(self): member in _BaseAttentionMechanism
554 def state_size(self): member in _BaseAttentionMechanismV2
2308 def state_size(self): member in AttentionWrapper
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent.py91 def state_size(self): member in StackedRNNCells
983 def state_size(self): member in AbstractRNNCell
2742 def _is_multiple_state(state_size): argument
2755 def _generate_zero_filled_state(batch_size_tensor, state_size, dtype): argument
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dgroup_by_reducer_dataset_op.cc344 int64 state_size; in RestoreInternal() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c291 GLuint state_size; in radeonEnsureEmitSize() local
/external/tensorflow/tensorflow/contrib/grid_rnn/python/ops/
Dgrid_rnn_cell.py158 def state_size(self): member in GridRNNCell
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateful_random_ops.cc206 auto state_size = var_shape.dim_size(0); in CompileImpl() local

12