Use c_api_macros instead of c_api

This commit is contained in:
Vo Van Nghia 2020-08-04 01:26:23 +07:00
parent 49bb08c055
commit 043c4d515f
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ cc_library(
srcs = ["logging.cc"],
hdrs = ["logging.h"],
deps = [
":c_api",
":c_api_macros",
"//tensorflow/core/platform:logging",
"//tensorflow/core/platform:stringprintf",
],

View File

@ -15,7 +15,7 @@ limitations under the License.
#ifndef TENSORFLOW_C_LOGGING_H_
#define TENSORFLOW_C_LOGGING_H_
#include "tensorflow/c/c_api.h"
#include "tensorflow/c/c_api_macros.h"
// --------------------------------------------------------------------------
// C API for tensorflow::Logging.