Commit 3e029d42 authored by Chen Chen's avatar Chen Chen Committed by A. Unique TensorFlower
Browse files

Add segment_extractor public methods to...

Add segment_extractor public methods to third_party/tensorflow_models/official/nlp/modeling/ops/__init__.py

PiperOrigin-RevId: 357866869
parent b85f4445
...@@ -14,3 +14,5 @@ ...@@ -14,3 +14,5 @@
# ============================================================================== # ==============================================================================
"""Ops package definition.""" """Ops package definition."""
from official.nlp.modeling.ops.beam_search import sequence_beam_search from official.nlp.modeling.ops.beam_search import sequence_beam_search
from official.nlp.modeling.ops.segment_extractor import get_next_sentence_labels
from official.nlp.modeling.ops.segment_extractor import get_sentence_order_labels
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment