.. |
internal
|
Internal change
|
2021-03-05 22:20:38 -08:00 |
parse_example
|
Fix incorrect output resizing
|
2021-02-24 23:22:57 -08:00 |
perception
|
Add Register_TFLITE_DETECTION_POST_PROCESS as an alias to existing register function
|
2021-02-14 23:35:09 -08:00 |
acceleration_test_util_internal_test.cc
|
|
|
acceleration_test_util_internal.cc
|
|
|
acceleration_test_util_internal.h
|
|
|
acceleration_test_util.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
acceleration_test_util.h
|
Replace instances of "whitelist" with "allowlist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information.
|
2020-07-08 10:13:43 -07:00 |
activations_test.cc
|
Add two corner case tests for softmax. When input has max(), the output is one-hot; when input has infinity(), the output are all NaNs.
|
2021-02-11 11:23:25 -08:00 |
activations.cc
|
Merge pull request #42671 from wwwind:tanh_logistic_fixes
|
2021-01-27 00:43:04 -08:00 |
add_n_test.cc
|
|
|
add_n.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
add_test.cc
|
- Added checks that zero point iz zero for ADD/SUB.
|
2020-09-01 14:43:51 +01:00 |
add.cc
|
Merge pull request #42373 from wwwind:16x8_addsub_amend
|
2021-01-11 23:55:13 -08:00 |
arg_min_max_test.cc
|
Internal change
|
2021-03-05 22:20:38 -08:00 |
arg_min_max.cc
|
Internal change
|
2021-03-05 22:20:38 -08:00 |
assign_variable.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
audio_spectrogram_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
audio_spectrogram.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
basic_rnn_test.cc
|
Separate AddVariableInput and AddInput functions in test_util.h/.cc
|
2020-09-08 17:45:35 -07:00 |
basic_rnn.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
batch_matmul_test.cc
|
Fix bug in hybrid BatchMatMul.
|
2021-02-05 12:24:16 -08:00 |
batch_matmul.cc
|
Fix bug in hybrid BatchMatMul.
|
2021-02-05 12:24:16 -08:00 |
batch_to_space_nd_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
batch_to_space_nd.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
bidirectional_sequence_lstm_test.cc
|
Separate AddVariableInput and AddInput functions in test_util.h/.cc
|
2020-09-08 17:45:35 -07:00 |
bidirectional_sequence_lstm.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
bidirectional_sequence_rnn_test.cc
|
Update bidirectional_sequence_rnn_test.cc
|
2020-12-02 19:13:40 -05:00 |
bidirectional_sequence_rnn.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
broadcast_to_test.cc
|
Fix BroadcastTo logic to handle 8D non-broadcasting case
|
2020-11-03 22:33:18 -08:00 |
broadcast_to.cc
|
Add builtin BroadcastTo Op to TFLite
|
2020-11-03 18:32:17 -08:00 |
BUILD
|
Disable im2col if the allocated buffer is over 1GB.
|
2021-03-05 10:46:25 -08:00 |
builtin_op_kernels.h
|
Promote hashtable op kernels as builtin ops
|
2021-02-19 18:53:30 -08:00 |
call_once_test.cc
|
Support session initializer via op addition in TFLite (Part 1)
|
2020-10-29 16:00:16 -07:00 |
call_once.cc
|
Support session initializer via op addition in TFLite (Part 1)
|
2020-10-29 16:00:16 -07:00 |
cast_test.cc
|
Support casting to int16.
|
2021-01-05 04:19:42 -08:00 |
cast.cc
|
Support casting to int16.
|
2021-01-05 04:19:42 -08:00 |
ceil_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
ceil.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
comparisons_test.cc
|
|
|
comparisons.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
complex_support_test.cc
|
Add ComplexAbs Op to TensorFlow Lite
|
2021-02-07 17:53:28 -08:00 |
complex_support.cc
|
Add ComplexAbs Op to TensorFlow Lite
|
2021-02-07 17:53:28 -08:00 |
concatenation_test.cc
|
Merge pull request #43148 from Tessil:toupstream/ensure_all_16x8_operators_check_null_zero_point
|
2020-11-01 22:28:45 -08:00 |
concatenation.cc
|
Fix typo in concatenation.cc
|
2020-12-31 16:18:02 +09:00 |
conv3d_test.cc
|
Add Conv3D reference kernel to TFLite
|
2021-01-13 21:36:14 -08:00 |
conv3d.cc
|
Support Conv3d in MLIR converter
|
2021-01-31 23:38:12 -08:00 |
conv_mem_test.cc
|
Disable im2col if the allocated buffer is over 1GB.
|
2021-03-05 10:46:25 -08:00 |
conv_test.cc
|
Internal change on quantization.
|
2021-01-14 14:37:38 -08:00 |
conv.cc
|
Disable im2col if the allocated buffer is over 1GB.
|
2021-03-05 10:46:25 -08:00 |
cpu_backend_context.cc
|
Add function to check for deprecated paths via weak symbols.
|
2020-12-14 12:46:50 -08:00 |
cpu_backend_context.h
|
Add function to check for deprecated paths via weak symbols.
|
2020-12-14 12:46:50 -08:00 |
cpu_backend_gemm_custom_gemv.h
|
|
|
cpu_backend_gemm_eigen.cc
|
Restore functionality of --define=tflite_with_ruy=true
|
2020-06-22 10:49:06 -07:00 |
cpu_backend_gemm_eigen.h
|
|
|
cpu_backend_gemm_gemmlowp.h
|
Restore functionality of --define=tflite_with_ruy=true
|
2020-06-22 10:49:06 -07:00 |
cpu_backend_gemm_params.h
|
Let cpu_backend_gemm support all storage order combinations, unconditionally using ruy as the backend in combinations other than RowMajor*ColMajor->ColMajor, which were so far not supported. Ruy is different from other back-ends in that it supports all combinations as runtime parameters without a code size increase.
|
2020-07-29 08:04:04 -07:00 |
cpu_backend_gemm_ruy.h
|
Adapt to upcoming ruy::MulParams change where only the fields meaningful in each case will exist.
|
2020-06-27 12:11:02 -07:00 |
cpu_backend_gemm_test.cc
|
Add function to check for deprecated paths via weak symbols.
|
2020-12-14 12:46:50 -08:00 |
cpu_backend_gemm_x86.h
|
Add function to check for deprecated paths via weak symbols.
|
2020-12-14 12:46:50 -08:00 |
cpu_backend_gemm.h
|
Add function to check for deprecated paths via weak symbols.
|
2020-12-14 12:46:50 -08:00 |
cpu_backend_threadpool_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
cpu_backend_threadpool.h
|
Restore functionality of --define=tflite_with_ruy=true
|
2020-06-22 10:49:06 -07:00 |
cumsum_test.cc
|
Promote cumsum as a builtin op.
|
2020-10-19 19:04:06 -07:00 |
cumsum.cc
|
Promote cumsum as a builtin op.
|
2020-10-19 19:04:06 -07:00 |
custom_ops_register.h
|
Random uniform sampling for TFLite
|
2021-02-25 21:39:40 -08:00 |
densify_test.cc
|
Add builtin sparse LSTM kernel.
|
2020-09-01 12:57:17 -07:00 |
densify.cc
|
Change data accessor to return const ref to avoid copy.
|
2020-12-09 16:48:49 -08:00 |
deprecated_backends.cc
|
Add function to check for deprecated paths via weak symbols.
|
2020-12-14 12:46:50 -08:00 |
depth_to_space_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
depth_to_space.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
depthwise_conv_hybrid_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
depthwise_conv_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
depthwise_conv.cc
|
Remvoe TODO since GetOptionalInput is deprecated in favor of GetInput now
|
2020-11-18 17:14:06 -08:00 |
dequantize_test.cc
|
Ensure that all TFLite int16x8 operators check that the zero-point is null
|
2020-09-11 14:00:00 +01:00 |
dequantize.cc
|
Ensure that all TFLite int16x8 operators check that the zero-point is null
|
2020-09-11 14:00:00 +01:00 |
dequantize.h
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
detection_postprocess_test.cc
|
Use stable_sort instead of partial_sort in detection_postprocess
|
2021-02-22 14:20:37 -08:00 |
detection_postprocess.cc
|
Use stable_sort instead of partial_sort in detection_postprocess
|
2021-02-22 14:20:37 -08:00 |
div_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
div.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
eigen_support_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
eigen_support.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
eigen_support.h
|
Rename lite/c/c_api_internal.h to lite/c/common.h
|
2019-11-25 21:49:25 -08:00 |
elementwise_test.cc
|
Quantize abs uses same input and output scale for compatibility with mlir.
|
2021-02-03 22:35:21 -08:00 |
elementwise.cc
|
Quantize abs uses same input and output scale for compatibility with mlir.
|
2021-02-03 22:35:21 -08:00 |
embedding_lookup_sparse_test.cc
|
|
|
embedding_lookup_sparse.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
embedding_lookup_test.cc
|
|
|
embedding_lookup.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
exp_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
exp.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
expand_dims_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
expand_dims.cc
|
Fix a minor formatting error in lite/kernels/expand_dims.cc
|
2021-01-07 14:19:07 -08:00 |
fake_quant_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
fake_quant.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
fill_test.cc
|
Merge pull request #45366 from benkli01:toupstream/fill-op
|
2021-01-26 20:25:59 -08:00 |
fill.cc
|
Add int8 and int16 support for FILL operator
|
2021-01-15 14:46:58 +00:00 |
floor_div_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
floor_div.cc
|
Extract reference for operator FLOOR_DIV to standalone header
|
2021-01-06 16:42:48 -08:00 |
floor_mod_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
floor_mod.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
floor_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
floor.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
fully_connected_test.cc
|
Add multi-threaded hybrid-sparse FC kernel.
|
2021-02-25 22:36:27 -08:00 |
fully_connected.cc
|
Add multi-threaded hybrid-sparse FC kernel.
|
2021-02-25 22:36:27 -08:00 |
fully_connected.h
|
|
|
gather_nd_test.cc
|
Add int8 and int16x8 support for GATHER_ND operator
|
2021-01-21 11:08:50 +00:00 |
gather_nd.cc
|
Add int8 and int16x8 support for GATHER_ND operator
|
2021-01-21 11:08:50 +00:00 |
gather_test.cc
|
Merge pull request #41278 from wwwind:16x8_gather
|
2020-07-27 15:23:03 -07:00 |
gather.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
hashtable_find.cc
|
Promote hashtable op kernels as builtin ops
|
2021-02-19 18:53:30 -08:00 |
hashtable_import.cc
|
Promote hashtable op kernels as builtin ops
|
2021-02-19 18:53:30 -08:00 |
hashtable_lookup_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
hashtable_lookup.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
hashtable_ops_test.cc
|
Promote hashtable op kernels as builtin ops
|
2021-02-19 18:53:30 -08:00 |
hashtable_size.cc
|
Promote hashtable op kernels as builtin ops
|
2021-02-19 18:53:30 -08:00 |
hashtable.cc
|
Promote hashtable op kernels as builtin ops
|
2021-02-19 18:53:30 -08:00 |
hashtable.md
|
Promote hashtable op kernels as builtin ops
|
2021-02-19 18:53:30 -08:00 |
if_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
if.cc
|
Bugfix: TFLite If with dynamically allocated tensors.
|
2021-01-11 10:33:11 -08:00 |
kernel_util_test.cc
|
Improve error messages on incompatible broadcastable dimensions
|
2021-01-26 13:19:45 -08:00 |
kernel_util.cc
|
TFLM: Prevent pulling in string header when building for TFLM
|
2021-03-03 15:17:51 -08:00 |
kernel_util.h
|
Add builtin BroadcastTo Op to TFLite
|
2020-11-03 18:32:17 -08:00 |
l2norm_test.cc
|
|
|
l2norm.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
local_response_norm_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
local_response_norm.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
log_softmax_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
logical_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
logical.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
lsh_projection_test.cc
|
Make lsh_projection_test fits all big endian systems
|
2020-11-26 08:14:21 -05:00 |
lsh_projection.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
lstm_eval_test.cc
|
Implement unidirectional_sequence_lstm runtime by a separate branch of EvalInteger8x8_16.
|
2020-10-20 09:36:06 -07:00 |
lstm_eval.cc
|
Change ReductionSumVector to overwrite output instead of accumulating.
|
2021-01-12 16:57:19 -08:00 |
lstm_eval.h
|
Implement unidirectional_sequence_lstm runtime by a separate branch of EvalInteger8x8_16.
|
2020-10-20 09:36:06 -07:00 |
lstm_shared.h
|
Make the names of "activation", "activation_state", "output_state" variables consistent: Use "output_state", used by the float implementation (LstmStepFloat).
|
2020-06-17 10:00:54 -07:00 |
lstm_test.cc
|
Separate the model build and tensor allocation call for integer LSTM test.
|
2020-10-12 08:45:05 -07:00 |
lstm.cc
|
Fix typo in a comment of kernels/lstm.cc
|
2020-11-30 00:19:13 -08:00 |
matrix_diag_test.cc
|
|
|
matrix_diag.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
matrix_set_diag_test.cc
|
|
|
matrix_set_diag.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
maximum_minimum_test.cc
|
Fix NNAPI delegation error on models with MAX/MIN operations with scalar quantized operators
|
2020-06-19 01:26:04 -07:00 |
maximum_minimum.cc
|
Ensure both inputs have the same quantization params for min/max.
|
2020-07-07 20:27:16 -07:00 |
mfcc_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
mfcc.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
mirror_pad_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
mirror_pad.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
mul_test.cc
|
Add 'const' where possible to TFLite mul operator tests
|
2020-09-14 17:30:42 +01:00 |
mul.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
multinomial_test.cc
|
Remove extraneous testing code.
|
2020-09-28 16:29:29 -07:00 |
multinomial.cc
|
Add prototype custom op for tf.multinomial.
|
2020-09-23 09:08:38 -07:00 |
neg_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
neg.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
non_max_suppression_test.cc
|
Separate AddVariableInput and AddInput functions in test_util.h/.cc
|
2020-09-08 17:45:35 -07:00 |
non_max_suppression.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
numeric_verify_test.cc
|
Add enable_numeric_verify in TFLite converter for quantization numeric verification.
|
2020-12-22 21:46:21 -08:00 |
numeric_verify.cc
|
Add enable_numeric_verify in TFLite converter for quantization numeric verification.
|
2020-12-22 21:46:21 -08:00 |
one_hot_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
one_hot.cc
|
Audit and improve TfLiteType checks in kernels
|
2020-06-16 11:31:02 -07:00 |
op_macros.h
|
TFLM: Speed up Arduino build by ignoring TFLITE_DCHECK
|
2020-11-18 22:00:59 -08:00 |
optional_tensor_test.cc
|
Separate AddVariableInput and AddInput functions in test_util.h/.cc
|
2020-09-08 17:45:35 -07:00 |
pack_test.cc
|
|
|
pack.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
pad_test.cc
|
Merge branch 'master' into 16x8_pad
|
2020-06-16 13:39:45 +01:00 |
pad.cc
|
Remove TODO without task and improve comment.
|
2020-12-16 16:34:03 -08:00 |
padding.h
|
Add Conv3D reference kernel to TFLite
|
2021-01-13 21:36:14 -08:00 |
pooling_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
pooling.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
pow_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
pow.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
quant_basic_lstm_test.cc
|
Separate AddVariableInput and AddInput functions in test_util.h/.cc
|
2020-09-08 17:45:35 -07:00 |
quantize_test.cc
|
Relax the symmetric quantization constrain on int16 input for Quantize. There are other valid use cases that have non-zero zero point.
|
2021-02-20 13:31:40 -08:00 |
quantize.cc
|
Relax the symmetric quantization constrain on int16 input for Quantize. There are other valid use cases that have non-zero zero point.
|
2021-02-20 13:31:40 -08:00 |
random_standard_normal_test.cc
|
Add prototype custom op for RandomStandardNormal.
|
2020-09-29 11:26:41 -07:00 |
random_standard_normal.cc
|
Add prototype custom op for RandomStandardNormal.
|
2020-09-29 11:26:41 -07:00 |
random_uniform_test.cc
|
Fix std::uniform_int_distribution usage in random uniform op
|
2021-02-28 17:21:06 -08:00 |
random_uniform.cc
|
Fix std::uniform_int_distribution usage in random uniform op
|
2021-02-28 17:21:06 -08:00 |
range_test.cc
|
Add content check to be consistent.
|
2020-08-20 20:29:15 -07:00 |
range.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
rank_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
rank.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
read_variable.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
reduce_test.cc
|
Merge pull request #43618 from Tessil:toupstream/16x8_reduce_min_reduce_max
|
2020-11-10 05:44:46 -08:00 |
reduce.cc
|
Merge pull request #43618 from Tessil:toupstream/16x8_reduce_min_reduce_max
|
2020-11-10 05:44:46 -08:00 |
register_ref.cc
|
Add ComplexAbs Op to TensorFlow Lite
|
2021-02-07 17:53:28 -08:00 |
register_ref.h
|
|
|
register.cc
|
Promote hashtable op kernels as builtin ops
|
2021-02-19 18:53:30 -08:00 |
register.h
|
[lite] Partial reversion of some changes in CL 336001737
|
2020-10-08 11:31:00 -07:00 |
reshape_test_common.h
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
reshape_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
reshape.cc
|
Fix typo in reshape.cc
|
2020-11-20 13:09:20 +01:00 |
resize_bilinear_test.cc
|
TFLite resize bilinear opt: Split resize-bilinear code into new file.
|
2021-02-22 17:05:10 -08:00 |
resize_bilinear.cc
|
TFLite resize bilinear opt: Split resize-bilinear code into new file.
|
2021-02-22 17:05:10 -08:00 |
resize_nearest_neighbor_test.cc
|
Apply clang-format.
|
2020-07-29 15:33:14 +01:00 |
resize_nearest_neighbor.cc
|
Remove unneeded TODO in comment.
|
2020-12-14 17:25:27 -08:00 |
reverse_sequence_test.cc
|
|
|
reverse_sequence.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
reverse_test.cc
|
Add INT8 type support for reverse op
|
2020-12-22 18:54:10 -08:00 |
reverse.cc
|
Add INT8 type support for reverse op
|
2020-12-22 18:54:10 -08:00 |
rfft2d_test.cc
|
Promote rfft2d to builtin op and add mlir conversion support.
|
2020-11-29 18:42:34 -08:00 |
rfft2d.cc
|
Promote rfft2d to builtin op and add mlir conversion support.
|
2020-11-29 18:42:34 -08:00 |
round_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
round.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
scatter_nd_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
scatter_nd.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
segment_sum_test.cc
|
[tflite] Validate segment ids for segment_sum.
|
2020-09-18 13:17:42 -07:00 |
segment_sum.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
select_test.cc
|
Support scalar condition in Select op
|
2020-07-02 23:59:21 -07:00 |
select.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
shape_test.cc
|
|
|
shape.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
skip_gram_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
skip_gram.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
slice_test.cc
|
[tf.lite] Add 5D support to slice
|
2020-12-29 10:22:52 -08:00 |
slice.cc
|
[tf.lite] Optimize strided_slice when inner stride == 1
|
2021-01-06 12:41:30 -08:00 |
softmax_test.cc
|
|
|
space_to_batch_nd_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
space_to_batch_nd.cc
|
Audit and improve TfLiteType checks in kernels
|
2020-06-16 11:31:02 -07:00 |
space_to_depth_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
space_to_depth.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
sparse_to_dense_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
sparse_to_dense.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
split_test.cc
|
|
|
split_v_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
split_v.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
split.cc
|
Mark TODO with proper bug
|
2020-11-16 15:13:44 -08:00 |
squared_difference_test.cc
|
Add quantized int8 evaluation for squared_difference and rsqrt
|
2020-11-25 20:09:43 -08:00 |
squared_difference.cc
|
Add quantized int8 evaluation for squared_difference and rsqrt
|
2020-11-25 20:09:43 -08:00 |
squeeze_test.cc
|
Internal code cleanup
|
2020-11-10 21:50:01 -08:00 |
squeeze.cc
|
Support string in TFLite Squeeze kernel
|
2020-11-02 22:39:32 -08:00 |
strided_slice_test.cc
|
Fix error when end_mask and shrink_mask are set at the same axis
|
2021-01-05 17:49:16 -08:00 |
strided_slice.cc
|
[tf.lite] Optimize strided_slice when inner stride == 1
|
2021-01-06 12:41:30 -08:00 |
sub_test.cc
|
- Added checks that zero point iz zero for ADD/SUB.
|
2020-09-01 14:43:51 +01:00 |
sub.cc
|
Merge pull request #42373 from wwwind:16x8_addsub_amend
|
2021-01-11 23:55:13 -08:00 |
subgraph_test_util_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
subgraph_test_util.cc
|
Reallocate properly when copying dynamic allocated tensors between subgraphs in
|
2021-01-19 19:06:58 -08:00 |
subgraph_test_util.h
|
Reallocate properly when copying dynamic allocated tensors between subgraphs in
|
2021-01-19 19:06:58 -08:00 |
svdf_test.cc
|
Separate AddVariableInput and AddInput functions in test_util.h/.cc
|
2020-09-08 17:45:35 -07:00 |
svdf.cc
|
Remove TFLiteTensors from FloatSVDF and IntegerSVDF methods in shared SVDF code. Call into shared SVDF code instead of TFLM specific SVDF code for float reference kernel.
|
2020-10-11 12:09:05 -07:00 |
test_delegate_providers_test.cc
|
|
|
test_delegate_providers.cc
|
Support to print out cmdline flags that are supported by the TfLite test delegate providers.
|
2021-03-05 00:59:47 -08:00 |
test_delegate_providers.h
|
|
|
test_main.cc
|
Support to print out cmdline flags that are supported by the TfLite test delegate providers.
|
2021-03-05 00:59:47 -08:00 |
test_util_test.cc
|
Extract the KernelTestDelegateProviders into a separate library from test_util, and apply it in lite/testing/tflite_driver.
|
2020-07-25 21:40:43 -07:00 |
test_util.cc
|
[tf.lite] Mark the tensor # as the tensor name for testing
|
2021-02-08 20:01:09 -08:00 |
test_util.h
|
Add nominal support for unsigned 32-bit integer tensor types.
|
2021-02-17 14:16:29 -08:00 |
tile_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
tile.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
topk_v2_test.cc
|
|
|
topk_v2.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
transpose_conv_test.cc
|
Enable per tensor quantized weight for per channel int8 transpose conv ops.
|
2021-01-21 18:32:23 -08:00 |
transpose_conv.cc
|
Enable per tensor quantized weight for per channel int8 transpose conv ops.
|
2021-01-21 18:32:23 -08:00 |
transpose_test.cc
|
Merge pull request #41819 from wwwind:16x8_slice_transpose_fixes
|
2020-09-12 00:04:55 -07:00 |
transpose.cc
|
|
|
unidirectional_sequence_lstm_test.cc
|
Temporary test infra change
|
2021-02-10 12:43:44 -08:00 |
unidirectional_sequence_lstm.cc
|
Fix typo in unidirectional_sequence_lstm.cc
|
2020-12-27 22:00:43 +09:00 |
unidirectional_sequence_rnn_test.cc
|
Separate AddVariableInput and AddInput functions in test_util.h/.cc
|
2020-09-08 17:45:35 -07:00 |
unidirectional_sequence_rnn.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
unique_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
unique.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
unpack_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
unpack.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
variable_ops_test.cc
|
fix typos in lite directory
|
2020-10-29 04:39:35 +03:00 |
where_test.cc
|
fixed dimension zero edge case. when one of the dimension is zero, where function should output empty output
|
2020-08-18 00:26:36 -07:00 |
where.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |
while_test.cc
|
Reallocate properly when copying dynamic allocated tensors between subgraphs in
|
2021-01-19 19:06:58 -08:00 |
while.cc
|
Reallocate properly when copying dynamic allocated tensors between subgraphs in
|
2021-01-19 19:06:58 -08:00 |
zeros_like_test.cc
|
Update source files with used includes.
|
2020-06-15 18:42:14 -07:00 |
zeros_like.cc
|
[tflite]: Insert nullptr checks when obtaining tensors.
|
2020-09-18 14:13:50 -07:00 |