STT-tensorflow/tensorflow/lite/kernels
A. Unique TensorFlower df3ad536b9 Implement unidirectional_sequence_lstm runtime by a separate branch of EvalInteger8x8_16.
PiperOrigin-RevId: 338074032
Change-Id: I39a4ed4588b554580b2aa922b22b57fe0ca9730a
2020-10-20 09:36:06 -07:00
..
hashtable [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 13:53:51 -07:00
internal Merge pull request #44094 from lgeiger:movi-instr 2020-10-19 16:38:11 -07: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 Optimize for float prelu. 2020-09-17 01:25:00 -07:00
activations.cc Optimize log_softmax int8 use lut approach. 2020-10-02 07:41:38 -07: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 Reland (Attempt #3) PR #35985: [TFLite int16] 16-bit version of ADD/SUB reference kernel operators 2020-08-04 12:31:25 -07:00
add.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
arg_min_max_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
arg_min_max.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 the inputs_scale in the test 2020-08-28 16:07:32 +01:00
batch_matmul.cc Fix compilation error, lhs should be used and not rhs 2020-09-28 17:51:27 +01: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 Separate AddVariableInput and AddInput functions in test_util.h/.cc 2020-09-08 17:45:35 -07:00
bidirectional_sequence_rnn.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
BUILD Promote cumsum as a builtin op. 2020-10-19 19:04:06 -07:00
builtin_op_kernels.h Promote cumsum as a builtin op. 2020-10-19 19:04:06 -07:00
cast_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
cast.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 Add bool type support in TFLite concatenation op kernel 2020-09-21 03:17:25 -07:00
concatenation.cc Add bool type support in TFLite concatenation op kernel 2020-09-21 03:17:25 -07:00
conv_test.cc Hybrid convolutions go through CpuBackendGEMM on x86 2020-07-16 12:23:44 -07:00
conv.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
cpu_backend_context.cc Adds CpuBackendGemmx86, a backend to prefer Ruy when AVX or higher is available. 2020-10-01 14:40:38 -07:00
cpu_backend_context.h Adds CpuBackendGemmx86, a backend to prefer Ruy when AVX or higher is available. 2020-10-01 14:40:38 -07: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 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_x86.h Adds CpuBackendGemmx86, a backend to prefer Ruy when AVX or higher is available. 2020-10-01 14:40:38 -07:00
cpu_backend_gemm.h Adds CpuBackendGemmx86, a backend to prefer Ruy when AVX or higher is available. 2020-10-01 14:40:38 -07: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 cumsum as a builtin op. 2020-10-19 19:04:06 -07:00
densify_test.cc Add builtin sparse LSTM kernel. 2020-09-01 12:57:17 -07:00
densify.cc Add support for FP16 sparse model. 2020-07-30 11:57:38 -07: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 [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
dequantize_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
dequantize.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
dequantize.h Update source files with used includes. 2020-06-15 18:42:14 -07:00
detection_postprocess_test.cc Improve floating-point NMS tests to use smaller error thresholds 2020-06-16 11:12:14 -07:00
detection_postprocess.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 int8 support to abs 2020-08-18 17:16:39 -07:00
elementwise.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
fill.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
floor_div_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
floor_div.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 builtin sparse LSTM kernel. 2020-09-01 12:57:17 -07:00
fully_connected.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
kernel_util_test.cc per review comments 2020-09-17 22:44:51 +08:00
kernel_util.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 13:53:51 -07:00
kernel_util.h [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 13:53:51 -07: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 Update source files with used includes. 2020-06-15 18:42:14 -07: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 Implement unidirectional_sequence_lstm runtime by a separate branch of EvalInteger8x8_16. 2020-10-20 09:36:06 -07: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 Implement unidirectional_sequence_lstm runtime by a separate branch of EvalInteger8x8_16. 2020-10-20 09:36:06 -07: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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
numeric_verify.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 - Fix type checking in elementwise.cc 2020-06-22 23:16:36 -07: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 Fix regression caused by short-circuit the quantized pad optimized path. 2020-07-28 20:03:43 -07:00
padding.h
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 Add int16->int32 quantization to TFLite. Necessary to run keyword spotting model. 2020-10-16 13:54:37 -07:00
quantize.cc Add int16->int32 quantization to TFLite. Necessary to run keyword spotting model. 2020-10-16 13:54:37 -07: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 Handle edge case in strided slice: begin equal to dim 2020-09-22 05:02:38 -07:00
reduce.cc Handle edge case in strided slice: begin equal to dim 2020-09-22 05:02:38 -07:00
register_ref.cc Update BATCH_MATMUL operator version supported by the reference kernel 2020-09-18 13:05:34 +01:00
register_ref.h Update source files with used includes. 2020-06-15 18:42:14 -07:00
register.cc Promote cumsum as a builtin op. 2020-10-19 19:04:06 -07: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 [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
resize_bilinear_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
resize_bilinear.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
resize_nearest_neighbor_test.cc Apply clang-format. 2020-07-29 15:33:14 +01:00
resize_nearest_neighbor.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
reverse.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
rfft2d_test.cc Remove main function in the custom op tests. 2020-09-02 19:17:16 -07:00
rfft2d.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 Merge pull request #41819 from wwwind:16x8_slice_transpose_fixes 2020-09-12 00:04:55 -07:00
slice.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
squared_difference_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
squared_difference.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
squeeze_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
squeeze.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
strided_slice_test.cc Handle edge case in strided slice: begin equal to dim 2020-09-22 05:02:38 -07:00
strided_slice.cc Handle edge case in TFLite StridedSlice: the length of begin is different from the rank of input 2020-09-17 08:46:32 -07:00
sub_test.cc Reland (Attempt #3) PR #35985: [TFLite int16] 16-bit version of ADD/SUB reference kernel operators 2020-08-04 12:31:25 -07:00
sub.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07:00
subgraph_test_util_test.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
subgraph_test_util.cc Update source files with used includes. 2020-06-15 18:42:14 -07:00
subgraph_test_util.h Update source files with used includes. 2020-06-15 18:42:14 -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 per review comments 2020-08-17 13:10:45 +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 Skip applying default TfLite delegates for nnapi delegate tests. 2020-10-15 21:30:16 -07:00
test_util.h Skip applying default TfLite delegates for nnapi delegate tests. 2020-10-15 21:30:16 -07: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 Update source files with used includes. 2020-06-15 18:42:14 -07:00
transpose_conv.cc [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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 Implement unidirectional_sequence_lstm runtime by a separate branch of EvalInteger8x8_16. 2020-10-20 09:36:06 -07: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 Update source files with used includes. 2020-06-15 18:42:14 -07: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 [tflite]: Insert nullptr checks when obtaining tensors. 2020-09-18 14:13:50 -07: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