/external/tensorflow/tensorflow/python/ops/ |
D | ctc_ops.py | 33 def ctc_loss(labels, inputs, sequence_length, argument 191 def ctc_greedy_decoder(inputs, sequence_length, merge_repeated=True): argument 235 def ctc_beam_search_decoder(inputs, sequence_length, beam_width=100, argument
|
D | rnn.py | 149 time, sequence_length, min_sequence_length, max_sequence_length, argument 328 def bidirectional_dynamic_rnn(cell_fw, cell_bw, inputs, sequence_length=None, argument 458 def dynamic_rnn(cell, inputs, sequence_length=None, initial_state=None, argument 652 sequence_length=None, argument 1172 sequence_length=None, argument 1342 sequence_length=None, argument 1429 sequence_length=None, argument
|
/external/tensorflow/tensorflow/core/ops/ |
D | ctc_ops.cc | 41 ShapeHandle sequence_length; in __anon1f51ce4a0102() local 74 ShapeHandle sequence_length; in __anon1f51ce4a0202() local 104 ShapeHandle sequence_length; in __anon1f51ce4a0302() local
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | fused_rnn_cell.py | 48 sequence_length=None, argument 98 sequence_length=None, argument 173 sequence_length=None, argument
|
D | rnn.py | 31 sequence_length=None, argument 131 sequence_length=None, argument
|
D | lstm_ops.py | 454 sequence_length): argument 479 def call(self, inputs, initial_state=None, dtype=None, sequence_length=None): argument 649 sequence_length=None): argument
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | dynamic_rnn_estimator_test.py | 363 def get_shift_input_fn(batch_size, sequence_length, seed=None): argument 423 def get_input_fn(batch_size, sequence_length, state_dict, starting_step=0): argument 516 def get_sin_input_fn(batch_size, sequence_length, increment, seed=None): argument 578 def get_shift_input_fn(batch_size, sequence_length, seed=None): argument 654 def get_mean_input_fn(batch_size, sequence_length, seed=None): argument 716 def get_majority_input_fn(batch_size, sequence_length, seed=None): argument
|
D | state_saving_rnn_estimator_test.py | 447 sequence_length, argument 475 def get_sin_input_fn(sequence_length, increment, seed=None): argument 534 def get_shift_input_fn(sequence_length, seed=None): argument
|
D | dynamic_rnn_estimator.py | 256 sequence_length, argument 303 activations, labels, sequence_length, target_column, features): argument 326 activations, labels, sequence_length, target_column, features): argument
|
D | rnn_common.py | 135 def get_eval_metric_ops(problem_type, prediction_type, sequence_length, argument
|
D | state_saving_rnn_estimator.py | 88 activations, labels, sequence_length, target_column, features): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_test.py | 231 def _static_vs_dynamic_rnn_benchmark_static(inputs_list_t, sequence_length): argument 253 def _static_vs_dynamic_rnn_benchmark_dynamic(inputs_t, sequence_length): argument 364 def _half_seq_len_vs_unroll_half_rnn_benchmark(inputs_list_t, sequence_length): argument 429 def _concat_state_vs_tuple_state_rnn_benchmark(inputs_list_t, sequence_length, argument 497 def _dynamic_rnn_swap_memory_benchmark(inputs_t, sequence_length, swap_memory): argument
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/ |
D | rnn_colorbot.py | 139 def call(self, chars, sequence_length, training=False): argument 206 def model_loss(labels, chars, sequence_length): argument
|
/external/tensorflow/tensorflow/contrib/lite/kernels/ |
D | unidirectional_sequence_lstm_test.cc | 36 int sequence_length, bool use_cifg, in UnidirectionalLSTMOpModel() 212 int sequence_length() { return sequence_length_; } in sequence_length() function in tflite::__anon99bbf5b60111::UnidirectionalLSTMOpModel 256 const int sequence_length = 3; in TEST() local 364 const int sequence_length = 3; in TEST() local 465 const int sequence_length = 4; in TEST() local
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | models.py | 212 sequence_length=None, argument 287 target_predictor_fn, sequence_length, initial_state, argument
|
/external/v8/src/ |
D | collector.h | 205 int sequence_length = this->index_ - sequence_start_; in DropSequence() local 227 int sequence_length = this->index_ - sequence_start_; in NewChunk() local
|
D | layout-descriptor.cc | 148 int sequence_length = CountTrailingZeros32(value) - layout_bit_index; in IsTagged() local 204 int sequence_length; in IsTagged() local
|
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
D | helper.py | 172 def __init__(self, inputs, sequence_length, time_major=False, name=None): argument 209 def sequence_length(self): member in TrainingHelper 261 def __init__(self, inputs, sequence_length, embedding, sampling_probability, argument 361 def __init__(self, inputs, sequence_length, sampling_probability, argument
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_ifft.cpp | 18 static void test_1D_fft_ifft_invariant(int sequence_length) { in test_1D_fft_ifft_invariant()
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/ |
D | spinn_test.py | 43 def _generate_synthetic_snli_data_batch(sequence_length, argument
|
/external/tensorflow/tensorflow/contrib/crf/python/ops/ |
D | crf.py | 444 def crf_decode(potentials, transition_params, sequence_length): argument
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/ |
D | rnn_ptb.py | 188 def train(model, optimizer, train_data, sequence_length, clip_ratio): argument
|