Google specific refactoring.

PiperOrigin-RevId: 313415673
Change-Id: I9f4948710229d154871afc5ef25aaf6799ddc380
This commit is contained in:
Robert David 2020-05-27 10:27:57 -07:00 committed by TensorFlower Gardener
parent 624390fc19
commit bbf6da560a
7 changed files with 14 additions and 9 deletions

View File

@ -15,10 +15,11 @@ limitations under the License.
#include "tensorflow/lite/delegates/gpu/cl/api.h"
#include <EGL/eglext.h>
#include <algorithm>
#include <cstring>
#include <EGL/eglext.h>
#include "absl/memory/memory.h"
#include "absl/types/span.h"
#include "tensorflow/lite/delegates/gpu/cl/cl_command_queue.h"

View File

@ -16,10 +16,11 @@ limitations under the License.
#ifndef TENSORFLOW_LITE_DELEGATES_GPU_CL_API_H_
#define TENSORFLOW_LITE_DELEGATES_GPU_CL_API_H_
#include <EGL/egl.h>
#include <cstdint>
#include <memory>
#include <EGL/egl.h>
#include "absl/types/span.h"
#include "tensorflow/lite/delegates/gpu/api.h"
#include "tensorflow/lite/delegates/gpu/common/model.h"

View File

@ -18,6 +18,7 @@ limitations under the License.
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include "tensorflow/lite/delegates/gpu/common/status.h"
namespace tflite {

View File

@ -16,10 +16,11 @@ limitations under the License.
#ifndef TENSORFLOW_LITE_DELEGATES_GPU_CL_GL_INTEROP_H_
#define TENSORFLOW_LITE_DELEGATES_GPU_CL_GL_INTEROP_H_
#include <vector>
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <vector>
#include "tensorflow/lite/delegates/gpu/cl/cl_command_queue.h"
#include "tensorflow/lite/delegates/gpu/cl/cl_context.h"
#include "tensorflow/lite/delegates/gpu/cl/cl_device.h"

View File

@ -16,10 +16,10 @@ limitations under the License.
#ifndef TENSORFLOW_LITE_DELEGATES_GPU_CL_GPU_API_DELEGATE_H_
#define TENSORFLOW_LITE_DELEGATES_GPU_CL_GPU_API_DELEGATE_H_
#include <stdint.h>
#include <EGL/egl.h>
#include <GLES3/gl31.h>
#include <stdint.h>
#include "tensorflow/lite/c/common.h"
#include "tensorflow/lite/delegates/gpu/delegate.h"

View File

@ -15,6 +15,9 @@ limitations under the License.
#include "tensorflow/lite/delegates/gpu/gl_delegate.h"
#include <EGL/egl.h>
#include <GLES3/gl31.h>
#include <algorithm>
#include <cstdint>
#include <cstring>
@ -22,8 +25,6 @@ limitations under the License.
#include <unordered_set>
#include <vector>
#include <EGL/egl.h>
#include <GLES3/gl31.h>
#include "absl/types/span.h"
#include "tensorflow/lite/builtin_ops.h"
#include "tensorflow/lite/c/common.h"

View File

@ -16,9 +16,9 @@ limitations under the License.
#ifndef TENSORFLOW_LITE_DELEGATES_GPU_GL_DELEGATE_H_
#define TENSORFLOW_LITE_DELEGATES_GPU_GL_DELEGATE_H_
#include <GLES3/gl31.h>
#include <stdint.h>
#include <GLES3/gl31.h>
#include "absl/base/macros.h"
#include "tensorflow/lite/c/common.h"