STT-tensorflow/tensorflow/lite/kernels/internal
T.J. Alumbaugh 60be0c3c0e Restore functionality of --define=tflite_with_ruy=true
PiperOrigin-RevId: 317677225
Change-Id: If6533fdfeb21f676dd4b77a536b1aca894a03003
2020-06-22 10:49:06 -07:00
..
optimized Restore functionality of --define=tflite_with_ruy=true 2020-06-22 10:49:06 -07:00
reference Full int8 quantization BatchMatMul 2020-06-19 07:33:08 -07:00
averagepool_quantized_test.cc Added test for optimized average pooling that tests a tensor with values concentrated around the endpoints of the int8 numerical range. 2019-11-06 17:35:38 -08:00
batch_to_space_nd_test.cc Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
BUILD Adds quantized support to TFL BatchMatmul 2020-06-08 13:42:29 -07:00
common.h replace std::round() with TfLiteRound(). 2020-04-22 20:02:37 +01:00
compatibility.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
conv_per_channel_quantized_16x8_test.cc Merge pull request from wwwind:conv2d_16x8 2020-04-22 11:00:02 -07:00
cppmath.h Merge pull request from antmicro:tf-demo-update 2020-05-29 14:11:17 -07:00
depthwiseconv_float_test.cc Don't access CpuBackendContext concurrently from multiple threads. 2019-05-30 12:38:39 -07:00
depthwiseconv_per_channel_quantized_16x8_test.cc Merge pull request from wwwind:depthwise_conv2d_16x8 2020-02-24 03:04:36 -08:00
depthwiseconv_per_channel_quantized_test.cc minor spelling tweaks 2020-03-19 01:09:19 +09:00
depthwiseconv_quantized_test.cc Tweak test sizes for depthwise_conv 2020-04-16 14:00:31 -07:00
kernel_utils.cc Create BatchQuantizeFloats, to replace a common pattern in multiple operators. 2020-06-11 09:57:50 -07:00
kernel_utils.h Adds asymmetric quantized inputs for hybrid ops in future models. 2020-04-03 00:31:28 -07:00
legacy_types.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
log_quantized_test.cc Add Mbed CI testing support 2019-09-05 13:53:45 -07:00
logsoftmax_quantized_test.cc Optimize quantized (uint8) log softmax via lookup table. 2019-09-13 22:28:26 -07:00
max.h Change std::max, std::min, std::round to tflite::TfLiteMax, tflite::TfLiteMin, tflite::TfLiteRound 2020-05-28 10:29:38 +02:00
maxpool_quantized_test.cc Fix shape populating. 2019-05-14 00:07:09 -07:00
mfcc_dct.cc Avoid ambiguous math overloads 2019-04-16 16:38:16 -07:00
mfcc_dct.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
mfcc_mel_filterbank.cc [lite] check index channel before accessing center_frequencies_ 2020-02-01 06:57:38 -05:00
mfcc_mel_filterbank.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
mfcc.cc Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
mfcc.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
min.h Change std::max, std::min, std::round to tflite::TfLiteMax, tflite::TfLiteMin, tflite::TfLiteRound 2020-05-28 10:29:38 +02:00
non_max_suppression_test.cc Adds builtin ops for NMS & Soft NMS in TFLite 2019-09-03 16:42:59 -07:00
per_channel_dequantize_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
quantization_util_test.cc Handle edge cases gracefully in GetInvSqrtQuantizedMultiplierExp. 2019-12-04 11:46:35 -08:00
quantization_util.cc Add indirection layer for selecting cmath functions from global namespace. 2020-03-27 16:06:11 -07:00
quantization_util.h Add indirection layer for selecting cmath functions from global namespace. 2020-03-27 16:06:11 -07:00
resize_bilinear_test.cc Adds implementation of half_pixel_centers in TFLite's resize-bilinear kernels. 2020-01-14 13:02:52 -08:00
resize_nearest_neighbor_test.cc Redo:Adds support for half_pixel_centers & align_corners in TFLite's resizeNN kernel. 2020-04-27 16:08:02 -07:00
softmax_quantized_test.cc optimize softmax quantized with two uint8 lookup table methods. 2020-06-08 00:50:47 -07:00
spectrogram.cc minor spelling tweaks 2020-03-19 01:09:19 +09:00
spectrogram.h Add missing declarations for explicit instantiations. 2019-06-12 18:28:50 -07:00
strided_slice_logic_test.cc Fix StridedSlicePadIndices made output empty 2019-08-11 23:31:41 -07:00
strided_slice_logic.h Fixing strided_slice if a dimension is 0 2020-04-02 15:11:55 -07:00
tensor_ctypes.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
tensor_test.cc Make portable test suite in kernels/internal package combined 2019-10-01 22:43:49 -07:00
tensor_utils_test.cc Add optimized MatrixBatchVectorMultiplyAccumulate for asymmetric inputs for sse 2020-05-18 01:35:29 -07:00
tensor_utils.cc Use sse_tensor_utils when SSSE 3 is available instead of just SSE 4.1. 2020-02-04 13:00:56 -08:00
tensor_utils.h Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
tensor.h Fix bazel TFLM compilation w/ TF_LITE_STATIC_MEMORY 2020-05-14 16:27:45 -07:00
test_util.cc Fix msvc execution of TFLite C/Kernel tests 2020-04-20 15:33:40 -07:00
test_util.h Fix msvc execution of TFLite C/Kernel tests 2020-04-20 15:33:40 -07:00
transpose_utils_test.cc Implement general dimension reduction optimizations 2019-10-24 07:09:09 -07:00
transpose_utils.cc Implement general dimension reduction optimizations 2019-10-24 07:09:09 -07:00
transpose_utils.h Implement general dimension reduction optimizations 2019-10-24 07:09:09 -07:00
types.h optimize softmax quantized with two uint8 lookup table methods. 2020-06-08 00:50:47 -07:00