"mmdet3d/engine/vscode:/vscode.git/clone" did not exist on "7d5c5a33d7f2261ea0a988ca52749125ecc97db4"
Commit 5366b7bd 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 6cdad85b
...@@ -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