Searched defs:expected_sequence_length (Results 1 – 2 of 2) sorted by relevance
471 def test_sequence_length(self, inputs_args, expected_sequence_length): argument753 def test_sequence_length(self, inputs_args, expected_sequence_length): argument966 def test_sequence_length(self, inputs_args, expected_sequence_length, shape): argument
80 int expected_sequence_length = transformation->ExpectedSequenceLength(); in ApplyStartingWithNode() local