Skip to content

Commit a2e05b3

Browse files
andylou2tfx-copybara
authored andcommitted
Remove exclusion of structured_tensor_to_prensor.
PiperOrigin-RevId: 324855749
1 parent ce70225 commit a2e05b3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Major Features and Improvements
66

77
* Add promote for substructures.
8+
* Add support for converting `StructuredTensor` to prensor.
89

910
### Bug Fixes and Other Changes
1011

struct2tensor/BUILD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,15 @@ s2t_pytype_library(
186186
"@com_google_protobuf//:protobuf_python",
187187
],
188188
)
189+
190+
s2t_pytype_library(
191+
name = "structured_tensor_to_prensor",
192+
srcs = [
193+
"structured_tensor_to_prensor.py",
194+
],
195+
srcs_version = "PY2AND3",
196+
deps = [
197+
":path",
198+
":prensor",
199+
],
200+
)

0 commit comments

Comments
 (0)