Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Restore Nucleus's ability to read/write TFRecord files from GCS.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 239503483
  • Loading branch information
Genomics team in Google Brain authored and Copybara-Service committed Mar 20, 2019
1 parent 3f9dc64 commit 1496117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nucleus/io/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ cc_library(
deps = [
"//nucleus/platform:types",
"@org_tensorflow//tensorflow/core:lib",
"@org_tensorflow//tensorflow/core/platform/cloud:gcs_file_system",
],
)

Expand All @@ -1014,6 +1015,7 @@ cc_library(
hdrs = ["tfrecord_writer.h"],
deps = [
"@org_tensorflow//tensorflow/core:lib",
"@org_tensorflow//tensorflow/core/platform/cloud:gcs_file_system",
],
)

Expand Down

0 comments on commit 1496117

Please # to comment.