Merge pull request #45803 from tensorflow/update_import_path

Fix import path
This commit is contained in:
Mihai Maruseac 2020-12-17 12:55:17 -08:00 committed by GitHub
commit ef46b8fc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ limitations under the License.
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/register_types.h"
#include "tensorflow/core/framework/tensor.h"
#include "tensorflow/core/platform/errors.h"
#include "tensorflow/core/lib/core/errors.h"
namespace tensorflow {