Skip to content

Commit

Permalink
Expose VarLenTensorValue in top-level __init__.py
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 442041497
  • Loading branch information
embr authored and tfx-copybara committed Apr 15, 2022
1 parent 2454289 commit 4bfc817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_model_analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
from tensorflow_model_analysis.types import TensorType
from tensorflow_model_analysis.types import TensorTypeMaybeDict
from tensorflow_model_analysis.types import TensorValue
from tensorflow_model_analysis.types import VarLenTensorValue

# Import VERSION as __version__ for compatibility with other TFX components.
from tensorflow_model_analysis.version import VERSION as __version__
Expand Down

0 comments on commit 4bfc817

Please sign in to comment.