.. |
arc_mli
|
PR #45678: clangformat all the files under the micro directory.
|
2020-12-15 10:56:12 -08:00 |
cmsis-nn
|
address review comments.
|
2021-01-11 20:56:44 -08:00 |
ethos-u
|
Merge remote-tracking branch origin/upstream/master
|
2020-11-25 15:23:56 +01:00 |
test_data_generation
|
Explicitly disable layering check for TFLM bazel packages.
|
2021-01-11 14:06:24 -08:00 |
vexriscv
|
a bit more
|
2020-10-29 17:31:40 +03:00 |
xtensa
|
Updates based on discussion with Nat.
|
2021-01-07 15:29:55 -08:00 |
xtensa_hifi
|
PR #45678: clangformat all the files under the micro directory.
|
2020-12-15 10:56:12 -08: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
|
Merge pull request #46242 from advaitjain:refactor-fully_connected
|
2021-01-12 14:18:57 -08:00 |
cast.cc
|
Replace another macro TF_LITE_UNSUPPORTED_TYPE with TF_LITE_KERNEL_LOG in TFLM cast
|
2020-12-23 19:09:49 -08: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
|
Generalize circular buffer operator.
|
2020-11-20 16:49:27 -08: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_common.cc
|
Fix linker issues on some compilers. micro_test::reporter and micro_test::did_test_fail fail to link when referenced from file not directly instantiating the micro test main function. Fixed by removing any micro_test::* dependencies from conv_test_common.
|
2021-01-12 22:23:38 -08:00 |
conv_test.cc
|
Fix linker issues on some compilers. micro_test::reporter and micro_test::did_test_fail fail to link when referenced from file not directly instantiating the micro test main function. Fixed by removing any micro_test::* dependencies from conv_test_common.
|
2021-01-12 22:23:38 -08:00 |
conv_test.h
|
Fix linker issues on some compilers. micro_test::reporter and micro_test::did_test_fail fail to link when referenced from file not directly instantiating the micro test main function. Fixed by removing any micro_test::* dependencies from conv_test_common.
|
2021-01-12 22:23:38 -08:00 |
conv.cc
|
a bit more
|
2020-10-29 17:31:40 +03:00 |
depth_to_space_test.cc
|
micro: delete gmock/gtest includes in copy of DEPTH_TO_SPACE
|
2021-01-07 15:21:02 -06:00 |
depth_to_space.cc
|
micro: fixup use of ReportError in DEPTH_TO_SPACE
|
2021-01-04 15:09:22 -06:00 |
depthwise_conv_test.cc
|
ifdef out known failing test cases for xtensa for depthwise_conv
|
2020-11-20 15:00:36 -08:00 |
depthwise_conv.cc
|
a bit more
|
2020-10-29 17:31:40 +03:00 |
dequantize_test.cc
|
Remove int16->int32 quantization from dequantize op. This logic has been moved into the quantize op.
|
2021-01-12 22:17:27 -08:00 |
dequantize.cc
|
Remove int16->int32 quantization from dequantize op. This logic has been moved into the quantize op.
|
2021-01-12 22:17:27 -08:00 |
detection_postprocess_test.cc
|
fix the char vs unsigned char discrepancy.
|
2020-11-12 11:50:36 -08:00 |
detection_postprocess.cc
|
Allow more of the internal checks to have open-source counterparts.
|
2021-01-08 14:11:20 -08: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
|
TFLu: Move Ethos-U custom op out of AllOpsResolver
|
2020-11-17 14:23:42 +01:00 |
ethosu.h
|
Add ethosu.h based on review comment
|
2020-11-19 14:28:39 +01:00 |
exp.cc
|
Replace ReportError() with TF_LITE_KERNEL_LOG in TFLM exp.cc
|
2020-12-22 13:48:56 -08:00 |
fill_test.cc
|
micro: delete gmock/gtest includes in copy of FILL
|
2021-01-08 13:59:25 -06:00 |
fill.cc
|
micro: replace ReportError() with TF_LITE_KERNEL_LOG macro
|
2020-12-30 13:26:02 -06:00 |
flexbuffers_generated_data.cc
|
Manually fix licenses for the files to ensure consistent formatting.
|
2020-12-14 14:11:32 -08:00 |
flexbuffers_generated_data.h
|
Manually fix licenses for the files to ensure consistent formatting.
|
2020-12-14 14:11:32 -08: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_common.cc
|
Updates based on discussion with Nat.
|
2021-01-07 15:29:55 -08:00 |
fully_connected_test.cc
|
iifdef out the known failing test cases for FullyConnected for hifimini.
|
2020-11-20 15:29:00 -08:00 |
fully_connected.cc
|
Updates based on discussion with Nat.
|
2021-01-07 15:29:55 -08:00 |
fully_connected.h
|
Updates based on discussion with Nat.
|
2021-01-07 15:29:55 -08: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
|
TFLu: Port TFL detection postprocess operator
|
2020-09-25 14:57:57 +02:00 |
kernel_runner.h
|
Merge remote-tracking branch 'upstream/master' into detection_postprocess
|
2020-11-18 22:10:22 -08: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
|
Port the transpose_conv operator along with with relevant tests.
|
2021-01-05 16:02:30 -08:00 |
micro_utils.h
|
Manually fix licenses for the files to ensure consistent formatting.
|
2020-12-14 14:11:32 -08:00 |
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_common.cc
|
clang-format and fix the build due to missing include.
|
2020-12-14 10:23:32 -08:00 |
quantize_test.cc
|
Refactor quantize (reference and xtensa) for a complete fallback.
|
2020-12-11 16:44:33 -08:00 |
quantize.cc
|
clang-format and fix the build due to missing include.
|
2020-12-14 10:23:32 -08:00 |
quantize.h
|
clang-format and fix the build due to missing include.
|
2020-12-14 10:23:32 -08: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
|
PR #45678: clangformat all the files under the micro directory.
|
2020-12-15 10:56:12 -08:00 |
softmax.cc
|
Switch TFLM softmax kernels to flat namespace.
|
2020-10-07 14:32:58 -07:00 |
space_to_depth_test.cc
|
micro: delete gmock/gtest includes in copy of SPACE_TO_DEPTH
|
2021-01-07 16:07:21 -06:00 |
space_to_depth.cc
|
micro: fixup use of ReportError in SPACE_TO_DEPTH
|
2021-01-04 15:29:41 -06: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
|
Manually fix licenses for the files to ensure consistent formatting.
|
2020-12-14 14:11:32 -08: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_common.cc
|
Add the Apache header to new files.
|
2020-12-09 13:22:16 -08:00 |
svdf_test.cc
|
address review comments.
|
2020-11-23 10:25:52 -08:00 |
svdf.cc
|
Add the Apache header to new files.
|
2020-12-09 13:22:16 -08:00 |
svdf.h
|
clang-format + fix missing header that caused a build-error after clang-formatting.
|
2020-12-08 22:04:16 -08: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 |
transpose_conv_test.cc
|
Fix linker issues on some compilers. micro_test::reporter and micro_test::did_test_fail fail to link when referenced from file not directly instantiating the micro test main function. Fixed by removing any micro_test::* dependencies from conv_test_common.
|
2021-01-12 22:23:38 -08:00 |
transpose_conv.cc
|
Port the transpose_conv operator along with with relevant tests.
|
2021-01-05 16:02:30 -08: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 |