.. |
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
|
|
|
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
|
remove ambiguous reference to int64.
|
2020-02-05 20:13:22 +00:00 |
conv_per_channel_quantized_16x8_test.cc
|
Merge pull request #35946 from wwwind:conv2d_16x8
|
2020-04-22 11:00:02 -07:00 |
cppmath.h
|
Merge pull request #38111 from antmicro:tf-demo-update
|
2020-05-29 14:11:17 -07:00 |
depthwiseconv_float_test.cc
|
|
|
depthwiseconv_per_channel_quantized_16x8_test.cc
|
Merge pull request #36129 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
|
|
|
log_quantized_test.cc
|
|
|
logsoftmax_quantized_test.cc
|
|
|
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
|
|
|
mfcc_dct.cc
|
Avoid ambiguous math overloads
|
2019-04-16 16:38:16 -07:00 |
mfcc_dct.h
|
|
|
mfcc_mel_filterbank.cc
|
|
|
mfcc_mel_filterbank.h
|
|
|
mfcc.cc
|
|
|
mfcc.h
|
|
|
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
|
|
|
per_channel_dequantize_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
quantization_util_test.cc
|
|
|
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
|
|
|
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
|
|
|
strided_slice_logic_test.cc
|
|
|
strided_slice_logic.h
|
Fixing strided_slice if a dimension is 0
|
2020-04-02 15:11:55 -07:00 |
tensor_ctypes.h
|
|
|
tensor_test.cc
|
|
|
tensor_utils_test.cc
|
Add optimized MatrixBatchVectorMultiplyAccumulate for asymmetric inputs for sse
|
2020-05-18 01:35:29 -07:00 |
tensor_utils.cc
|
|
|
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
|
|
|
transpose_utils.cc
|
|
|
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 |