Fix third_party/tensorflow/lite/delegates/flex/kernel_test on macos.

PiperOrigin-RevId: 333404102
Change-Id: I36808ac2f584b4e5db6fa6366cf52d287e3a0bef
This commit is contained in:
Yujing Zhang 2020-09-23 17:07:09 -07:00 committed by TensorFlower Gardener
parent 7797c37d10
commit 82163208da

View File

@ -366,7 +366,8 @@ tensorflow::OpDef MakeOpDef(int num_inputs, int num_outputs) {
return op_reg_data.op_def;
}
tensorflow::PartialTensorShape S(std::initializer_list<int64> dims) {
tensorflow::PartialTensorShape S(
std::initializer_list<tensorflow::int64> dims) {
return tensorflow::PartialTensorShape(dims);
}