Narrow dependencies for op_def_util from safe_ptr.h to safe_pyobject_ptr.h

PiperOrigin-RevId: 336747454
Change-Id: Idef5c4b26cb5676611753d97d54c337323c9c4f3
This commit is contained in:
Edward Loper 2020-10-12 14:42:12 -07:00 committed by TensorFlower Gardener
parent 3c61e13624
commit 35e84682fa
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ limitations under the License.
#include "tensorflow/core/framework/attr_value.pb.h"
#include "tensorflow/core/framework/tensor_shape.pb.h"
#include "tensorflow/core/framework/types.pb.h"
#include "tensorflow/python/lib/core/safe_ptr.h"
#include "tensorflow/python/lib/core/safe_pyobject_ptr.h"
#include "tensorflow/python/util/util.h"
using ::tensorflow::swig::GetRegisteredPyObject;

View File

@ -23,7 +23,7 @@ limitations under the License.
#include "tensorflow/core/framework/tensor.pb.h"
#include "tensorflow/core/framework/tensor_shape.pb.h"
#include "tensorflow/core/framework/types.pb.h"
#include "tensorflow/python/lib/core/safe_ptr.h"
#include "tensorflow/python/lib/core/safe_pyobject_ptr.h"
namespace tensorflow {