Fix third_party/tensorflow/lite/delegates/flex/kernel_test on macos.
PiperOrigin-RevId: 333404102 Change-Id: I36808ac2f584b4e5db6fa6366cf52d287e3a0bef
This commit is contained in:
parent
7797c37d10
commit
82163208da
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user