.. |
optimized
|
Merge pull request #44094 from lgeiger:movi-instr
|
2020-10-19 16:38:11 -07:00 |
reference
|
Fix for TFlite quantized mean operator.
|
2020-10-15 09:49:19 -07:00 |
averagepool_quantized_test.cc
|
|
|
batch_to_space_nd_test.cc
|
|
|
BUILD
|
Change TFLite python:interpreter target environment constraints to non_prod.
|
2020-10-06 13:49:25 -07:00 |
common.h
|
Merge pull request #43320 from tensorflow:revert-43127-revert-38873-tflu_softnax_int16_ref
|
2020-09-22 16:49:49 -07: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
|
Migrate TensorFlow Lite out of tensorflow/contrib
|
2018-10-31 14:20:28 -07:00 |
log_quantized_test.cc
|
|
|
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
|
|
|
mfcc_dct.cc
|
|
|
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 |
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
|
Handle edge cases gracefully in GetInvSqrtQuantizedMultiplierExp.
|
2019-12-04 11:46:35 -08:00 |
quantization_util.cc
|
Prefer the standard integral types over custom type-aliases.
|
2020-07-24 12:00:53 -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
|
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
|
|
|
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
|
|
|
tensor_test.cc
|
|
|
tensor_utils_test.cc
|
Add a MeanStddevNormalization test case with large vectors for three implementations: float, experimental/FP16 and GPU delegate.
|
2020-09-03 19:29:55 -07: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
|
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
|
Merge pull request #43320 from tensorflow:revert-43127-revert-38873-tflu_softnax_int16_ref
|
2020-09-22 16:49:49 -07:00 |