Update tensorflow/core/kernels/decode_padded_raw_op.cc

This commit is contained in:
Mihai Maruseac 2021-06-02 19:07:09 -07:00 committed by GitHub
parent fe421f10e6
commit 10fa3b9f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ limitations under the License.
#include "tensorflow/core/framework/common_shape_fns.h"
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/op_requires.h"
#include "tensorflow/core/framework/shape_inference.h"
namespace tensorflow {