Use c_api_macros instead of c_api
This commit is contained in:
parent
49bb08c055
commit
043c4d515f
@ -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",
|
||||
],
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user