Home
last modified time | relevance | path

Searched defs:seq_lengths (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dreverse_sequence.cc37 const TfLiteTensor* seq_lengths = GetInput(context, node, kSeqLengthsTensor); in Prepare() local
68 const TS* seq_lengths = GetTensorData<TS>(seq_lengths_tensor); in ReverseSequenceImpl() local
Dreverse_sequence_test.cc29 ReverseSequenceOpModel(const TensorData& input, const TensorData& seq_lengths, in ReverseSequenceOpModel()
43 int seq_lengths() { return seq_lengths_; } in seq_lengths() function in tflite::__anond053f1e50111::ReverseSequenceOpModel
/external/tensorflow/tensorflow/python/kernel_tests/
Dreverse_sequence_op_test.py38 seq_lengths, argument
57 seq_lengths, argument
/external/tensorflow/tensorflow/core/kernels/
Dreverse_sequence_op.h33 int32 seq_dim, typename TTypes<Tlen>::ConstVec seq_lengths) in ReverseGenerator()
Dcudnn_rnn_ops.cc655 const absl::Span<const int>& seq_lengths, bool time_major) { in CreateForwardAndBackwardIODescriptors()
745 absl::Span<const int> seq_lengths; in DoForward() local
807 absl::Span<const int> seq_lengths; in DoBackward() local
/external/tensorflow/tensorflow/compiler/tests/
Dreverse_sequence_op_test.py35 seq_lengths, argument
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Drnn.py389 def _reverse(input_, seq_lengths, seq_axis, batch_axis): argument
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Dfunctional_rnn.py403 def _reverse(input_, seq_lengths, seq_dim, batch_dim): argument
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py415 def ctc_state_log_probs(seq_lengths, max_seq_length): argument
Drnn.py453 def _reverse(input_, seq_lengths, seq_axis, batch_axis): argument
Darray_ops.py3243 seq_lengths, argument
3269 input, seq_lengths, seq_axis=None, batch_axis=None, name=None): argument
/external/tensorflow/tensorflow/cc/gradients/
Darray_grad.cc245 auto seq_lengths = op.input(1); in ReverseSequenceGrad() local
Darray_grad_test.cc211 auto seq_lengths = Const(scope_, {1, 2, 3, 4, 5}); in TEST_F() local
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc414 const absl::Span<const int> &seq_lengths, bool time_major, in createRnnSequenceTensorDescriptor()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc1296 const absl::Span<const int>& seq_lengths, bool time_major, in Create()
1852 const absl::Span<const int>& seq_lengths, bool time_major, in createRnnSequenceTensorDescriptor()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h4685 void ReverseSequence(const TS* seq_lengths, const int seq_dim, in ReverseSequence()