STT-tensorflow/tensorflow/lite/delegates/gpu/cl/kernels
Raman Sarokin 465aeca042 Serialization of OpenCL InferenceContext.
PiperOrigin-RevId: 337185119
Change-Id: I3841fd093a692a4acd851792f723381fd29e53bc
2020-10-14 15:31:13 -07:00
..
special Added new specialized kernel that replace FullyConnected + FullyConnected + Add. 2020-09-28 16:37:58 -07:00
add_test.cc Removed ElementwiseOperation. 2020-08-03 17:18:01 -07:00
add.cc Removed ElementwiseOperation. 2020-08-03 17:18:01 -07:00
add.h Removed ElementwiseOperation. 2020-08-03 17:18:01 -07:00
BUILD Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
cl_test.cc Added new stage in life of intermediate representation. 2020-09-30 18:14:38 -07:00
cl_test.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
concat_test.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
concat_xy.cc Added enum for tensor to grid mapping. 2020-08-13 11:17:17 -07:00
concat_xy.h Added enum for tensor to grid mapping. 2020-08-13 11:17:17 -07:00
concat_z.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
concat_z.h Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
conv_buffer_1x1_test.cc Removed useless Status and CreationContext from convolution kernels. 2020-08-18 21:07:15 -07:00
conv_buffer_1x1.cc Removed useless Status and CreationContext from convolution kernels. 2020-08-18 21:07:15 -07:00
conv_buffer_1x1.h Removed useless Status and CreationContext from convolution kernels. 2020-08-18 21:07:15 -07:00
conv_common.h Added converter of BHWC tensor to convolution weights (in specific layout). 2020-04-30 15:30:38 -07:00
conv_constants_test.cc ConvConstants converted to generic GPUOperation. 2020-08-25 17:16:36 -07:00
conv_constants.cc ConvConstants converted to generic GPUOperation. 2020-08-25 17:16:36 -07:00
conv_constants.h ConvConstants converted to generic GPUOperation. 2020-08-25 17:16:36 -07:00
conv_powervr_test.cc Removed useless Status and CreationContext from convolution kernels. 2020-08-18 21:07:15 -07:00
conv_powervr.cc Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
conv_powervr.h Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
conv_weights_converter.cc Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
conv_weights_converter.h Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
converter.cc Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
converter.h Remove interface copy. Same interface is defined in gpu/spi.h 2019-08-23 09:11:31 -07:00
convolution_transposed_3x3_test.cc Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed_3x3_thin_test.cc Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed_3x3_thin.cc Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed_3x3_thin.h Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed_3x3.cc Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
convolution_transposed_3x3.h Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
convolution_transposed_4x4_test.cc Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed_4x4.cc Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
convolution_transposed_4x4.h Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
convolution_transposed_test.cc Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed_thin_test.cc Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed_thin.cc Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed_thin.h Removed useless Status and CreationContext from convolution transposed kernels. 2020-08-18 21:40:22 -07:00
convolution_transposed.cc Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
convolution_transposed.h Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
depthwise_conv_3x3_test.cc Removed useless Status and CreationContext from depth wise convolution kernels. 2020-08-18 22:15:31 -07:00
depthwise_conv_3x3.cc Removed useless Status and CreationContext from depth wise convolution kernels. 2020-08-18 22:15:31 -07:00
depthwise_conv_3x3.h Removed useless Status and CreationContext from depth wise convolution kernels. 2020-08-18 22:15:31 -07:00
depthwise_conv_test.cc DepthwiseConvolution(2D/3D) converted to generic GPUOperation. 2020-08-24 17:39:07 -07:00
depthwise_conv.cc Added support of dynamic weights for DepthWise Convolution in OpenCL. 2020-10-07 12:04:40 -07:00
depthwise_conv.h Added support of dynamic weights for DepthWise Convolution in OpenCL. 2020-10-07 12:04:40 -07:00
elementwise_test.cc Added comparison operations to OpenCL backend. 2020-09-03 18:04:50 -07:00
elementwise.cc Using native_ equivalents in tanh for FP16. 2020-09-22 14:15:55 -07:00
elementwise.h Removed CreationContext from some ops. 2020-08-19 13:35:44 -07:00
fully_connected_test.cc Print the used precision when a check fails. 2020-09-17 12:18:13 -07:00
fully_connected.cc Run IWYU and build_cleaner on fully_connected. 2020-09-23 11:02:21 -07:00
fully_connected.h Run IWYU and build_cleaner on fully_connected. 2020-09-23 11:02:21 -07:00
gpu_operation.cc Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
gpu_operation.h Serialization of OpenCL InferenceContext. 2020-10-14 15:31:13 -07:00
lstm_full_test.cc Add support for full LSTM operation in GPU delegate. 2020-09-10 10:29:53 -07:00
lstm_test.cc LSTM converted to generic GPUOperation. 2020-08-24 12:45:40 -07:00
lstm.cc LSTM converted to generic GPUOperation. 2020-08-24 12:45:40 -07:00
lstm.h LSTM converted to generic GPUOperation. 2020-08-24 12:45:40 -07:00
max_unpooling_test.cc MaxUnpooling converted to generic GPUOperation. 2020-08-24 12:56:50 -07:00
max_unpooling.cc MaxUnpooling converted to generic GPUOperation. 2020-08-24 12:56:50 -07:00
max_unpooling.h MaxUnpooling converted to generic GPUOperation. 2020-08-24 12:56:50 -07:00
mean_stddev_normalization_test.cc Mini-optimization on MeanStdDevNormalization: Don't reload tmp[local_id], it has the same value as in previous iterations. 2020-09-17 13:20:52 -07:00
mean_stddev_normalization.cc Better work group selection for MeanStdDevNormalization. 2020-09-21 15:59:20 -07:00
mean_stddev_normalization.h Set workgroup size based on the tensor size. 2020-09-02 17:46:01 -07:00
mean_test.cc Virtual Tune splitted to Virtual GetPossibleKernelWorkGroups(API neutral) and non-virtual generic Tune(API specific). 2020-08-11 09:36:33 -07:00
mean.cc Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
mean.h Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
padding_test.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
padding.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
padding.h Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
pooling_test.cc Pooling converted to generic GPUOperation. 2020-08-24 13:17:47 -07:00
pooling.cc Pooling converted to generic GPUOperation. 2020-08-24 13:17:47 -07:00
pooling.h Pooling converted to generic GPUOperation. 2020-08-24 13:17:47 -07:00
prelu_test.cc Added support of HWC alpha in PReLU. 2020-08-19 17:55:32 -07:00
prelu.cc Added support of HWC alpha in PReLU. 2020-08-19 17:55:32 -07:00
prelu.h Added support of HWC alpha in PReLU. 2020-08-19 17:55:32 -07:00
quantize_and_dequantize_test.cc Removed CreationContext from some ops. 2020-08-19 13:35:44 -07:00
quantize_and_dequantize.cc Removed CreationContext from some ops. 2020-08-19 13:35:44 -07:00
quantize_and_dequantize.h Removed CreationContext from some ops. 2020-08-19 13:35:44 -07:00
reduce_test.cc Added new operation types(for reduce operations). 2020-08-31 13:18:47 -07:00
reduce.cc Added new operation types(for reduce operations). 2020-08-31 13:18:47 -07:00
reduce.h Added new operation types(for reduce operations). 2020-08-31 13:18:47 -07:00
relu_test.cc Removed CreationContext from some ops. 2020-08-19 13:35:44 -07:00
relu.cc Removed CreationContext from some ops. 2020-08-19 13:35:44 -07:00
relu.h Removed CreationContext from some ops. 2020-08-19 13:35:44 -07:00
reshape_test.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
reshape.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
reshape.h Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
reshapex4_test.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
reshapex4.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
reshapex4.h Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
resize_test.cc Reading of half_pixel_centers attribute for TfLiteResizeNearestNeighborParams in model_builder. 2020-07-30 19:45:02 -07:00
resize.cc Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
resize.h Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
softmax1x1_test.cc Added layout to TensorDescriptor. 2020-01-13 01:04:41 -08:00
softmax1x1.cc Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
softmax1x1.h Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
softmax_test.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
softmax.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
softmax.h Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
space_to_depth_test.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
space_to_depth.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
space_to_depth.h Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
strided_slice_test.cc Added layout to TensorDescriptor. 2020-01-13 01:04:41 -08:00
strided_slice.cc Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
strided_slice.h Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
transpose_test.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
transpose.cc Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
transpose.h Removed specializations for many ops. 2020-08-13 20:08:36 -07:00
tuning_parameters.h Run IWYU and build_cleaner on fully_connected. 2020-09-23 11:02:21 -07:00
util.cc Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
util.h Changed signature of queue->Dispatch. 2020-10-12 18:47:43 -07:00
winograd_test.cc Removed useless Status and CreationContext from convolution kernels. 2020-08-18 21:07:15 -07:00
winograd.cc Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
winograd.h Signature of BindArguments changed to use argument instead of class member. 2020-10-12 16:48:35 -07:00
work_group_picking.cc Virtual Tune splitted to Virtual GetPossibleKernelWorkGroups(API neutral) and non-virtual generic Tune(API specific). 2020-08-11 09:36:33 -07:00
work_group_picking.h Run IWYU and build_cleaner on fully_connected. 2020-09-23 11:02:21 -07:00