STT-tensorflow/tensorflow/lite/delegates/gpu/cl
Raman Sarokin fdec32072d Internal API extended to support serialized model building/loading.
PiperOrigin-RevId: 337211816
Change-Id: Idda1c5e23c9ec218f7645a806d27071551e82f0a
2020-10-14 18:00:20 -07:00
..
kernels Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
selectors Fixed typo from recent CL. 2020-10-13 12:32:44 -07:00
testing Internal API extended to support serialized model building/loading. 2020-10-14 18:00:20 -07:00
api.cc Internal API extended to support serialized model building/loading. 2020-10-14 18:00:20 -07:00
api.h Internal API extended to support serialized model building/loading. 2020-10-14 18:00:20 -07:00
arguments_test.cc Clarified interface of Arguments. 2020-08-27 10:07:00 -07:00
arguments.cc Downgrade c++17 syntax to c++14. 2020-10-14 15:11:40 -07:00
arguments.h Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
buffer_test.cc
buffer.cc Added CPU representation for LinearStorage. 2020-08-18 11:16:49 -07:00
buffer.h Added CPU representation for Buffer and Texture2D. 2020-08-17 12:18:31 -07:00
BUILD Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
cl_command_queue.cc Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
cl_command_queue.h Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
cl_context.cc Added info about supported image formats to DeviceInfo. 2020-08-06 17:56:21 -07:00
cl_context.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
cl_device.cc Removed useless Status and CreationContext from convolution kernels. 2020-08-18 21:07:15 -07:00
cl_device.h Using DeviceInfo instead of CLDevice. 2020-10-06 19:22:21 -07:00
cl_errors.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
cl_event.cc
cl_event.h
cl_image_format.cc
cl_image_format.h
cl_kernel.cc KernelInfo separated from kernel. 2020-08-07 13:10:25 -07:00
cl_kernel.h KernelInfo separated from kernel. 2020-08-07 13:10:25 -07:00
cl_memory.cc
cl_memory.h
cl_program.cc Enable OpenCL 2.0 or 3.0 compilation when the device supports it. 2020-08-18 13:59:58 -07:00
cl_program.h Enable OpenCL 2.0 or 3.0 compilation when the device supports it. 2020-08-18 13:59:58 -07:00
cl_test.h
compiled_program_cache_generated.h Fix file extension. 2020-10-13 17:13:36 -07:00
compiled_program_cache.fbs
device_info.cc Add ARM Mali G68 and G78 GPUs. 2020-09-23 17:54:51 -07:00
device_info.h Add ARM Mali G68 and G78 GPUs. 2020-09-23 17:54:51 -07:00
egl_sync.cc tflite/egl_sync: Return early if extensions are not supported 2020-06-03 22:43:40 +03:00
egl_sync.h Google specific refactoring. 2020-05-27 10:35:53 -07:00
environment.cc Using DeviceInfo instead of CLDevice. 2020-10-06 19:22:21 -07:00
environment.h Using DeviceInfo instead of CLDevice. 2020-10-06 19:22:21 -07:00
gl_interop.cc Nit: Use holds_alternative<T> instead of get_if<T> on variants when the result is only used as a bool. 2020-05-26 17:51:31 -07:00
gl_interop.h Google specific refactoring. 2020-05-27 10:35:53 -07:00
gpu_api_delegate.cc Introduce custom transformations placeholders and rename ApplyModelTransformations. 2020-09-01 14:01:34 -07:00
gpu_api_delegate.h tflite: Refactor core/macros.h, c/c_api.h and c/common.h 2020-07-22 02:13:37 -07:00
gpu_object.cc Added attributes for buffer. 2020-06-24 10:05:12 -07:00
gpu_object.h Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
inference_context.cc Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
inference_context.h Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
linear_storage.cc Added support of int types to Texture2DDescriptor. 2020-09-24 11:12:07 -07:00
linear_storage.h Added CPU representation for LinearStorage. 2020-08-18 11:16:49 -07:00
model_hints.h Experimental feature. 2020-07-21 16:44:30 -07:00
opencl_wrapper.cc Internal change 2020-10-12 17:13:34 -07:00
opencl_wrapper.h Added support of Windows to opencl_wrapper. 2020-06-12 13:52:20 -07:00
precision.cc
precision.h Rename DepthWise to Depthwise. 2020-04-02 17:38:38 -07:00
program_cache.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
program_cache.h Change unordered containers to Swiss table. 2020-08-06 16:27:38 -07:00
run_tests.sh Added more processor ABIs to shell scripts. 2020-09-15 11:34:04 -07:00
serialization.cc Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
serialization.fbs Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
serialization.h Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
storage_type_util.cc Added info about supported image formats to DeviceInfo. 2020-08-06 17:56:21 -07:00
storage_type_util.h Added info about supported image formats to DeviceInfo. 2020-08-06 17:56:21 -07:00
tensor_test.cc Removed unused argument. 2020-08-18 11:10:34 -07:00
tensor_type_util.cc
tensor_type_util.h
tensor_type.cc Added new utility functions to TensorDescriptor for codegen simplification and generalization. 2020-09-02 16:53:06 -07:00
tensor_type.h Added new utility functions to TensorDescriptor for codegen simplification and generalization. 2020-09-02 16:53:06 -07:00
tensor.cc Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
tensor.h Added CPU representation for Tensor. 2020-08-18 13:52:51 -07:00
texture2d_test.cc
texture2d.cc Added support of int types to Texture2DDescriptor. 2020-09-24 11:12:07 -07:00
texture2d.h Added support of int types to Texture2DDescriptor. 2020-09-24 11:12:07 -07:00
util.cc Added support of int types to Texture2DDescriptor. 2020-09-24 11:12:07 -07:00
util.h Added support of int types to Texture2DDescriptor. 2020-09-24 11:12:07 -07:00