Include whole file io ops to available tf mobile ops.

PiperOrigin-RevId: 351872406
Change-Id: Id53dfdbca3fadb19dcfb3f17f7990ad6f3eb100b
This commit is contained in:
Chunxiang (Jake) Zheng 2021-01-14 14:02:54 -08:00 committed by TensorFlower Gardener
parent 2f171252d8
commit ab789c1598
2 changed files with 3 additions and 1 deletions

View File

@ -399,7 +399,10 @@ filegroup(
"op_segment.h", "op_segment.h",
"partial_tensor_shape.h", "partial_tensor_shape.h",
"queue_interface.h", "queue_interface.h",
"reader_base.cc",
"reader_base.h",
"reader_interface.h", "reader_interface.h",
"reader_op_kernel.h",
"register_types_traits.h", "register_types_traits.h",
"registration_options.h", "registration_options.h",
"rendezvous.cc", "rendezvous.cc",

View File

@ -6367,7 +6367,6 @@ filegroup(
"remote_fused_graph_execute_op.*", "remote_fused_graph_execute_op.*",
"remote_fused_graph_rewriter_transform.*", "remote_fused_graph_rewriter_transform.*",
"fixed_length_record_reader_op.*", "fixed_length_record_reader_op.*",
"whole_file_read_ops.*",
"sample_distorted_bounding_box_op.*", "sample_distorted_bounding_box_op.*",
"ctc_loss_op.*", "ctc_loss_op.*",
"summary_interface.*", "summary_interface.*",