TFLM: Remove <complex> header import from portable_tensor.h

This header is not used.

PiperOrigin-RevId: 350298042
Change-Id: Icab6b4f6b42c3d5f958d6566d0469d259a2a9043
This commit is contained in:
Tiezhen WANG 2021-01-06 00:23:32 -08:00 committed by TensorFlower Gardener
parent 934d476896
commit 1e02ad78cf

View File

@ -15,7 +15,6 @@ limitations under the License.
#ifndef TENSORFLOW_LITE_KERNELS_INTERNAL_PORTABLE_TENSOR_H_
#define TENSORFLOW_LITE_KERNELS_INTERNAL_PORTABLE_TENSOR_H_
#include <complex>
#include <vector>
#include "tensorflow/lite/c/common.h"