.. |
optimized
|
Neon acceleration applied on kernel module.
|
2020-12-15 05:03:45 -08:00 |
reference
|
Merge pull request #45442 from ddavis-2015:div-pr2
|
2020-12-16 16:39:14 -08:00 |
averagepool_quantized_test.cc
|
|
|
batch_to_space_nd_test.cc
|
|
|
BUILD
|
Merge pull request #45442 from ddavis-2015:div-pr2
|
2020-12-16 16:39:14 -08:00 |
common.h
|
Merge pull request #42134 from Tessil:toupstream/fix_64_bit_multiply_by_quantized_multiplier_overflow
|
2020-12-10 15:33:49 -08:00 |
compatibility.h
|
Prefer the standard integral types over custom type-aliases.
|
2020-07-24 12:00:53 -07: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
|
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
|
|
|
mfcc_dct.h
|
|
|
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 |
portable_tensor.h
|
Avoid inclusion of C++ string header in Micro to help with platform porting
|
2020-08-14 16:57:26 -07:00 |
quantization_util_test.cc
|
Remove 64-bit MultiplyByQuantizedMultiplier tests using a negative multiplier as they are not supported
|
2020-12-10 11:02:39 +00:00 |
quantization_util.cc
|
Add casts to std::min/std::max when comparing mis-matched types
|
2020-12-08 20:00:05 -06: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
|
Merge pull request #43957 from Tessil:toupstream/16x8_resize_bilinear
|
2020-11-23 18:58:08 -08:00 |
resize_nearest_neighbor_test.cc
|
Add int16x8 support for RESIZE_NEAREST_NEIGHBOR operator
|
2020-07-17 09:49:44 +01: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
|
Handle edge case in strided slice: begin equal to dim
|
2020-09-22 05:02:38 -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
|
migrate MultiplyByQuantizedMultiplier4Rows to common.
|
2020-11-21 22:17:34 -08:00 |
tensor_utils.cc
|
Prefer the standard integral types over custom type-aliases.
|
2020-07-24 12:00:53 -07:00 |
tensor_utils.h
|
Nit: Fix spelling of function
|
2020-06-25 14:23:21 -07:00 |
tensor.h
|
Avoid inclusion of C++ string header in Micro to help with platform porting
|
2020-08-14 16:57:26 -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
|
|
|
types.h
|
Merge pull request #43320 from tensorflow:revert-43127-revert-38873-tflu_softnax_int16_ref
|
2020-09-22 16:49:49 -07:00 |