STT-tensorflow/tensorflow/lite/micro/kernels
2020-10-20 19:32:47 +03:00
..
arc_mli Switch conv, depthwise_conv and fully_connected kernels to flat namespace. Fixed code acording to options (-Wreorder, -Wunused-function). Fixed filters for new default linker options. 2020-10-20 19:32:47 +03:00
cmsis-nn Switch TFLM svdf kernels to flat namespace. 2020-10-08 05:51:51 -07:00
ethos-u Merge pull request from mansnils:ethosu 2020-09-08 13:28:54 -07:00
vexriscv Merge pull request from danielyou0230:utils_vexriscv 2020-09-02 17:39:47 -07:00
xtensa_hifi Prefer the standard integral types over custom type-aliases. 2020-07-23 22:27:28 -07:00
xtensa_hifimini Use correct QuantizeMultiplier for xtensa_hifimini kernels. 2020-10-13 12:13:57 -07:00
xtensa_hifimini_staging Prefer the standard integral types over custom type-aliases. 2020-07-23 22:27:28 -07:00
activation_utils.h Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
activations_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
activations.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
add_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
add.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
arg_min_max_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
arg_min_max.cc Prefer the standard integral types over custom type-aliases. 2020-07-23 22:27:28 -07:00
BUILD Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
ceil_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
ceil.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
circular_buffer_test.cc Deprecate and remove testing/test_utils.h from TF Micro. 2020-10-07 15:17:49 -07:00
circular_buffer.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
comparisons_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
comparisons.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
concatenation_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
concatenation.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
conv_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
conv.cc Check that input, output and filter tensors are of the same type in 2020-10-16 02:49:00 -07:00
depthwise_conv_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
depthwise_conv.cc Switch TFLM DepthwiseConv2D kernels to flat namespace. 2020-10-07 13:54:16 -07:00
dequantize_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
dequantize.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
elementwise_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
elementwise.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
ethosu.cc PR : TFLu: Add ethos-u55 kernel 2020-06-05 12:21:45 -07:00
floor_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
floor.cc Port the floor kernel to the new TfLiteEvalTensor API. 2020-07-24 11:05:45 -07:00
fully_connected_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
fully_connected.cc Revert the revert of PR 2020-10-07 16:40:54 -07:00
fully_connected.h Revert the revert of PR 2020-10-07 16:40:54 -07:00
hard_swish_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
hard_swish.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
kernel_runner.cc *** Reason for rollback *** 2020-09-23 17:37:54 -07:00
kernel_runner.h *** Reason for rollback *** 2020-09-23 17:37:54 -07:00
kernel_util.cc Reduce code size by removing GetTensorShape() from inline and move to CC file. 2020-08-31 11:53:17 -07:00
kernel_util.h Reduce code size by removing GetTensorShape() from inline and move to CC file. 2020-08-31 11:53:17 -07:00
l2norm_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
l2norm.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
logical_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
logical.cc Port the logical kernel to the TfLiteEvalTensor API. 2020-07-24 12:10:49 -07:00
logistic_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
logistic.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
maximum_minimum_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
maximum_minimum.cc Port the maximum and minimum kernel to the new TfLiteEvalTensor API. 2020-07-24 12:30:39 -07:00
micro_ops.h Switch TFLM svdf kernels to flat namespace. 2020-10-08 05:51:51 -07:00
micro_utils.h
mul_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
mul.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
neg_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
neg.cc Port the neg kernel to the new TfLiteEvalTensor API. 2020-07-24 12:42:10 -07:00
pack_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
pack.cc Port the pack kernel to the new TfLiteEvalTensor API. 2020-07-24 13:07:34 -07:00
pad_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
pad.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
pooling_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
pooling.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
prelu_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
prelu.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
quantization_util_test.cc Prefer the standard integral types over custom type-aliases. 2020-07-23 22:27:28 -07:00
quantize_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
quantize.cc Switch TFLM quantize kernels to flat namespace. 2020-10-07 14:12:29 -07:00
reduce_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
reduce.cc Add support for non-4D input tensors in MEAN operator. 2020-09-21 16:11:28 -07:00
reshape_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
reshape.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
resize_nearest_neighbor_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
resize_nearest_neighbor.cc Do not specify -DNDEBUG by default and completely remove -DDEBUG. 2020-09-18 23:38:04 -07:00
round_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
round.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
shape_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
shape.cc fixing a few things up. 2020-10-06 10:00:03 -07:00
softmax_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
softmax.cc Switch TFLM softmax kernels to flat namespace. 2020-10-07 14:32:58 -07:00
split_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
split_v_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
split_v.cc Some style changes to splitV. Changed tests to use a single function template. 2020-09-04 11:48:33 +03:00
split.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
strided_slice_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
strided_slice.cc Port the split, strided_slice and sub kernels to the new TfLiteEvalTensor API along with removing initializer lists from their tests. 2020-07-27 15:33:38 -07:00
sub_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
sub.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
svdf_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
svdf.cc Switch TFLM svdf kernels to flat namespace. 2020-10-08 05:51:51 -07:00
tanh_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
tanh.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:10:11 -07:00
unpack_test.cc Refactor micro_utils and test_helpers to use template methods. 2020-10-19 07:01:54 -07:00
unpack.cc Port the tanh and unpack kernels to the new TfLiteEvalTensor API along with other minor clean-ups. 2020-07-23 15:52:14 -07:00