.. |
abs.py
|
Add dynamic_range_quantize to generated op_test infra.
|
2020-06-12 14:43:05 -07:00 |
add_n.py
|
Add dynamic range test to op_tests A-B.
|
2020-06-16 13:55:29 -07:00 |
arg_min_max.py
|
Add dynamic range test to op_tests A-B.
|
2020-06-16 13:55:29 -07:00 |
batch_to_space_nd.py
|
Add dynamic range test to op_tests A-B.
|
2020-06-16 13:55:29 -07:00 |
binary_op.py
|
Add quantized int8 evaluation for squared_difference and rsqrt
|
2020-11-25 20:09:43 -08:00 |
cast.py
|
Support casting to int16.
|
2021-01-05 04:19:42 -08:00 |
ceil.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
concat.py
|
Add bool type support in TFLite concatenation op kernel
|
2020-09-21 03:17:25 -07:00 |
constant.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
conv2d_transpose.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
conv_activation.py
|
Internal change
|
2020-11-01 18:03:09 -08:00 |
conv_to_depthwiseconv_with_shared_weights.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
conv_with_shared_weights.py
|
Add dynamic range tests to relevant op_tests (letter C).
|
2020-06-16 14:20:40 -07:00 |
conv.py
|
Merge pull request #39543 from wwwind:op_tests_16x8
|
2020-07-10 13:14:01 -07:00 |
cos.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
depth_to_space.py
|
Enable int8 quantization for DEPTH_TO_SPACE in Post-Training Quantization
|
2020-12-08 14:59:18 -08:00 |
depthwiseconv.py
|
Merge pull request #39543 from wwwind:op_tests_16x8
|
2020-07-10 13:14:01 -07:00 |
elementwise.py
|
Add quantized int8 evaluation for squared_difference and rsqrt
|
2020-11-25 20:09:43 -08:00 |
elu.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
embedding_lookup.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
equal.py
|
Mark some comparison op quantizable in the tfl_ops
|
2020-07-16 00:14:33 -07:00 |
exp.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
expand_dims.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
eye.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
fill.py
|
String/Bool input support on TFLite Fill op
|
2020-04-10 01:11:03 -07:00 |
floor.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
fully_connected.py
|
Merge pull request #39543 from wwwind:op_tests_16x8
|
2020-07-10 13:14:01 -07:00 |
fused_batch_norm.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
gather_nd.py
|
String input support on TFLite Gather_ND op
|
2020-04-05 17:44:42 -07:00 |
gather_with_constant.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
gather.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
global_batch_norm.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
greater_equal.py
|
Mark some comparison op quantizable in the tfl_ops
|
2020-07-16 00:14:33 -07:00 |
greater.py
|
Mark some comparison op quantizable in the tfl_ops
|
2020-07-16 00:14:33 -07:00 |
hardswish.py
|
Add type and shape constraints to TFLite Add op
|
2020-04-08 21:55:49 -07:00 |
identity.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
l2norm_shared_epsilon.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
l2norm.py
|
Fix the l2norm zip tests and re-enable all the fully_quantize tests through the new converter
|
2020-06-02 22:25:44 -07:00 |
leaky_relu.py
|
Merge pull request #41342 from wwwind:16x8_op_tests_leaky_relu
|
2020-08-27 01:11:07 -07:00 |
less_equal.py
|
Mark some comparison op quantizable in the tfl_ops
|
2020-07-16 00:14:33 -07:00 |
less.py
|
Mark some comparison op quantizable in the tfl_ops
|
2020-07-16 00:14:33 -07:00 |
local_response_norm.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
log_softmax.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
logic.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
lstm.py
|
xrange() was removed from Python on 1/1/2020
|
2020-06-07 16:06:37 +02:00 |
matrix_diag.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
matrix_set_diag.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
maximum.py
|
Add 5D support for TFLite Maximum Minimum
|
2020-03-24 03:37:45 -07:00 |
minimum.py
|
Add 5D support for TFLite Maximum Minimum
|
2020-03-24 03:37:45 -07:00 |
mirror_pad.py
|
Add generated tests for int8 type for mirror_pad
|
2020-04-14 15:36:37 -07:00 |
nearest_upsample.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
neg.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
not_equal.py
|
minor spelling tweaks
|
2021-01-07 02:58:08 +09:00 |
one_hot.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
pack.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
pad.py
|
Addressed review comments.
|
2020-07-16 11:38:59 +01:00 |
padv2.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
placeholder_with_default.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
pool.py
|
Merge pull request #39543 from wwwind:op_tests_16x8
|
2020-07-10 13:14:01 -07:00 |
prelu.py
|
Allow kernels to take different scales for prelu
|
2020-05-08 19:57:48 -07:00 |
range.py
|
add support for start == limit case for range.
|
2020-08-20 01:46:59 -07:00 |
rank.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
reduce.py
|
Handle edge case in strided slice: begin equal to dim
|
2020-09-22 05:02:38 -07:00 |
relu1.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
relu6.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
relu.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
reshape.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
resize_bilinear.py
|
Adds support for half_pixel_centers in TFLite's resize nearest neighbor op.
|
2020-05-05 15:47:46 -07:00 |
resize_nearest_neighbor.py
|
Adds support for half_pixel_centers in TFLite's resize nearest neighbor op.
|
2020-05-05 15:47:46 -07:00 |
resolve_constant_strided_slice.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
reverse_sequence.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
reverse_v2.py
|
Support negative axis for reverse_v2.
|
2020-03-18 21:54:46 -07:00 |
round.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
scatter_nd.py
|
MLIR conversion for ScatterND
|
2020-04-23 21:07:29 -07:00 |
shape.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
sigmoid.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
slice.py
|
[tf.lite] Add 5D support to slice
|
2020-12-29 10:22:52 -08:00 |
softmax.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
space_to_batch_nd.py
|
Add op sanity checks to the following TFLite ops:
|
2020-05-20 19:13:00 -07:00 |
space_to_depth.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
sparse_to_dense.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
split.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
splitv.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
squeeze_transpose.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
squeeze.py
|
Support string in TFLite Squeeze kernel
|
2020-11-02 22:39:32 -08:00 |
strided_slice_np_style.py
|
Implement support for combined ellipsis mask and shrink mask in the TFLite compiler.
|
2020-11-16 19:08:22 -08:00 |
strided_slice.py
|
Fix error when end_mask and shrink_mask are set at the same axis
|
2021-01-05 17:49:16 -08:00 |
tanh.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
tile.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
topk.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
transpose_conv.py
|
Add fusing pattern for Transpose conv with Add/Sub/Mul/Div.
|
2020-09-11 12:27:50 -07:00 |
transpose.py
|
Add 5D support for TFLite Transpose
|
2020-04-01 02:03:32 -07:00 |
unfused_gru.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
unidirectional_sequence_lstm.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
unidirectional_sequence_rnn.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
unique.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
unpack.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |
unroll_batch_matmul.py
|
Remove expired forward compatibility horizons
|
2020-03-22 13:26:51 +00:00 |
where.py
|
Make select quantizable
|
2021-02-01 16:42:58 -08:00 |
zeros_like.py
|
Make generate_examples run in 2.0.
|
2020-03-03 08:59:39 -08:00 |