Project import generated by Copybara.

GitOrigin-RevId: d8caa66de45839696f5bd0786ad3bfbcb9cff632
This commit is contained in:
MediaPipe Team
2020-12-09 22:43:33 -05:00
committed by chuoling
parent f15da632de
commit 2b58cceec9
750 changed files with 22901 additions and 9478 deletions
+14 -1
View File
@@ -34,4 +34,17 @@ index ba50783765..5de5ea01f0 100644
-#include <gmock/gmock-generated-matchers.h>
#include <gmock/gmock-matchers.h>
#include <gmock/gmock-more-matchers.h>
#endif
#include <gmock/gmock.h>
diff --git a/tensorflow/lite/delegates/gpu/cl/serialization.fbs b/tensorflow/lite/delegates/gpu/cl/serialization.fbs
index 67bd587162e..2a3c6bd30dc 100644
--- a/tensorflow/lite/delegates/gpu/cl/serialization.fbs
+++ b/tensorflow/lite/delegates/gpu/cl/serialization.fbs
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-include "tensorflow/lite/delegates/gpu/common/task/serialization_base.fbs";
+include "../common/task/serialization_base.fbs";
namespace tflite.gpu.cl.data;