STT-tensorflow/tensorflow/lite/kernels
TensorFlower Gardener f18495306f Merge pull request #45870 from ddavis-2015:FloorDiv-pr2
PiperOrigin-RevId: 352003292
Change-Id: I888ae62e4f75f61b4260929d657e043deabac18b
2021-01-15 07:26:23 -08:00
..
hashtable Add pybind for hash table kernels 2020-12-03 15:43:07 -08:00
internal Merge pull request #45870 from ddavis-2015:FloorDiv-pr2 2021-01-15 07:26:23 -08:00
parse_example Fix bug in dense shapes calculated from output size rather than node_def 2021-01-12 23:09:51 -08:00
perception Add DenseImageWarp custom op to TFLite 2021-01-12 22:41:50 -08:00
acceleration_test_util_internal_test.cc Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-20 16:05:25 -07:00
acceleration_test_util_internal.cc Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-20 16:05:25 -07:00
acceleration_test_util_internal.h Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-20 16:05:25 -07:00
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 Merge pull request #43617 from Tessil:toupstream/16x8_relu_relu_6 2020-11-03 11:41:51 -08:00
activations.cc Merge pull request #43617 from Tessil:toupstream/16x8_relu_relu_6 2020-11-03 11:41:51 -08:00
add_n_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
arg_min_max.cc Apply comment suggestions 2020-11-24 22:25:22 -05: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 Add hybrid BatchMatMul kernel that supports legacy symmetric_quantize_inputs. 2020-12-09 16:55:22 -08:00
batch_matmul.cc Add hybrid BatchMatMul kernel that supports legacy symmetric_quantize_inputs. 2020-12-09 16:55:22 -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 Add Conv3D reference kernel to TFLite 2021-01-13 21:36:14 -08:00
builtin_op_kernels.h Add Conv3D reference kernel to TFLite 2021-01-13 21:36:14 -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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
comparisons.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
complex_support_test.cc Remove main function in the custom op tests. 2020-09-02 19:17:16 -07:00
complex_support.cc Add real/imag custom ops. The ops will be migrated to builtin ops soon. 2020-08-20 19:42:49 -07: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 Add Conv3D reference kernel to TFLite 2021-01-13 21:36:14 -08:00
conv_test.cc Internal change on quantization. 2021-01-14 14:37:38 -08:00
conv.cc Internal change on quantization. 2021-01-14 14:37:38 -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 Restore functionality of --define=tflite_with_ruy=true 2020-06-22 10:49:06 -07:00
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 Restore functionality of --define=tflite_with_ruy=true 2020-06-22 10:49:06 -07:00
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 Promote rfft2d to builtin op and add mlir conversion support. 2020-11-29 18:42:34 -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 Relax ValidateBoxes check to tolerate degenerated boxes in detection post-proc 2020-12-16 10:08:30 -08:00
detection_postprocess.cc Fix TODOs in detection_postprocess 2021-01-08 11:38:48 -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 Add quantized int8 evaluation for squared_difference and rsqrt 2020-11-25 20:09:43 -08:00
elementwise.cc Add quantized int8 evaluation for squared_difference and rsqrt 2020-11-25 20:09:43 -08:00
embedding_lookup_sparse_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
embedding_lookup_sparse.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
embedding_lookup_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Add Int8 support in TFLite Fill op 2021-01-12 05:47:58 -08:00
fill.cc Add Int8 support in TFLite Fill op 2021-01-12 05:47:58 -08: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 sparse hybrid FullyConnected kernel. 2021-01-13 10:16:57 -08:00
fully_connected.cc Add sparse hybrid FullyConnected kernel. 2021-01-13 10:16:57 -08:00
fully_connected.h Add one example of sparse FullyConnected kernel. 2020-02-05 14:25:02 -08:00
gather_nd_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
gather_nd.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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_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
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 per review comments 2020-09-17 22:44:51 +08:00
kernel_util.cc Add uint64 tensor support in TFLite 2020-11-17 14:01:21 -08:00
kernel_util.h Add builtin BroadcastTo Op to TFLite 2020-11-03 18:32:17 -08:00
l2norm_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
matrix_diag.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
matrix_set_diag_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Merge pull request #43148 from Tessil:toupstream/ensure_all_16x8_operators_check_null_zero_point 2020-11-01 22:28:45 -08:00
quantize.cc Merge pull request #43148 from Tessil:toupstream/ensure_all_16x8_operators_check_null_zero_point 2020-11-01 22:28:45 -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
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 Conv3D reference kernel to TFLite 2021-01-13 21:36:14 -08:00
register_ref.h Update source files with used includes. 2020-06-15 18:42:14 -07:00
register.cc Add Conv3D reference kernel to TFLite 2021-01-13 21:36:14 -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 Merge pull request #43957 from Tessil:toupstream/16x8_resize_bilinear 2020-11-23 18:58:08 -08:00
resize_bilinear.cc Add int16x8 support for RESIZE_BILINEAR operator 2020-10-12 10:59:26 +01: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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
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 Fix 'uninitialized field' mSAN issue introduced in cl/347894186 2020-12-22 09:42:17 -08:00
subgraph_test_util.h Support session initializer via op addition in TFLite (Part 1) 2020-10-29 16:00:16 -07: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 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_delegate_providers.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_delegate_providers.h 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_main.cc Disallow use of NNAPI CPU implementation by default on Android 10 and later. TFLite's own implementation typically performs better. 2020-10-27 00:18:50 -07: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 Split getter and setter functions in schema utility files. 2020-10-27 14:12:18 -07:00
test_util.h Change data accessor to return const ref to avoid copy. 2020-12-09 16:48:49 -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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
topk_v2.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
transpose_conv_test.cc NNAPI delegate: fix handling of int8 inputs in TransposeConv 2021-01-12 05:32:41 -08:00
transpose_conv.cc fix typos in lite directory 2020-10-29 04:39:35 +03:00
transpose_test.cc Merge pull request #41819 from wwwind:16x8_slice_transpose_fixes 2020-09-12 00:04:55 -07:00
transpose.cc SLICE, TRANSPOSE operators are fixed for the given network. 2020-07-28 13:30:39 +01:00
unidirectional_sequence_lstm_test.cc Implement unidirectional_sequence_lstm runtime by a separate branch of EvalInteger8x8_16. 2020-10-20 09:36:06 -07: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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
while.cc Remove outdated TODOs. 2021-01-08 10:50:23 -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