Merge pull request #46263 from rsun-bdti:expand_dims_cleanup

PiperOrigin-RevId: 350672464
Change-Id: I4be9bfa515192b35be6c370597af459d35652882
This commit is contained in:
TensorFlower Gardener 2021-01-07 17:56:23 -08:00
commit e5bc25f110

View File

@ -1,5 +1,3 @@
#include <stdint.h>
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
@ -14,6 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include <stdint.h>
#include <string.h>
#include "tensorflow/lite/c/common.h"