STT-tensorflow/tensorflow/lite/delegates/gpu/gl
Taehee Jeong 282f234242 Adds QuantizeAndDequantize kernel to Metal backend
* Fixed comment to match implementation.

PiperOrigin-RevId: 314684033
Change-Id: Ice38717811c8a5f6abf4a4fb65ecbdf7b9ed42ca
2020-06-04 01:02:22 -07:00
..
compiler TFLite GPU OpenGL: Fix fuse_auto_input by skipping fusions which will result in duplicate inputs, e.g. diamond shapes. 2020-04-13 14:55:01 -07:00
converters Rename IntegralDivideRoundUp to DivideRoundUp. 2020-04-20 12:06:03 -07:00
kernels Adds QuantizeAndDequantize kernel to Metal backend 2020-06-04 01:02:22 -07:00
runtime TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
workgroups Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
api2.cc Rename IntegralDivideRoundUp to DivideRoundUp. 2020-04-20 12:06:03 -07:00
api2.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
api.cc Rename IntegralDivideRoundUp to DivideRoundUp. 2020-04-20 12:06:03 -07:00
api.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
BUILD TFLite GPU: Cut GL kernels' dependency on GraphFloat32. 2020-04-15 16:22:15 -07:00
command_queue.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
command_queue.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
common.fbs Add missing license headers to flatbuffer schema files 2019-11-06 14:42:09 -08:00
compiled_model.fbs Nit: Remove trailing whitespace. 2020-05-20 09:04:03 -07:00
compiler_options.h Add support for Vulkan specific GLSL code generation. 2019-09-13 17:51:41 -07:00
compiler.cc Rename IntegralDivideRoundUp to DivideRoundUp. 2020-04-20 12:06:03 -07:00
compiler.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
egl_context.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
egl_context.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
egl_environment.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
egl_environment.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
egl_surface.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
egl_surface.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
float16_conversions.cc Published the GPU delegates. 2019-03-28 14:09:57 -07:00
float16_conversions.h Published the GPU delegates. 2019-03-28 14:09:57 -07:00
gl_buffer_test.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_buffer.cc Fixes linkage error on pre-18 Android where GLESv3 is not available 2020-05-15 14:57:39 -07:00
gl_buffer.h Fixes linkage error on pre-18 Android where GLESv3 is not available 2020-05-15 14:57:39 -07:00
gl_call.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_errors.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_errors.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_program.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_program.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_shader.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_shader.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_sync.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_sync.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_texture.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
gl_texture.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
metadata.fbs Add missing license headers to flatbuffer schema files 2019-11-06 14:42:09 -08:00
node_shader.h TFLite GPU: Cut GL kernels' dependency on GraphFloat32. 2020-04-15 16:22:15 -07:00
object_manager.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
object_manager.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
object.h 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
portable_egl.h Published the GPU delegates. 2019-03-28 14:09:57 -07:00
portable_gl31.h Published the GPU delegates. 2019-03-28 14:09:57 -07:00
request_gpu_info.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
request_gpu_info.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
runtime_options.h Published the GPU delegates. 2019-03-28 14:09:57 -07:00
runtime.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
runtime.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
serialization_test.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
serialization.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
serialization.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
stats.h Published the GPU delegates. 2019-03-28 14:09:57 -07:00
variable.h TFLite GPU OpenGL: Add vector<float4> to Variable. 2019-07-30 19:56:30 -07:00
workgroups.fbs Add missing license headers to flatbuffer schema files 2019-11-06 14:42:09 -08:00