Remove dependencies on core/lib/hash under tensorflow/core/platform.
The library has moved to core/platform. PiperOrigin-RevId: 283169462 Change-Id: I409fabd04bd5254ff94d3129ebcd399a5cbc15ab
This commit is contained in:
parent
c4dae6499d
commit
0654c7829b
@ -342,6 +342,7 @@ TF_DEFAULT_PLATFORM_LIBRARIES = {
|
||||
"deps": [
|
||||
"//tensorflow/core/lib/hash",
|
||||
"//tensorflow/core/platform",
|
||||
"//tensorflow/core/platform:hash",
|
||||
"//tensorflow/core/platform:logging",
|
||||
"//tensorflow/core/platform:macros",
|
||||
"//tensorflow/core/platform:strcat",
|
||||
|
@ -18,7 +18,7 @@ limitations under the License.
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
|
||||
#include "tensorflow/core/lib/hash/hash.h"
|
||||
#include "tensorflow/core/platform/hash.h"
|
||||
|
||||
namespace tensorflow {
|
||||
namespace tracing {
|
||||
|
Loading…
Reference in New Issue
Block a user