Fix import path

This commit is contained in:
Geeta Chavan 2020-12-17 12:03:55 -08:00
parent 6f62fd10ea
commit a6d2785421

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 {