STT-tensorflow/tensorflow/lite/delegates/gpu/common/task
Robert David 95bf018b21 Use T* instead of Span<T> where the array size is ignored - reducing code size, stack memory usage, and simplifying call sites.
PiperOrigin-RevId: 347505884
Change-Id: Ida413035fb9d3c1e24e2fd773c3e2d5d9ee2cd43
2020-12-14 17:44:55 -08:00
..
arguments.cc Arguments from gpu/cl moved to gpu/common/task. 2020-11-06 07:37:27 -08:00
arguments.h Using common Arguments from gpu/common/task for Metal backend. 2020-11-06 16:16:23 -08:00
buffer_desc.cc
buffer_desc.h
BUILD Added OperationDef to all task descriptors. 2020-12-03 12:57:12 -08:00
compiler_options.h CompilerOptions moved to gpu/common/task. 2020-11-18 15:52:09 -08:00
gpu_object_desc.h
gpu_operation.cc GPUOperation moved to gpu/common/task. 2020-11-23 15:55:08 -08:00
gpu_operation.h GPUOperation moved to gpu/common/task. 2020-11-23 15:55:08 -08:00
gpu_tensor.h Added GpuSpatialTensor interface. 2020-11-09 13:57:20 -08:00
serialization_base_generated.h Added missing enum types for DataType in serialization fbs. 2020-12-11 14:30:48 -08:00
serialization_base.fbs Added missing enum types for DataType in serialization fbs. 2020-12-11 14:30:48 -08:00
storage_type_util.cc storage type utils moved to common folder. 2020-11-24 10:57:45 -08:00
storage_type_util.h storage type utils moved to common folder. 2020-11-24 10:57:45 -08:00
tensor_desc.cc Use T* instead of Span<T> where the array size is ignored - reducing code size, stack memory usage, and simplifying call sites. 2020-12-14 17:44:55 -08:00
tensor_desc.h Use T* instead of Span<T> where the array size is ignored - reducing code size, stack memory usage, and simplifying call sites. 2020-12-14 17:44:55 -08:00
tensor_linear_desc.cc gpu/cl/linear_storage split on LinearStorage (CL specific) and TensorLinearDescriptor (API neutral). 2020-11-04 13:03:29 -08:00
tensor_linear_desc.h gpu/cl/linear_storage split on LinearStorage (CL specific) and TensorLinearDescriptor (API neutral). 2020-11-04 13:03:29 -08:00
testing_util.h Relu test logic moved to gpu/common/tasks. 2020-11-25 12:25:06 -08:00
texture2d_desc.cc gpu/cl/texture2d split on Texture2D (CL specific) and Texture2DDesc (API neutral). 2020-11-03 16:17:44 -08:00
texture2d_desc.h gpu/cl/texture2d split on Texture2D (CL specific) and Texture2DDesc (API neutral). 2020-11-03 16:17:44 -08:00
tuning_type.h TuningType moved to gpu/common/task. 2020-11-16 19:17:36 -08:00
util.cc gpu/cl/kernels/util merged with gpu/common/task/util 2020-11-23 12:53:56 -08:00
util.h gpu/cl/kernels/util merged with gpu/common/task/util 2020-11-23 12:53:56 -08:00
weights_conversion.h Weights conversions separated and moved to gpu/common/task 2020-11-20 17:20:20 -08:00
weights_layout.h conv_common renamed and moved to gpu/common/task/weights_layout. 2020-11-20 13:30:37 -08:00
work_group_picking.cc work_group_picking moved from gpu/cl/kernels to gpu/common/task 2020-11-23 10:17:24 -08:00
work_group_picking.h work_group_picking moved from gpu/cl/kernels to gpu/common/task 2020-11-23 10:17:24 -08:00