From 53cb26d05a5c2080d8022124178b1cc43a30ffe5 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 18 May 2017 18:02:32 -0700 Subject: Merge changes from github. END_PUBLIC --- Commit c2b8927f2 authored by Dandelion Man? Committed by TensorFlower Gardener: Fix another d3v4 regression in the graph visualizer. PiperOrigin-RevId: 156343038 --- Commit 170f0b350 authored by Peter Hawkins Committed by TensorFlower Gardener: [TF:XLA] Add XLA implementation of ResourceStridedSliceAssign. PiperOrigin-RevId: 156341053 --- Commit 1390dd68f authored by Vijay Vasudevan Committed by TensorFlower Gardener: When Op Type is not registered, log the hostname of the machine that it is running on in the error message, since the message could be routed back during a failure on a remote binary, and it is hard to tell which machine it came from. Ideally, we'd somehow log the name of the binary running instead, but we don't have a function to get that right now. PiperOrigin-RevId: 156337679 --- Commit 9ca8a151b authored by A. Unique TensorFlower Committed by TensorFlower Gardener: Internal change. PiperOrigin-RevId: 156335942 --- Commit 40255434c authored by Martin Wicke Committed by TensorFlower Gardener: Deprecate contrib/learn/dataframe. To be removed June 15. PiperOrigin-RevId: 156333930 --- Commit 7f71b7fbe authored by A. Unique TensorFlower Committed by TensorFlower Gardener: BEGIN_PUBLIC Automated g4 rollback of changelist 156123287 PiperOrigin-RevId: 156503903 --- third_party/grpc.BUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'third_party') diff --git a/third_party/grpc.BUILD b/third_party/grpc.BUILD index 1699f6a854..b79259618f 100644 --- a/third_party/grpc.BUILD +++ b/third_party/grpc.BUILD @@ -177,8 +177,6 @@ cc_library( "include", ], linkopts = ["-lpthread"], - deps = [ - ], ) cc_library( -- cgit v1.2.3