HomeSort by relevance Sort by last modified time
    Searched refs:max_sequence_length (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
layout-descriptor.cc 123 bool LayoutDescriptor::IsTagged(int field_index, int max_sequence_length,
125 DCHECK(max_sequence_length > 0);
127 *out_sequence_length = max_sequence_length;
136 *out_sequence_length = max_sequence_length;
163 if (sequence_length >= max_sequence_length) break;
174 *out_sequence_length = Min(sequence_length, max_sequence_length);
202 int max_sequence_length = (end_offset - offset_in_bytes) / kPointerSize;
205 bool tagged = layout_descriptor_->IsTagged(field_index, max_sequence_length,
layout-descriptor.h 32 // If the sequence is longer than |max_sequence_length| then
33 // |out_sequence_length| is set to |max_sequence_length|.
34 bool IsTagged(int field_index, int max_sequence_length,
  /external/tensorflow/tensorflow/contrib/seq2seq/kernels/
beam_search_ops_gpu.cu.cc 85 TTypes<int32>::ConstVec max_sequence_length,
100 max_sequence_length.data(),
  /external/tensorflow/tensorflow/python/ops/
rnn.py 149 time, sequence_length, min_sequence_length, max_sequence_length,
156 if t >= max_sequence_length:
178 max_sequence_length: int32 `Tensor` scalar, max of sequence_length.
188 matches `max_sequence_length`, and using conditionals just slows
261 time >= max_sequence_length, empty_update,
730 max_sequence_length = math_ops.reduce_max(sequence_length)
732 max_sequence_length = time_steps
796 max_sequence_length=max_sequence_length,
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
beam_search_decoder_test.py 407 max_sequence_length = np.max(sess_results['final_sequence_lengths'])
411 _t((batch_size, max_sequence_length, beam_width)),
414 _t((batch_size, max_sequence_length, beam_width)), sess_results[
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_functions.py 99 max_sequence_length = max(last_length)
101 shape=[batch_size] + list(shapes[0]) + [max_sequence_length],
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
lstm_ops_test.py 359 max_sequence_length = 6
362 for _ in range(max_sequence_length):

Completed in 233 milliseconds