Home
last modified time | relevance | path

Searched refs:get_shift_reduce (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
Ddata.py64 def get_shift_reduce(items): function
246 shift_reduce = get_shift_reduce(items)
302 self._premise_transitions.append(get_shift_reduce(premise_items))
303 self._hypothesis_transitions.append(get_shift_reduce(hypothesis_items))
Ddata_test.py56 3, 2, 2], data.get_shift_reduce(seq_with_parse.split(" ")))