Change the tensorflow/c*status* headers to depend on tensorflow/core/platform/status
This is just header dependency, build dependency change requires cc_shared_library feature from bazel. PiperOrigin-RevId: 304018587 Change-Id: I14ef8e80648546e07ddf45b5caa6c770824120b7
This commit is contained in:
parent
814fb672bb
commit
6346bb96b1
@ -16,8 +16,8 @@ limitations under the License.
|
||||
#include "tensorflow/c/tf_status.h"
|
||||
|
||||
#include "tensorflow/c/tf_status_internal.h"
|
||||
#include "tensorflow/core/lib/core/status.h"
|
||||
#include "tensorflow/core/platform/error.h"
|
||||
#include "tensorflow/core/platform/status.h"
|
||||
|
||||
using ::tensorflow::IOError;
|
||||
using ::tensorflow::Status;
|
||||
|
@ -17,7 +17,7 @@ limitations under the License.
|
||||
#define TENSORFLOW_C_TF_STATUS_HELPER_H_
|
||||
|
||||
#include "tensorflow/c/tf_status.h"
|
||||
#include "tensorflow/core/lib/core/status.h"
|
||||
#include "tensorflow/core/platform/status.h"
|
||||
|
||||
namespace tensorflow {
|
||||
|
||||
|
@ -15,7 +15,7 @@ limitations under the License.
|
||||
|
||||
#include "tensorflow/c/tf_status_helper.h"
|
||||
|
||||
#include "tensorflow/core/lib/core/errors.h"
|
||||
#include "tensorflow/core/platform/errors.h"
|
||||
#include "tensorflow/core/platform/test.h"
|
||||
|
||||
namespace tensorflow {
|
||||
|
@ -16,7 +16,7 @@ limitations under the License.
|
||||
#ifndef TENSORFLOW_C_TF_STATUS_INTERNAL_H_
|
||||
#define TENSORFLOW_C_TF_STATUS_INTERNAL_H_
|
||||
|
||||
#include "tensorflow/core/lib/core/status.h"
|
||||
#include "tensorflow/core/platform/status.h"
|
||||
|
||||
// Internal structures used by the status C API. These are likely to change
|
||||
// and should not be depended on.
|
||||
|
Loading…
Reference in New Issue
Block a user