Home
last modified time | relevance | path

Searched defs:expected_sequence_length (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/
H A Dsequence_feature_column_test.py471 def test_sequence_length(self, inputs_args, expected_sequence_length): argument
753 def test_sequence_length(self, inputs_args, expected_sequence_length): argument
966 def test_sequence_length(self, inputs_args, expected_sequence_length, shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_transformer.cc80 int expected_sequence_length = transformation->ExpectedSequenceLength(); in ApplyStartingWithNode() local