LICENSE
MANIFEST.in
README.md
VERSION_NUMBER
pyproject.toml
setup.py
examples/benchmark_tfmodel_ort.py
examples/call_converter_via_python.py
examples/custom_op_via_python.py
examples/end2end_tfhub.py
examples/end2end_tfkeras.py
examples/getting_started.py
examples/tf_custom_op/double_and_add_one_custom_op.py
tests/backend_test_base.py
tests/common.py
tests/conftest.py
tests/huggingface.py
tests/run_pretrained_models.py
tests/test_api.py
tests/test_backend.py
tests/test_cond.py
tests/test_const_fold.py
tests/test_convert.py
tests/test_cudnn.py
tests/test_cudnn_compatible_gru.py
tests/test_custom_rnncell.py
tests/test_einsum_helper.py
tests/test_einsum_ml.py
tests/test_einsum_optimizers.py
tests/test_example.py
tests/test_gru.py
tests/test_grublock.py
tests/test_internals.py
tests/test_issue_2025.py
tests/test_loops.py
tests/test_lstm.py
tests/test_lstmblock.py
tests/test_onnx_shape_inference.py
tests/test_optimizers.py
tests/test_pretrained_models.py
tests/test_profile.py
tests/test_seq2seq.py
tests/test_stacked_lstm.py
tests/test_string_ops.py
tests/test_tf_shape_inference.py
tests/test_tfjs_runner.py
tests/test_tflite_postprocess.py
tests/test_tflite_utils.py
tests/tfjs_runner.py
tests/keras2onnx_applications/lpcnet/convert_lpcnet_to_onnx.py
tests/keras2onnx_applications/mask_rcnn/mask_rcnn.py
tests/keras2onnx_applications/model_source/densenet_1/densenet_1.py
tests/keras2onnx_applications/model_source/densenet_1/subpixel.py
tests/keras2onnx_applications/model_source/densenet_1/tensorflow_backend.py
tests/keras2onnx_applications/model_source/densenet_2/densenet_2.py
tests/keras2onnx_applications/model_tests/run_all.py
tests/keras2onnx_applications/model_tests/run_all_v2.py
tests/keras2onnx_applications/model_tests/test_aae.py
tests/keras2onnx_applications/model_tests/test_acgan.py
tests/keras2onnx_applications/model_tests/test_autoencoder.py
tests/keras2onnx_applications/model_tests/test_bgan.py
tests/keras2onnx_applications/model_tests/test_bigan.py
tests/keras2onnx_applications/model_tests/test_ccgan.py
tests/keras2onnx_applications/model_tests/test_chatbot.py
tests/keras2onnx_applications/model_tests/test_cogan.py
tests/keras2onnx_applications/model_tests/test_craft.py
tests/keras2onnx_applications/model_tests/test_crnn.py
tests/keras2onnx_applications/model_tests/test_cyclegan.py
tests/keras2onnx_applications/model_tests/test_dcgan.py
tests/keras2onnx_applications/model_tests/test_deep_rl.py
tests/keras2onnx_applications/model_tests/test_deep_speaker.py
tests/keras2onnx_applications/model_tests/test_deep_speech.py
tests/keras2onnx_applications/model_tests/test_deepface.py
tests/keras2onnx_applications/model_tests/test_deeplab_v3.py
tests/keras2onnx_applications/model_tests/test_densenet_1.py
tests/keras2onnx_applications/model_tests/test_densenet_2.py
tests/keras2onnx_applications/model_tests/test_discogan.py
tests/keras2onnx_applications/model_tests/test_dual_path_network.py
tests/keras2onnx_applications/model_tests/test_dualgan.py
tests/keras2onnx_applications/model_tests/test_fcn.py
tests/keras2onnx_applications/model_tests/test_gan.py
tests/keras2onnx_applications/model_tests/test_image_outpainting.py
tests/keras2onnx_applications/model_tests/test_inception_v4.py
tests/keras2onnx_applications/model_tests/test_infogan.py
tests/keras2onnx_applications/model_tests/test_keras_applications.py
tests/keras2onnx_applications/model_tests/test_keras_applications_v2.py
tests/keras2onnx_applications/model_tests/test_lipnet.py
tests/keras2onnx_applications/model_tests/test_lsgan.py
tests/keras2onnx_applications/model_tests/test_mask_rcnn.py
tests/keras2onnx_applications/model_tests/test_mlstm_fcn.py
tests/keras2onnx_applications/model_tests/test_music_generation.py
tests/keras2onnx_applications/model_tests/test_name_entity_recognition.py
tests/keras2onnx_applications/model_tests/test_nasnet_mobile.py
tests/keras2onnx_applications/model_tests/test_nbeats.py
tests/keras2onnx_applications/model_tests/test_nlp.py
tests/keras2onnx_applications/model_tests/test_nonlocal.py
tests/keras2onnx_applications/model_tests/test_ocr.py
tests/keras2onnx_applications/model_tests/test_open_face.py
tests/keras2onnx_applications/model_tests/test_pix2pix.py
tests/keras2onnx_applications/model_tests/test_pixelda.py
tests/keras2onnx_applications/model_tests/test_prn.py
tests/keras2onnx_applications/model_tests/test_pspnet.py
tests/keras2onnx_applications/model_tests/test_resnext.py
tests/keras2onnx_applications/model_tests/test_resume_parser.py
tests/keras2onnx_applications/model_tests/test_se_densenet.py
tests/keras2onnx_applications/model_tests/test_se_inc_resnet.py
tests/keras2onnx_applications/model_tests/test_segnet.py
tests/keras2onnx_applications/model_tests/test_segnet_2.py
tests/keras2onnx_applications/model_tests/test_semantic_embeddings.py
tests/keras2onnx_applications/model_tests/test_semantic_segmentation.py
tests/keras2onnx_applications/model_tests/test_series_net.py
tests/keras2onnx_applications/model_tests/test_sgan.py
tests/keras2onnx_applications/model_tests/test_srgan.py
tests/keras2onnx_applications/model_tests/test_ssrnet.py
tests/keras2onnx_applications/model_tests/test_super_resolution.py
tests/keras2onnx_applications/model_tests/test_transformers.py
tests/keras2onnx_applications/model_tests/test_unet.py
tests/keras2onnx_applications/model_tests/test_unet_plus_plus.py
tests/keras2onnx_applications/model_tests/test_wavenet.py
tests/keras2onnx_applications/model_tests/test_wgan.py
tests/keras2onnx_applications/model_tests/test_wgan_gp.py
tests/keras2onnx_applications/model_tests/test_yolov3.py
tests/keras2onnx_applications/yolov3/yolov3.py
tests/keras2onnx_unit_tests/conftest.py
tests/keras2onnx_unit_tests/test_cgan.py
tests/keras2onnx_unit_tests/test_layers.py
tests/keras2onnx_unit_tests/test_subclassing.py
tests/keras2onnx_unit_tests/test_utils.py
tests/keras2onnx_unit_tests/mock_keras2onnx/__init__.py
tests/keras2onnx_unit_tests/mock_keras2onnx/ke2onnx/batch_norm.py
tests/keras2onnx_unit_tests/mock_keras2onnx/proto/__init__.py
tests/keras2onnx_unit_tests/mock_keras2onnx/proto/tfcompat.py
tests/tfhub/_tools.py
tests/tfhub/tfhub_albert_en_xlarge.py
tests/tfhub/tfhub_albert_en_xlarge_keras.py
tests/tfhub/tfhub_bert_en_wwm_uncased.py
tests/tfhub/tfhub_blazeposedetector.py
tests/tfhub/tfhub_enformer.py
tests/tfhub/tfhub_esrgan.py
tests/tfhub/tfhub_humpback_whale.py
tests/tfhub/tfhub_inception_v3.py
tests/tfhub/tfhub_lambert_en_uncased_L-24_H-1024_A-16.py
tests/tfhub/tfhub_mobile_food_segmenter_V1.py
tests/tfhub/tfhub_mobilebert_en_uncased.py
tests/tfhub/tfhub_mobilenet_v3_large_075_224.py
tests/tfhub/tfhub_mobilenet_v3_small_075_224.py
tests/tfhub/tfhub_nasnet_large.py
tests/tfhub/tfhub_resnet_v1_101.py
tests/tfhub/tfhub_resnet_v1_101_keras.py
tests/tfhub/tfhub_resnet_v2_101.py
tests/tfhub/tfhub_resnet_v2_101_classification.py
tests/tfhub/tfhub_resnet_v2_152.py
tests/tfhub/tfhub_spam_detection.py
tests/tfhub/tfhub_talkheads_ggelu_bert_en_large.py
tests/tfhub/tfhub_thunder.py
tests/tfhub/tfhub_yamnet_coral.py
tests/tfhub/tfhub_yamnet_tf.py
tests/tfhub/tfhub_yamnet_tflite.py
tf2onnx/__init__.py
tf2onnx/constants.py
tf2onnx/convert.py
tf2onnx/flexbuffers.py
tf2onnx/graph.py
tf2onnx/graph_builder.py
tf2onnx/graph_matcher.py
tf2onnx/handler.py
tf2onnx/keras2onnx_api.py
tf2onnx/schemas.py
tf2onnx/shape_inference.py
tf2onnx/symbolic_executor.py
tf2onnx/tf_loader.py
tf2onnx/tf_utils.py
tf2onnx/tfjs_utils.py
tf2onnx/tflite_utils.py
tf2onnx/tfonnx.py
tf2onnx/utils.py
tf2onnx/verbose_logging.py
tf2onnx/version.py
tf2onnx.egg-info/PKG-INFO
tf2onnx.egg-info/SOURCES.txt
tf2onnx.egg-info/dependency_links.txt
tf2onnx.egg-info/requires.txt
tf2onnx.egg-info/top_level.txt
tf2onnx/custom_opsets/__init__.py
tf2onnx/custom_opsets/ms.py
tf2onnx/custom_opsets/onnx_ml.py
tf2onnx/custom_opsets/string_ops.py
tf2onnx/late_rewriters/__init__.py
tf2onnx/late_rewriters/channel_order_rewriters.py
tf2onnx/onnx_opset/__init__.py
tf2onnx/onnx_opset/common.py
tf2onnx/onnx_opset/controlflow.py
tf2onnx/onnx_opset/generator.py
tf2onnx/onnx_opset/logical.py
tf2onnx/onnx_opset/math.py
tf2onnx/onnx_opset/misc.py
tf2onnx/onnx_opset/nn.py
tf2onnx/onnx_opset/quantize.py
tf2onnx/onnx_opset/reduction.py
tf2onnx/onnx_opset/rnn.py
tf2onnx/onnx_opset/signal.py
tf2onnx/onnx_opset/tensor.py
tf2onnx/onnx_opset/traditionalml.py
tf2onnx/optimizer/__init__.py
tf2onnx/optimizer/back_to_back_optimizer.py
tf2onnx/optimizer/const_dequantize_optimizer.py
tf2onnx/optimizer/const_fold_optimizer.py
tf2onnx/optimizer/einsum_optimizer.py
tf2onnx/optimizer/global_pool_optimizer.py
tf2onnx/optimizer/identity_optimizer.py
tf2onnx/optimizer/loop_optimizer.py
tf2onnx/optimizer/merge_duplicated_nodes_optimizer.py
tf2onnx/optimizer/optimizer_base.py
tf2onnx/optimizer/q_dq_optimizer.py
tf2onnx/optimizer/reshape_optimizer.py
tf2onnx/optimizer/transpose_optimizer.py
tf2onnx/optimizer/upsample_optimizer.py
tf2onnx/rewriter/__init__.py
tf2onnx/rewriter/bigru_rewriter.py
tf2onnx/rewriter/bilstm_rewriter.py
tf2onnx/rewriter/cond_rewriter.py
tf2onnx/rewriter/conv2d_with_add_rewriter.py
tf2onnx/rewriter/conv2d_with_pad_rewriter.py
tf2onnx/rewriter/conv_dilations_rewriter.py
tf2onnx/rewriter/custom_rnn_rewriter.py
tf2onnx/rewriter/dropout_rewriter.py
tf2onnx/rewriter/eye_rewriter.py
tf2onnx/rewriter/flatten_rewriter.py
tf2onnx/rewriter/fused_op_rewriter.py
tf2onnx/rewriter/gemm_rewriter.py
tf2onnx/rewriter/gru_rewriter.py
tf2onnx/rewriter/gru_tf2_rewriter.py
tf2onnx/rewriter/layer_normalization_rewriter.py
tf2onnx/rewriter/leakyrelu_rewriter.py
tf2onnx/rewriter/loop_rewriter.py
tf2onnx/rewriter/loop_rewriter_base.py
tf2onnx/rewriter/lstm_rewriter.py
tf2onnx/rewriter/lstm_rewriter_base.py
tf2onnx/rewriter/lstm_tf2_rewriter.py
tf2onnx/rewriter/quantization_ops_rewriter.py
tf2onnx/rewriter/ragged_variant_shape_rewriter.py
tf2onnx/rewriter/random_normal_rewriter.py
tf2onnx/rewriter/random_uniform.py
tf2onnx/rewriter/rnn.py
tf2onnx/rewriter/rnn_utils.py
tf2onnx/rewriter/thresholded_relu_rewriter.py
tf2onnx/rewriter/transpose_rewriter.py
tf2onnx/rewriter/unit_rnn_rewriter_base.py
tf2onnx/tflite/ATan2Options.py
tf2onnx/tflite/AbsOptions.py
tf2onnx/tflite/ActivationFunctionType.py
tf2onnx/tflite/AddNOptions.py
tf2onnx/tflite/AddOptions.py
tf2onnx/tflite/ArgMaxOptions.py
tf2onnx/tflite/ArgMinOptions.py
tf2onnx/tflite/AssignVariableOptions.py
tf2onnx/tflite/BatchMatMulOptions.py
tf2onnx/tflite/BatchToSpaceNDOptions.py
tf2onnx/tflite/BidirectionalSequenceLSTMOptions.py
tf2onnx/tflite/BidirectionalSequenceRNNOptions.py
tf2onnx/tflite/BitcastOptions.py
tf2onnx/tflite/BitwiseXorOptions.py
tf2onnx/tflite/BroadcastToOptions.py
tf2onnx/tflite/BucketizeOptions.py
tf2onnx/tflite/Buffer.py
tf2onnx/tflite/BuiltinOperator.py
tf2onnx/tflite/BuiltinOptions.py
tf2onnx/tflite/CallOnceOptions.py
tf2onnx/tflite/CallOptions.py
tf2onnx/tflite/CastOptions.py
tf2onnx/tflite/CombinerType.py
tf2onnx/tflite/ConcatEmbeddingsOptions.py
tf2onnx/tflite/ConcatenationOptions.py
tf2onnx/tflite/Conv2DOptions.py
tf2onnx/tflite/Conv3DOptions.py
tf2onnx/tflite/CosOptions.py
tf2onnx/tflite/CumsumOptions.py
tf2onnx/tflite/CustomOptionsFormat.py
tf2onnx/tflite/CustomQuantization.py
tf2onnx/tflite/DensifyOptions.py
tf2onnx/tflite/DepthToSpaceOptions.py
tf2onnx/tflite/DepthwiseConv2DOptions.py
tf2onnx/tflite/DequantizeOptions.py
tf2onnx/tflite/DimensionMetadata.py
tf2onnx/tflite/DimensionType.py
tf2onnx/tflite/DivOptions.py
tf2onnx/tflite/DynamicUpdateSliceOptions.py
tf2onnx/tflite/EmbeddingLookupSparseOptions.py
tf2onnx/tflite/EqualOptions.py
tf2onnx/tflite/ExpOptions.py
tf2onnx/tflite/ExpandDimsOptions.py
tf2onnx/tflite/FakeQuantOptions.py
tf2onnx/tflite/FillOptions.py
tf2onnx/tflite/FloorDivOptions.py
tf2onnx/tflite/FloorModOptions.py
tf2onnx/tflite/FullyConnectedOptions.py
tf2onnx/tflite/FullyConnectedOptionsWeightsFormat.py
tf2onnx/tflite/GatherNdOptions.py
tf2onnx/tflite/GatherOptions.py
tf2onnx/tflite/GeluOptions.py
tf2onnx/tflite/GreaterEqualOptions.py
tf2onnx/tflite/GreaterOptions.py
tf2onnx/tflite/HardSwishOptions.py
tf2onnx/tflite/HashtableFindOptions.py
tf2onnx/tflite/HashtableImportOptions.py
tf2onnx/tflite/HashtableOptions.py
tf2onnx/tflite/HashtableSizeOptions.py
tf2onnx/tflite/IfOptions.py
tf2onnx/tflite/Int32Vector.py
tf2onnx/tflite/L2NormOptions.py
tf2onnx/tflite/LSHProjectionOptions.py
tf2onnx/tflite/LSHProjectionType.py
tf2onnx/tflite/LSTMKernelType.py
tf2onnx/tflite/LSTMOptions.py
tf2onnx/tflite/LeakyReluOptions.py
tf2onnx/tflite/LessEqualOptions.py
tf2onnx/tflite/LessOptions.py
tf2onnx/tflite/LocalResponseNormalizationOptions.py
tf2onnx/tflite/LogSoftmaxOptions.py
tf2onnx/tflite/LogicalAndOptions.py
tf2onnx/tflite/LogicalNotOptions.py
tf2onnx/tflite/LogicalOrOptions.py
tf2onnx/tflite/MatrixDiagOptions.py
tf2onnx/tflite/MatrixSetDiagOptions.py
tf2onnx/tflite/MaximumMinimumOptions.py
tf2onnx/tflite/Metadata.py
tf2onnx/tflite/MirrorPadMode.py
tf2onnx/tflite/MirrorPadOptions.py
tf2onnx/tflite/Model.py
tf2onnx/tflite/MulOptions.py
tf2onnx/tflite/NegOptions.py
tf2onnx/tflite/NonMaxSuppressionV4Options.py
tf2onnx/tflite/NonMaxSuppressionV5Options.py
tf2onnx/tflite/NotEqualOptions.py
tf2onnx/tflite/OneHotOptions.py
tf2onnx/tflite/Operator.py
tf2onnx/tflite/OperatorCode.py
tf2onnx/tflite/PackOptions.py
tf2onnx/tflite/PadOptions.py
tf2onnx/tflite/PadV2Options.py
tf2onnx/tflite/Padding.py
tf2onnx/tflite/Pool2DOptions.py
tf2onnx/tflite/PowOptions.py
tf2onnx/tflite/QuantizationDetails.py
tf2onnx/tflite/QuantizationParameters.py
tf2onnx/tflite/QuantizeOptions.py
tf2onnx/tflite/RNNOptions.py
tf2onnx/tflite/RandomOptions.py
tf2onnx/tflite/RangeOptions.py
tf2onnx/tflite/RankOptions.py
tf2onnx/tflite/ReadVariableOptions.py
tf2onnx/tflite/ReducerOptions.py
tf2onnx/tflite/ReshapeOptions.py
tf2onnx/tflite/ResizeBilinearOptions.py
tf2onnx/tflite/ResizeNearestNeighborOptions.py
tf2onnx/tflite/ReverseSequenceOptions.py
tf2onnx/tflite/ReverseV2Options.py
tf2onnx/tflite/Rfft2dOptions.py
tf2onnx/tflite/RightShiftOptions.py
tf2onnx/tflite/SVDFOptions.py
tf2onnx/tflite/ScatterNdOptions.py
tf2onnx/tflite/SegmentSumOptions.py
tf2onnx/tflite/SelectOptions.py
tf2onnx/tflite/SelectV2Options.py
tf2onnx/tflite/SequenceRNNOptions.py
tf2onnx/tflite/ShapeOptions.py
tf2onnx/tflite/SignOptions.py
tf2onnx/tflite/SignatureDef.py
tf2onnx/tflite/SkipGramOptions.py
tf2onnx/tflite/SliceOptions.py
tf2onnx/tflite/SoftmaxOptions.py
tf2onnx/tflite/SpaceToBatchNDOptions.py
tf2onnx/tflite/SpaceToDepthOptions.py
tf2onnx/tflite/SparseIndexVector.py
tf2onnx/tflite/SparseToDenseOptions.py
tf2onnx/tflite/SparsityParameters.py
tf2onnx/tflite/SplitOptions.py
tf2onnx/tflite/SplitVOptions.py
tf2onnx/tflite/SquareOptions.py
tf2onnx/tflite/SquaredDifferenceOptions.py
tf2onnx/tflite/SqueezeOptions.py
tf2onnx/tflite/StridedSliceOptions.py
tf2onnx/tflite/SubGraph.py
tf2onnx/tflite/SubOptions.py
tf2onnx/tflite/Tensor.py
tf2onnx/tflite/TensorMap.py
tf2onnx/tflite/TensorType.py
tf2onnx/tflite/TileOptions.py
tf2onnx/tflite/TopKV2Options.py
tf2onnx/tflite/TransposeConvOptions.py
tf2onnx/tflite/TransposeOptions.py
tf2onnx/tflite/Uint16Vector.py
tf2onnx/tflite/Uint8Vector.py
tf2onnx/tflite/UnidirectionalSequenceLSTMOptions.py
tf2onnx/tflite/UniqueOptions.py
tf2onnx/tflite/UnpackOptions.py
tf2onnx/tflite/UnsortedSegmentMaxOptions.py
tf2onnx/tflite/UnsortedSegmentMinOptions.py
tf2onnx/tflite/UnsortedSegmentProdOptions.py
tf2onnx/tflite/UnsortedSegmentSumOptions.py
tf2onnx/tflite/VarHandleOptions.py
tf2onnx/tflite/VariantSubType.py
tf2onnx/tflite/WhereOptions.py
tf2onnx/tflite/WhileOptions.py
tf2onnx/tflite/ZerosLikeOptions.py
tf2onnx/tflite/__init__.py
tf2onnx/tflite_handlers/__init__.py
tf2onnx/tflite_handlers/tfl_controlflow.py
tf2onnx/tflite_handlers/tfl_direct.py
tf2onnx/tflite_handlers/tfl_math.py
tf2onnx/tflite_handlers/tfl_nn.py
tf2onnx/tflite_handlers/tfl_postprocess.py
tf2onnx/tflite_handlers/tfl_tensor.py
tf2onnx/tflite_rewriters/__init__.py
tf2onnx/tflite_rewriters/tfl_qdq_rewriter.py
tf2onnx/tflite_rewriters/tfl_rfft_rewriter.py
tf2onnx/tflite_rewriters/tfl_scan_output_rewriter.py
tf2onnx/tflite_rewriters/tfl_select_zero_rewriter.py
tools/aggregate-patterns.py
tools/dump-onnx.py
tools/gen_doc.py
tools/gen_tflite_flatbuffer.py
tools/graphtool.py
tools/make_regression_test_models.py
tools/onnx-experiments.py
tools/onnx-optimize.py
tools/profile_conversion_time.py
tools/save_pretrained_model.py
tools/tf_graph_tool.py
tools/tfgraph.py