Wiring tensorflow/core/platform:net into tensorflow/core/BUILD.

PiperOrigin-RevId: 275409422
Change-Id: Iaa1bf210d82fcd063d5b44a4b9442fde125ad8fb
This commit is contained in:
Brian Zhao 2019-10-17 22:47:26 -07:00 committed by TensorFlower Gardener
parent f2f88a47b1
commit 94794f435d
2 changed files with 2 additions and 0 deletions

View File

@ -2279,6 +2279,7 @@ cc_library(
"//tensorflow/core/platform:file_statistics",
"//tensorflow/core/platform:mutex",
"//tensorflow/core/platform:notification",
"//tensorflow/core/platform:net",
"//tensorflow/core/platform:numbers",
"//tensorflow/core/platform:platform_port",
"//tensorflow/core/platform:platform_strings",

View File

@ -653,6 +653,7 @@ filegroup(
"**/env_time.cc",
"**/logger.cc",
"**/mutex.cc",
"**/net.cc",
"**/logging.cc",
"**/port.cc",
"**/human_readable_json.cc",