basedpyright 1.36.2 → 1.37.0-961d59bacff1958014fe4e9ed2ef3116fe2266e2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pyright-langserver.js +1 -1
- package/dist/pyright-langserver.js.map +1 -1
- package/dist/pyright.js +1 -1
- package/dist/pyright.js.map +1 -1
- package/dist/typeshed-fallback/README.md +6 -6
- package/dist/typeshed-fallback/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/_compression.pyi +13 -2
- package/dist/typeshed-fallback/stdlib/_ctypes.pyi +49 -16
- package/dist/typeshed-fallback/stdlib/_winapi.pyi +9 -0
- package/dist/typeshed-fallback/stdlib/_zstd.pyi +7 -2
- package/dist/typeshed-fallback/stdlib/argparse.pyi +39 -10
- package/dist/typeshed-fallback/stdlib/asyncio/coroutines.pyi +27 -8
- package/dist/typeshed-fallback/stdlib/asyncio/protocols.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/asyncio/runners.pyi +5 -2
- package/dist/typeshed-fallback/stdlib/asyncio/trsock.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/builtins.pyi +54 -31
- package/dist/typeshed-fallback/stdlib/calendar.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/codecs.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/compression/_common/_streams.pyi +13 -2
- package/dist/typeshed-fallback/stdlib/compression/zstd/__init__.pyi +7 -2
- package/dist/typeshed-fallback/stdlib/compression/zstd/_zstdfile.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/contextlib.pyi +15 -6
- package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/enum.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/heapq.pyi +5 -0
- package/dist/typeshed-fallback/stdlib/html/parser.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/http/client.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/imaplib.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/importlib/readers.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/importlib/resources/abc.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/importlib/resources/simple.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/importlib/util.pyi +15 -1
- package/dist/typeshed-fallback/stdlib/ipaddress.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/locale.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/mimetypes.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/mmap.pyi +12 -12
- package/dist/typeshed-fallback/stdlib/multiprocessing/dummy/__init__.pyi +20 -8
- package/dist/typeshed-fallback/stdlib/multiprocessing/managers.pyi +4 -1
- package/dist/typeshed-fallback/stdlib/multiprocessing/process.pyi +4 -0
- package/dist/typeshed-fallback/stdlib/multiprocessing/synchronize.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/optparse.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/os/__init__.pyi +217 -127
- package/dist/typeshed-fallback/stdlib/parser.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/pathlib/__init__.pyi +11 -0
- package/dist/typeshed-fallback/stdlib/pdb.pyi +14 -4
- package/dist/typeshed-fallback/stdlib/pyexpat/__init__.pyi +6 -0
- package/dist/typeshed-fallback/stdlib/select.pyi +8 -4
- package/dist/typeshed-fallback/stdlib/socket.pyi +15 -0
- package/dist/typeshed-fallback/stdlib/sqlite3/__init__.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/ssl.pyi +3 -0
- package/dist/typeshed-fallback/stdlib/stat.pyi +108 -1
- package/dist/typeshed-fallback/stdlib/subprocess.pyi +60 -61
- package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +41 -4
- package/dist/typeshed-fallback/stdlib/sys/_monitoring.pyi +8 -4
- package/dist/typeshed-fallback/stdlib/sysconfig.pyi +13 -4
- package/dist/typeshed-fallback/stdlib/tarfile.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/threading.pyi +9 -4
- package/dist/typeshed-fallback/stdlib/tkinter/constants.pyi +6 -6
- package/dist/typeshed-fallback/stdlib/tkinter/ttk.pyi +14 -6
- package/dist/typeshed-fallback/stdlib/types.pyi +8 -11
- package/dist/typeshed-fallback/stdlib/typing.pyi +18 -12
- package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/unittest/util.pyi +19 -2
- package/dist/typeshed-fallback/stdlib/urllib/request.pyi +7 -0
- package/dist/typeshed-fallback/stdlib/uuid.pyi +6 -5
- package/dist/typeshed-fallback/stdlib/winreg.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stdlib/zlib.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/METADATA.toml +1 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/urls.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/async_app.pyi +4 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/async_openid.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/framework_integration.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/registry.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/sync_app.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/base_client/sync_openid.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/__init__.pyi +10 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/apps.pyi +14 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_client/integration.pyi +11 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/authorization_server.pyi +26 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/nonce.pyi +1 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth1/resource_protector.pyi +14 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/__init__.pyi +8 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/authorization_server.pyi +24 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/endpoints.pyi +5 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/requests.pyi +20 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/resource_protector.pyi +15 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/django_oauth2/signals.pyi +6 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/__init__.pyi +20 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/apps.pyi +18 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_client/integration.pyi +10 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/authorization_server.pyi +29 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/cache.pyi +8 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth1/resource_protector.pyi +18 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/authorization_server.pyi +23 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/errors.pyi +14 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/requests.pyi +27 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/resource_protector.pyi +15 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/flask_oauth2/signals.pyi +5 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/__init__.pyi +37 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/assertion_client.pyi +50 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/oauth1_client.pyi +56 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/oauth2_client.pyi +72 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/httpx_client/utils.pyi +7 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/__init__.pyi +28 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/assertion_session.pyi +31 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/oauth1_session.pyi +29 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/oauth2_session.pyi +43 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/requests_client/utils.pyi +6 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/__init__.pyi +20 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/client_mixin.pyi +55 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/functions.pyi +21 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/sqla_oauth2/tokens_mixins.pyi +39 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/apps.pyi +16 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/integrations/starlette_client/integration.pyi +13 -0
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_algorithms.pyi +12 -10
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptography.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/jwk.pyi +6 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/jws.pyi +6 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7515/models.pyi +3 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/jwe.pyi +9 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7516/models.pyi +12 -11
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/_cryptography_key.pyi +35 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/asymmetric_key.pyi +6 -5
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/base_key.pyi +8 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/jwk.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7517/key_set.pyi +3 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_algs.pyi +28 -23
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jwe_encs.pyi +6 -5
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/jws_algs.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/oct_key.pyi +5 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/rsa_key.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7518/util.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/jwt.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/jws_eddsa.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc8037/okp_key.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/client.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/authorization_server.pyi +7 -7
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/base_server.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/client_auth.pyi +6 -6
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/errors.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/models.pyi +8 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/parameters.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/resource_protector.pyi +4 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/rsa.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/signature.pyi +20 -18
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth1/rfc5849/util.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/base.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/client.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/authorization_server.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/authorization_code.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/base.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/parameters.pyi +5 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/resource_protector.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/token_endpoint.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6749/wrappers.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/errors.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/parameters.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc6750/validator.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7009/revocation.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/assertion.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/auth.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/client.pyi +5 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7523/jwt_bearer.pyi +6 -5
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7591/endpoint.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7592/endpoint.pyi +8 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/introspection.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc7662/token_validator.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8414/well_known.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/device_code.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/endpoint.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc8628/models.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/introspection.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/revocation.pyi +3 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/token.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oauth2/rfc9068/token_validator.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/claims.pyi +6 -8
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/code.pyi +2 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/hybrid.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/grants/implicit.pyi +6 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/userinfo.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/core/util.pyi +7 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/models.pyi +1 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/oidc/discovery/well_known.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Deprecated/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Deprecated/deprecated/__init__.pyi +7 -2
- package/dist/typeshed-fallback/stubs/Deprecated/deprecated/params.pyi +20 -0
- package/dist/typeshed-fallback/stubs/Flask-SocketIO/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Markdown/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/Markdown/markdown/htmlparser.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyMySQL/pymysql/cursors.pyi +1 -0
- package/dist/typeshed-fallback/stubs/Pygments/pygments/console.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Pygments/pygments/filter.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Pygments/pygments/filters/__init__.pyi +14 -14
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatter.pyi +10 -9
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/_mapping.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/bbcode.pyi +5 -4
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/html.pyi +27 -26
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/img.pyi +33 -32
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/irc.pyi +7 -6
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/latex.pyi +21 -20
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/other.pyi +9 -8
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/pangomarkup.pyi +5 -4
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/rtf.pyi +6 -5
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/svg.pyi +15 -14
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/terminal.pyi +7 -6
- package/dist/typeshed-fallback/stubs/Pygments/pygments/formatters/terminal256.pyi +18 -17
- package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/__init__.pyi +6 -7
- package/dist/typeshed-fallback/stubs/Pygments/pygments/plugin.pyi +5 -5
- package/dist/typeshed-fallback/stubs/Pygments/pygments/regexopt.pyi +3 -3
- package/dist/typeshed-fallback/stubs/Pygments/pygments/scanner.pyi +6 -6
- package/dist/typeshed-fallback/stubs/Pygments/pygments/unistring.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Pygments/pygments/util.pyi +5 -5
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/BufferedTokenStream.pyi +14 -15
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenFactory.pyi +15 -7
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/CommonTokenStream.pyi +1 -3
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/FileStream.pyi +2 -4
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/InputStream.pyi +13 -11
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Lexer.pyi +43 -29
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Parser.pyi +47 -34
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserInterpreter.pyi +13 -13
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/ParserRuleContext.pyi +30 -23
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Recognizer.pyi +26 -17
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/RuleContext.pyi +22 -20
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/Token.pyi +26 -25
- package/dist/typeshed-fallback/stubs/antlr4-python3-runtime/antlr4/tree/Tree.pyi +30 -26
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/assertpy.pyi +13 -10
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/base.pyi +4 -5
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/collection.pyi +12 -4
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/contains.pyi +10 -8
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/dict.pyi +8 -6
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/dynamic.pyi +1 -1
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/extracting.pyi +4 -2
- package/dist/typeshed-fallback/stubs/assertpy/assertpy/file.pyi +2 -3
- package/dist/typeshed-fallback/stubs/atheris/METADATA.toml +6 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/__init__.pyi +9 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/function_hooks.pyi +14 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/import_hook.pyi +36 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/instrument_bytecode.pyi +7 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/utils.pyi +18 -0
- package/dist/typeshed-fallback/stubs/atheris/atheris/version_dependent.pyi +27 -0
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi +15 -5
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi +28 -9
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi +7 -7
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi +9 -7
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi +2 -2
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi +8 -12
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi +9 -9
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi +3 -2
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi +11 -3
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi +3 -2
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi +3 -3
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi +2 -2
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi +3 -3
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi +19 -15
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi +3 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi +23 -13
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi +5 -1
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg/patch.pyi +1 -0
- package/dist/typeshed-fallback/stubs/aws-xray-sdk/aws_xray_sdk/ext/util.pyi +1 -1
- package/dist/typeshed-fallback/stubs/bleach/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/bleach/bleach/html5lib_shim.pyi +1 -1
- package/dist/typeshed-fallback/stubs/bleach/bleach/linkifier.pyi +1 -1
- package/dist/typeshed-fallback/stubs/bleach/bleach/sanitizer.pyi +2 -2
- package/dist/typeshed-fallback/stubs/braintree/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/address.pyi +8 -4
- package/dist/typeshed-fallback/stubs/braintree/braintree/address_gateway.pyi +3 -2
- package/dist/typeshed-fallback/stubs/braintree/braintree/client_token.pyi +5 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/client_token_gateway.pyi +5 -3
- package/dist/typeshed-fallback/stubs/braintree/braintree/error_codes.pyi +11 -2
- package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method.pyi +30 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_gateway.pyi +30 -2
- package/dist/typeshed-fallback/stubs/braintree/braintree/subscription.pyi +10 -5
- package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_details.pyi +5 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/subscription_gateway.pyi +12 -5
- package/dist/typeshed-fallback/stubs/braintree/braintree/transaction.pyi +6 -2
- package/dist/typeshed-fallback/stubs/braintree/braintree/transaction_gateway.pyi +5 -2
- package/dist/typeshed-fallback/stubs/colorful/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/ansi.pyi +14 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/colors.pyi +6 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/core.pyi +102 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/styles.pyi +4 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/terminal.pyi +16 -0
- package/dist/typeshed-fallback/stubs/colorful/colorful/utils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +2 -2
- package/dist/typeshed-fallback/stubs/django-filter/django_filters/filterset.pyi +3 -1
- package/dist/typeshed-fallback/stubs/docker/docker/api/container.pyi +6 -1
- package/dist/typeshed-fallback/stubs/docker/docker/api/daemon.pyi +12 -4
- package/dist/typeshed-fallback/stubs/docker/docker/api/exec_api.pyi +123 -7
- package/dist/typeshed-fallback/stubs/docker/docker/client.pyi +12 -8
- package/dist/typeshed-fallback/stubs/docker/docker/models/containers.pyi +27 -17
- package/dist/typeshed-fallback/stubs/docker/docker/models/images.pyi +1 -1
- package/dist/typeshed-fallback/stubs/docker/docker/models/resource.pyi +5 -5
- package/dist/typeshed-fallback/stubs/docutils/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/docutils/docutils/parsers/rst/directives/body.pyi +10 -0
- package/dist/typeshed-fallback/stubs/et_xmlfile/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/__init__.pyi +9 -0
- package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/incremental_tree.pyi +170 -0
- package/dist/typeshed-fallback/stubs/et_xmlfile/et_xmlfile/xmlfile.pyi +37 -0
- package/dist/typeshed-fallback/stubs/fanstatic/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-bugbear/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-bugbear/bugbear.pyi +37 -65
- package/dist/typeshed-fallback/stubs/flake8-builtins/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-simplify/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/constants.pyi +6 -3
- package/dist/typeshed-fallback/stubs/flake8-simplify/flake8_simplify/utils.pyi +0 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/drawing.pyi +145 -81
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/text_region.pyi +1 -1
- package/dist/typeshed-fallback/stubs/geopandas/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/array.pyi +7 -14
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/geodataframe.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/METADATA.toml +2 -2
- package/dist/typeshed-fallback/stubs/gevent/gevent/events.pyi +1 -12
- package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/watcher.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/os.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/signal.pyi +2 -1
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_cache.pyi +9 -10
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_query.pyi +1 -2
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/_eventloop.pyi +11 -10
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/blobstore.pyi +6 -6
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/context.pyi +21 -21
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/exceptions.pyi +2 -2
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/global_cache.pyi +13 -14
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/key.pyi +2 -3
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/metadata.pyi +1 -2
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi +2 -2
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/query.pyi +26 -27
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/stats.pyi +37 -37
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/tasklets.pyi +7 -7
- package/dist/typeshed-fallback/stubs/google-cloud-ndb/google/cloud/ndb/utils.pyi +4 -4
- package/dist/typeshed-fallback/stubs/greenlet/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/arbiter.pyi +2 -2
- package/dist/typeshed-fallback/stubs/gunicorn/gunicorn/sock.pyi +2 -0
- package/dist/typeshed-fallback/stubs/html5lib/METADATA.toml +1 -0
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_ihatexml.pyi +21 -23
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_inputstream.pyi +79 -71
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_tokenizer.pyi +87 -51
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/_utils.pyi +18 -11
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/constants.pyi +1 -3
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi +3 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/base.pyi +9 -6
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi +5 -3
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/lint.pyi +5 -3
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/optionaltags.pyi +1 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/sanitizer.pyi +6 -6
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/whitespace.pyi +2 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/html5parser.pyi +2 -2
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/serializer.pyi +75 -19
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/treeadapters/sax.pyi +0 -3
- package/dist/typeshed-fallback/stubs/hvac/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/__init__.pyi +3 -4
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/aws.pyi +2 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/azure.pyi +3 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/gcp.pyi +3 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/kubernetes.pyi +1 -0
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/auth_methods/legacy_mfa.pyi +2 -4
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/__init__.pyi +3 -4
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/identity.pyi +2 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/secrets_engines/kv.pyi +3 -3
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/__init__.pyi +3 -4
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/system_backend_mixin.pyi +2 -2
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/system_backend/wrapping.pyi +2 -3
- package/dist/typeshed-fallback/stubs/hvac/hvac/api/vault_api_category.pyi +2 -3
- package/dist/typeshed-fallback/stubs/icalendar/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/__init__.pyi +0 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/alarms.pyi +2 -2
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/cal.pyi +16 -9
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/parser.pyi +2 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/prop.pyi +3 -3
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/zoneinfo.pyi +1 -5
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/__init__.pyi +5 -5
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/__init__.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/attrDef.pyi +13 -13
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/attribute.pyi +9 -9
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/cursor.pyi +28 -27
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/abstract/entry.pyi +11 -11
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/exceptions.pyi +8 -8
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/pooling.pyi +15 -15
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/rdns.pyi +7 -7
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/results.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/server.pyi +15 -14
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/timezone.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/tls.pyi +13 -13
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/core/usage.pyi +6 -6
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/__init__.pyi +4 -4
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi +12 -12
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi +7 -7
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi +13 -13
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/modify.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/operation/search.pyi +5 -5
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/formatters/standard.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/oid.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc2849.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/protocol/rfc4512.pyi +59 -59
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/asyncStream.pyi +7 -7
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/asynchronous.pyi +6 -6
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/base.pyi +7 -7
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/ldifProducer.pyi +4 -4
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockAsync.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockBase.pyi +9 -9
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/mockSync.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/restartable.pyi +4 -4
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/reusable.pyi +20 -20
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/strategy/sync.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/config.pyi +2 -2
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/hashed.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/log.pyi +3 -3
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/ntlm.pyi +41 -41
- package/dist/typeshed-fallback/stubs/ldap3/ldap3/utils/repr.pyi +2 -2
- package/dist/typeshed-fallback/stubs/lupa/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/__init__.pyi +4 -1
- package/dist/typeshed-fallback/stubs/netaddr/netaddr/ip/iana.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi +4 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi +11 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matching.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi +8 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/closeness.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi +2 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi +3 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/katz.pyi +5 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/percolation.pyi +3 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/reaching.pyi +3 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cluster.pyi +13 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/__init__.pyi +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/bipartitions.pyi +22 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/core.pyi +6 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dag.pyi +0 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_regular.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/ismags.pyi +17 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/non_randomness.pyi +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/perfect_graph.pyi +7 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planarity.pyi +13 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/similarity.pyi +19 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/threshold.pyi +0 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/distance_measures.pyi +10 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/wiener.pyi +3 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/digraph.pyi +13 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/function.pyi +3 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/graph.pyi +12 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multidigraph.pyi +10 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multigraph.pyi +23 -13
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/layout.pyi +0 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pylab.pyi +20 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/expanders.pyi +9 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/random_graphs.pyi +21 -16
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/small.pyi +3 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi +2 -24
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/misc.pyi +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/random_sequence.pyi +5 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/union_find.pyi +12 -10
- package/dist/typeshed-fallback/stubs/parsimonious/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/parsimonious/parsimonious/exceptions.pyi +5 -3
- package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +8 -3
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/well_known_types.pyi +2 -2
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message.pyi +1 -1
- package/dist/typeshed-fallback/stubs/psutil/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +57 -77
- package/dist/typeshed-fallback/stubs/psutil/psutil/_common.pyi +135 -262
- package/dist/typeshed-fallback/stubs/psutil/psutil/_ntuples.pyi +384 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psaix.pyi +100 -86
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psbsd.pyi +213 -168
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pslinux.pyi +181 -237
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psosx.pyi +81 -100
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi +78 -4
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pssunos.pyi +141 -119
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_aix.pyi +58 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_bsd.pyi +141 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_linux.pyi +47 -15
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_osx.pyi +77 -49
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_sunos.pyi +63 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_windows.pyi +102 -91
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pswindows.pyi +175 -200
- package/dist/typeshed-fallback/stubs/pycurl/pycurl.pyi +5 -3
- package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/python-crontab/crontab.pyi +4 -4
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/parser/_parser.pyi +6 -7
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/rrule.pyi +28 -25
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/_common.pyi +8 -3
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/tz.pyi +21 -19
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/tz/win.pyi +5 -4
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi +5 -1
- package/dist/typeshed-fallback/stubs/python-jenkins/jenkins/__init__.pyi +13 -6
- package/dist/typeshed-fallback/stubs/pytz/pytz/lazy.pyi +2 -2
- package/dist/typeshed-fallback/stubs/pyxdg/xdg/RecentFiles.pyi +5 -7
- package/dist/typeshed-fallback/stubs/qrbill/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/qrbill/qrbill/bill.pyi +10 -0
- package/dist/typeshed-fallback/stubs/regex/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/regex/regex/__init__.pyi +64 -1
- package/dist/typeshed-fallback/stubs/regex/regex/{regex.pyi → _main.pyi} +66 -0
- package/dist/typeshed-fallback/stubs/regex/regex/_regex.pyi +1 -1
- package/dist/typeshed-fallback/stubs/regex/regex/_regex_core.pyi +59 -19
- package/dist/typeshed-fallback/stubs/reportlab/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/testutils.pyi +27 -25
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/flowables.pyi +1 -1
- package/dist/typeshed-fallback/stubs/requests/requests/exceptions.pyi +2 -1
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/data.pyi +2 -3
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/_core/typing.pyi +0 -2
- package/dist/typeshed-fallback/stubs/seaborn/seaborn/categorical.pyi +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/__init__.pyi +102 -45
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/cmd.pyi +6 -3
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/base.pyi +8 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +3 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/spawn.pyi +14 -4
- package/dist/typeshed-fallback/stubs/simple-websocket/METADATA.toml +3 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/aiows.pyi +130 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/asgi.pyi +44 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/errors.pyi +12 -0
- package/dist/typeshed-fallback/stubs/simple-websocket/simple_websocket/ws.pyi +136 -0
- package/dist/typeshed-fallback/stubs/tensorflow/METADATA.toml +16 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/__init__.pyi +437 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/_aliases.pyi +70 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/audio.pyi +7 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autodiff.pyi +63 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autograph/__init__.pyi +17 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/autograph/experimental.pyi +30 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/bitwise.pyi +37 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi +2113 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_profile_printer_data_pb2.pyi +187 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/metrics_pb2.pyi +283 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/test_compilation_environment_pb2.pyi +59 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/service/xla_compile_result_pb2.pyi +167 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/tsl/protobuf/bfc_memory_map_pb2.pyi +218 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/tsl/protobuf/test_log_pb2.pyi +707 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi +2681 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/compiler/xla/xla_pb2.pyi +2558 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/config/__init__.pyi +12 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/config/experimental.pyi +16 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi +153 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi +330 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi +222 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/allocation_description_pb2.pyi +64 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi +312 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi +274 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi +229 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/cpp_shape_inference_pb2.pyi +110 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi +25 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi +720 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/dataset_pb2.pyi +116 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi +140 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi +617 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi +309 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_debug_info_pb2.pyi +210 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi +100 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi +290 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi +116 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/log_memory_pb2.pyi +218 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi +368 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi +192 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi +391 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/optimized_function_graph_pb2.pyi +166 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi +52 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi +104 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi +332 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/summary_pb2.pyi +368 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_description_pb2.pyi +49 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_pb2.pyi +235 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_shape_pb2.pyi +74 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/tensor_slice_pb2.pyi +56 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/types_pb2.pyi +220 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/variable_pb2.pyi +229 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/framework/versions_pb2.pyi +57 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/bfc_memory_map_pb2.pyi +15 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/cluster_pb2.pyi +126 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi +33 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi +1867 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi +243 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi +66 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi +243 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi +746 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi +199 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi +124 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi +154 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi +33 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi +76 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi +735 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi +41 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi +73 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi +96 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi +588 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/rpc_options_pb2.pyi +9 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi +51 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi +715 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi +113 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi +275 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi +164 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/status_pb2.pyi +13 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi +536 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi +160 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi +125 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/compilation_result_pb2.pyi +85 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/dynamic_padding_pb2.pyi +47 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/optimization_parameters_pb2.pyi +1326 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/topology_pb2.pyi +149 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/tpu/tpu_embedding_configuration_pb2.pyi +326 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/trackable_object_graph_pb2.pyi +213 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/transport_options_pb2.pyi +28 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/verifier_config_pb2.pyi +65 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/event_pb2.pyi +419 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/memmapped_file_system_pb2.pyi +65 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/saved_tensor_slice_pb2.pyi +171 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi +24 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/data/__init__.pyi +272 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/data/experimental.pyi +32 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/coordinator.pyi +3 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/distribute/experimental/coordinator.pyi +11 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/dtypes.pyi +57 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/experimental/__init__.pyi +10 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/experimental/dtensor.pyi +19 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/feature_column/__init__.pyi +95 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/initializers.pyi +1 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/io/__init__.pyi +104 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/io/gfile.pyi +11 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/__init__.pyi +15 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/activations.pyi +35 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/callbacks.pyi +170 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/constraints.pyi +16 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/initializers.pyi +50 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/layers/__init__.pyi +446 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/losses.pyi +177 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/metrics.pyi +117 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/models.pyi +167 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi +61 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi +103 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/keras/regularizers.pyi +21 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/linalg.pyi +55 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/math.pyi +298 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/nn.pyi +194 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/distribute/distribute_lib.pyi +5 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi +273 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi +30 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/framework/dtypes.pyi +7 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi +129 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi +89 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/keras/protobuf/versions_pb2.pyi +63 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi +3 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/base.pyi +5 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/resource.pyi +9 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/trackable/ressource.pyi +7 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/python/training/tracking/autotrackable.pyi +3 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/random.pyi +231 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/raw_ops.pyi +44 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/saved_model/__init__.pyi +125 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/saved_model/experimental.pyi +39 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/signal.pyi +6 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/sparse.pyi +31 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/strings.pyi +241 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/summary.pyi +58 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/train/__init__.pyi +74 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/train/experimental.pyi +12 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/coordination_config_pb2.pyi +156 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/coordination_service_pb2.pyi +666 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/distributed_runtime_payloads_pb2.pyi +69 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/dnn_pb2.pyi +619 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi +291 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi +78 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/rpc_options_pb2.pyi +85 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/tsl/protobuf/status_pb2.pyi +34 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/types/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/types/experimental.pyi +30 -0
- package/dist/typeshed-fallback/stubs/ttkthemes/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_style.pyi +1 -1
- package/dist/typeshed-fallback/stubs/ttkthemes/ttkthemes/themed_tk.pyi +11 -12
- package/dist/typeshed-fallback/stubs/tzdata/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/tzdata/tzdata/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/webencodings/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/webencodings/webencodings/__init__.pyi +33 -0
- package/dist/typeshed-fallback/stubs/webencodings/webencodings/labels.pyi +3 -0
- package/dist/typeshed-fallback/stubs/webencodings/webencodings/mklabels.pyi +5 -0
- package/dist/typeshed-fallback/stubs/webencodings/webencodings/x_user_defined.pyi +21 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/extractor/common.pyi +1 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/globals.pyi +12 -1
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_jsruntime.pyi +38 -0
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_legacy.pyi +2 -68
- package/dist/typeshed-fallback/stubs/yt-dlp/yt_dlp/utils/_utils.pyi +1 -1
- package/package.json +7 -7
- package/dist/typeshed-fallback/stdlib/_typeshed/README.md +0 -34
- package/dist/typeshed-fallback/stubs/ExifRead/METADATA.toml +0 -3
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/__init__.pyi +0 -17
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/_types.pyi +0 -15
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/classes.pyi +0 -47
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/exceptions.pyi +0 -2
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/exif_log.pyi +0 -24
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/heic.pyi +0 -56
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/jpeg.pyi +0 -7
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/__init__.pyi +0 -15
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/exif.pyi +0 -7
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/apple.pyi +0 -3
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/canon.pyi +0 -26
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/casio.pyi +0 -3
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi +0 -3
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/nikon.pyi +0 -6
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/tags/makernote/olympus.pyi +0 -6
- package/dist/typeshed-fallback/stubs/ExifRead/exifread/utils.pyi +0 -22
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi +0 -16
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psutil_posix.pyi +0 -34
- package/dist/typeshed-fallback/stubs/vobject/@tests/stubtest_allowlist.txt +0 -22
- /package/dist/typeshed-fallback/stubs/{ExifRead/exifread/tags/makernote → colorful/colorful}/__init__.pyi +0 -0
package/dist/typeshed-fallback/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi
ADDED
|
@@ -0,0 +1,588 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import sys
|
|
9
|
+
import typing
|
|
10
|
+
|
|
11
|
+
import google.protobuf.descriptor
|
|
12
|
+
import google.protobuf.internal.containers
|
|
13
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
14
|
+
import google.protobuf.message
|
|
15
|
+
import tensorflow.core.framework.attr_value_pb2
|
|
16
|
+
import tensorflow.core.protobuf.verifier_config_pb2
|
|
17
|
+
|
|
18
|
+
if sys.version_info >= (3, 10):
|
|
19
|
+
import typing as typing_extensions
|
|
20
|
+
else:
|
|
21
|
+
import typing_extensions
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
24
|
+
|
|
25
|
+
@typing.final
|
|
26
|
+
class AutoParallelOptions(google.protobuf.message.Message):
|
|
27
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
28
|
+
|
|
29
|
+
ENABLE_FIELD_NUMBER: builtins.int
|
|
30
|
+
NUM_REPLICAS_FIELD_NUMBER: builtins.int
|
|
31
|
+
enable: builtins.bool
|
|
32
|
+
num_replicas: builtins.int
|
|
33
|
+
def __init__(self, *, enable: builtins.bool | None = ..., num_replicas: builtins.int | None = ...) -> None: ...
|
|
34
|
+
def ClearField(self, field_name: typing.Literal["enable", b"enable", "num_replicas", b"num_replicas"]) -> None: ...
|
|
35
|
+
|
|
36
|
+
global___AutoParallelOptions = AutoParallelOptions
|
|
37
|
+
|
|
38
|
+
@typing.final
|
|
39
|
+
class ScopedAllocatorOptions(google.protobuf.message.Message):
|
|
40
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
41
|
+
|
|
42
|
+
ENABLE_OP_FIELD_NUMBER: builtins.int
|
|
43
|
+
@property
|
|
44
|
+
def enable_op(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
45
|
+
"""If present, only perform optimization for these ops."""
|
|
46
|
+
|
|
47
|
+
def __init__(self, *, enable_op: collections.abc.Iterable[builtins.str] | None = ...) -> None: ...
|
|
48
|
+
def ClearField(self, field_name: typing.Literal["enable_op", b"enable_op"]) -> None: ...
|
|
49
|
+
|
|
50
|
+
global___ScopedAllocatorOptions = ScopedAllocatorOptions
|
|
51
|
+
|
|
52
|
+
@typing.final
|
|
53
|
+
class RewriterConfig(google.protobuf.message.Message):
|
|
54
|
+
"""Graph rewriting is experimental and subject to change, not covered by any
|
|
55
|
+
API stability guarantees.
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
59
|
+
|
|
60
|
+
class _Toggle:
|
|
61
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
62
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
63
|
+
|
|
64
|
+
class _ToggleEnumTypeWrapper(
|
|
65
|
+
google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[RewriterConfig._Toggle.ValueType], builtins.type
|
|
66
|
+
):
|
|
67
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
68
|
+
DEFAULT: RewriterConfig._Toggle.ValueType # 0
|
|
69
|
+
ON: RewriterConfig._Toggle.ValueType # 1
|
|
70
|
+
OFF: RewriterConfig._Toggle.ValueType # 2
|
|
71
|
+
AGGRESSIVE: RewriterConfig._Toggle.ValueType # 3
|
|
72
|
+
"""Enable some aggressive optimizations that use assumptions that TF graphs
|
|
73
|
+
may break. For example, assume the shape of a placeholder matches its
|
|
74
|
+
actual feed.
|
|
75
|
+
"""
|
|
76
|
+
EXPERIMENTAL_MLIR: RewriterConfig._Toggle.ValueType # 4
|
|
77
|
+
"""Run MLIR pass if there's one implemented in TFG, do nothing otherwise.
|
|
78
|
+
I.e., if there's no corresponding TFG pass, it's an OFF. This is supposed
|
|
79
|
+
to be mapped with `ON` and there's no `AGGRESSIVE` in MLIR pass now.
|
|
80
|
+
"""
|
|
81
|
+
EXPERIMENTAL_BOTH: RewriterConfig._Toggle.ValueType # 5
|
|
82
|
+
"""Run both MLIR and Grappler passes consecutively and MLIR pass will come
|
|
83
|
+
first.
|
|
84
|
+
"""
|
|
85
|
+
|
|
86
|
+
class Toggle(_Toggle, metaclass=_ToggleEnumTypeWrapper):
|
|
87
|
+
"""Configuration options for the meta-optimizer. Unless otherwise noted, these
|
|
88
|
+
configuration options do not apply to explicitly triggered optimization
|
|
89
|
+
passes in the optimizers field.
|
|
90
|
+
"""
|
|
91
|
+
|
|
92
|
+
DEFAULT: RewriterConfig.Toggle.ValueType # 0
|
|
93
|
+
ON: RewriterConfig.Toggle.ValueType # 1
|
|
94
|
+
OFF: RewriterConfig.Toggle.ValueType # 2
|
|
95
|
+
AGGRESSIVE: RewriterConfig.Toggle.ValueType # 3
|
|
96
|
+
"""Enable some aggressive optimizations that use assumptions that TF graphs
|
|
97
|
+
may break. For example, assume the shape of a placeholder matches its
|
|
98
|
+
actual feed.
|
|
99
|
+
"""
|
|
100
|
+
EXPERIMENTAL_MLIR: RewriterConfig.Toggle.ValueType # 4
|
|
101
|
+
"""Run MLIR pass if there's one implemented in TFG, do nothing otherwise.
|
|
102
|
+
I.e., if there's no corresponding TFG pass, it's an OFF. This is supposed
|
|
103
|
+
to be mapped with `ON` and there's no `AGGRESSIVE` in MLIR pass now.
|
|
104
|
+
"""
|
|
105
|
+
EXPERIMENTAL_BOTH: RewriterConfig.Toggle.ValueType # 5
|
|
106
|
+
"""Run both MLIR and Grappler passes consecutively and MLIR pass will come
|
|
107
|
+
first.
|
|
108
|
+
"""
|
|
109
|
+
|
|
110
|
+
class _CpuLayout:
|
|
111
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
112
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
113
|
+
|
|
114
|
+
class _CpuLayoutEnumTypeWrapper(
|
|
115
|
+
google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[RewriterConfig._CpuLayout.ValueType], builtins.type
|
|
116
|
+
):
|
|
117
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
118
|
+
NO_CONVERSION_ON_CPU: RewriterConfig._CpuLayout.ValueType # 0
|
|
119
|
+
NCHW_TO_NHWC: RewriterConfig._CpuLayout.ValueType # 1
|
|
120
|
+
NHWC_TO_NCHW: RewriterConfig._CpuLayout.ValueType # 2
|
|
121
|
+
|
|
122
|
+
class CpuLayout(_CpuLayout, metaclass=_CpuLayoutEnumTypeWrapper):
|
|
123
|
+
"""Enum for layout conversion between NCHW and NHWC on CPU. Default is OFF."""
|
|
124
|
+
|
|
125
|
+
NO_CONVERSION_ON_CPU: RewriterConfig.CpuLayout.ValueType # 0
|
|
126
|
+
NCHW_TO_NHWC: RewriterConfig.CpuLayout.ValueType # 1
|
|
127
|
+
NHWC_TO_NCHW: RewriterConfig.CpuLayout.ValueType # 2
|
|
128
|
+
|
|
129
|
+
class _NumIterationsType:
|
|
130
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
131
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
132
|
+
|
|
133
|
+
class _NumIterationsTypeEnumTypeWrapper(
|
|
134
|
+
google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[RewriterConfig._NumIterationsType.ValueType], builtins.type
|
|
135
|
+
):
|
|
136
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
137
|
+
DEFAULT_NUM_ITERS: RewriterConfig._NumIterationsType.ValueType # 0
|
|
138
|
+
ONE: RewriterConfig._NumIterationsType.ValueType # 1
|
|
139
|
+
TWO: RewriterConfig._NumIterationsType.ValueType # 2
|
|
140
|
+
|
|
141
|
+
class NumIterationsType(_NumIterationsType, metaclass=_NumIterationsTypeEnumTypeWrapper):
|
|
142
|
+
"""Enum controlling the number of times to run optimizers. The default is to
|
|
143
|
+
run them twice.
|
|
144
|
+
"""
|
|
145
|
+
|
|
146
|
+
DEFAULT_NUM_ITERS: RewriterConfig.NumIterationsType.ValueType # 0
|
|
147
|
+
ONE: RewriterConfig.NumIterationsType.ValueType # 1
|
|
148
|
+
TWO: RewriterConfig.NumIterationsType.ValueType # 2
|
|
149
|
+
|
|
150
|
+
class _MemOptType:
|
|
151
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
152
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
153
|
+
|
|
154
|
+
class _MemOptTypeEnumTypeWrapper(
|
|
155
|
+
google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[RewriterConfig._MemOptType.ValueType], builtins.type
|
|
156
|
+
):
|
|
157
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
158
|
+
DEFAULT_MEM_OPT: RewriterConfig._MemOptType.ValueType # 0
|
|
159
|
+
"""The default setting (SCHEDULING and SWAPPING HEURISTICS only)"""
|
|
160
|
+
NO_MEM_OPT: RewriterConfig._MemOptType.ValueType # 1
|
|
161
|
+
"""Disabled in the meta-optimizer."""
|
|
162
|
+
MANUAL: RewriterConfig._MemOptType.ValueType # 2
|
|
163
|
+
"""Driven by manual op-level annotations."""
|
|
164
|
+
SWAPPING_HEURISTICS: RewriterConfig._MemOptType.ValueType # 4
|
|
165
|
+
"""Driven by heuristics. The behavior of these heuristics is subject to
|
|
166
|
+
change. Currently includes an experimental recomputation and swapping
|
|
167
|
+
heuristics. Manual annotations are respected, but additional nodes are
|
|
168
|
+
selected automatically.
|
|
169
|
+
|
|
170
|
+
Swapping heuristic will move a tensor from the GPU to the CPU and move
|
|
171
|
+
it back when needed to reduce peak memory usage.
|
|
172
|
+
"""
|
|
173
|
+
RECOMPUTATION_HEURISTICS: RewriterConfig._MemOptType.ValueType # 5
|
|
174
|
+
"""Recomputation heuristics will recompute ops (such as Relu activation)
|
|
175
|
+
during backprop instead of storing them, reducing peak memory usage.
|
|
176
|
+
"""
|
|
177
|
+
SCHEDULING_HEURISTICS: RewriterConfig._MemOptType.ValueType # 6
|
|
178
|
+
"""Scheduling will split big ops such as AddN and try to enforce a schedule
|
|
179
|
+
of the new computations that decreases peak memory usage.
|
|
180
|
+
"""
|
|
181
|
+
HEURISTICS: RewriterConfig._MemOptType.ValueType # 3
|
|
182
|
+
"""Use any combination of swapping and recomputation heuristics."""
|
|
183
|
+
|
|
184
|
+
class MemOptType(_MemOptType, metaclass=_MemOptTypeEnumTypeWrapper): ...
|
|
185
|
+
DEFAULT_MEM_OPT: RewriterConfig.MemOptType.ValueType # 0
|
|
186
|
+
"""The default setting (SCHEDULING and SWAPPING HEURISTICS only)"""
|
|
187
|
+
NO_MEM_OPT: RewriterConfig.MemOptType.ValueType # 1
|
|
188
|
+
"""Disabled in the meta-optimizer."""
|
|
189
|
+
MANUAL: RewriterConfig.MemOptType.ValueType # 2
|
|
190
|
+
"""Driven by manual op-level annotations."""
|
|
191
|
+
SWAPPING_HEURISTICS: RewriterConfig.MemOptType.ValueType # 4
|
|
192
|
+
"""Driven by heuristics. The behavior of these heuristics is subject to
|
|
193
|
+
change. Currently includes an experimental recomputation and swapping
|
|
194
|
+
heuristics. Manual annotations are respected, but additional nodes are
|
|
195
|
+
selected automatically.
|
|
196
|
+
|
|
197
|
+
Swapping heuristic will move a tensor from the GPU to the CPU and move
|
|
198
|
+
it back when needed to reduce peak memory usage.
|
|
199
|
+
"""
|
|
200
|
+
RECOMPUTATION_HEURISTICS: RewriterConfig.MemOptType.ValueType # 5
|
|
201
|
+
"""Recomputation heuristics will recompute ops (such as Relu activation)
|
|
202
|
+
during backprop instead of storing them, reducing peak memory usage.
|
|
203
|
+
"""
|
|
204
|
+
SCHEDULING_HEURISTICS: RewriterConfig.MemOptType.ValueType # 6
|
|
205
|
+
"""Scheduling will split big ops such as AddN and try to enforce a schedule
|
|
206
|
+
of the new computations that decreases peak memory usage.
|
|
207
|
+
"""
|
|
208
|
+
HEURISTICS: RewriterConfig.MemOptType.ValueType # 3
|
|
209
|
+
"""Use any combination of swapping and recomputation heuristics."""
|
|
210
|
+
|
|
211
|
+
@typing.final
|
|
212
|
+
class CustomGraphOptimizer(google.protobuf.message.Message):
|
|
213
|
+
"""Message to describe custom graph optimizer and its parameters"""
|
|
214
|
+
|
|
215
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
216
|
+
|
|
217
|
+
@typing.final
|
|
218
|
+
class ParameterMapEntry(google.protobuf.message.Message):
|
|
219
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
220
|
+
|
|
221
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
222
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
223
|
+
key: builtins.str
|
|
224
|
+
@property
|
|
225
|
+
def value(self) -> tensorflow.core.framework.attr_value_pb2.AttrValue: ...
|
|
226
|
+
def __init__(
|
|
227
|
+
self, *, key: builtins.str | None = ..., value: tensorflow.core.framework.attr_value_pb2.AttrValue | None = ...
|
|
228
|
+
) -> None: ...
|
|
229
|
+
def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
|
|
230
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
231
|
+
|
|
232
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
233
|
+
PARAMETER_MAP_FIELD_NUMBER: builtins.int
|
|
234
|
+
name: builtins.str
|
|
235
|
+
@property
|
|
236
|
+
def parameter_map(
|
|
237
|
+
self,
|
|
238
|
+
) -> google.protobuf.internal.containers.MessageMap[builtins.str, tensorflow.core.framework.attr_value_pb2.AttrValue]: ...
|
|
239
|
+
def __init__(
|
|
240
|
+
self,
|
|
241
|
+
*,
|
|
242
|
+
name: builtins.str | None = ...,
|
|
243
|
+
parameter_map: collections.abc.Mapping[builtins.str, tensorflow.core.framework.attr_value_pb2.AttrValue] | None = ...,
|
|
244
|
+
) -> None: ...
|
|
245
|
+
def ClearField(self, field_name: typing.Literal["name", b"name", "parameter_map", b"parameter_map"]) -> None: ...
|
|
246
|
+
|
|
247
|
+
CPU_LAYOUT_CONVERSION_FIELD_NUMBER: builtins.int
|
|
248
|
+
LAYOUT_OPTIMIZER_FIELD_NUMBER: builtins.int
|
|
249
|
+
CONSTANT_FOLDING_FIELD_NUMBER: builtins.int
|
|
250
|
+
SHAPE_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
251
|
+
REMAPPING_FIELD_NUMBER: builtins.int
|
|
252
|
+
COMMON_SUBGRAPH_ELIMINATION_FIELD_NUMBER: builtins.int
|
|
253
|
+
ARITHMETIC_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
254
|
+
DEPENDENCY_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
255
|
+
LOOP_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
256
|
+
FUNCTION_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
257
|
+
DEBUG_STRIPPER_FIELD_NUMBER: builtins.int
|
|
258
|
+
DISABLE_MODEL_PRUNING_FIELD_NUMBER: builtins.int
|
|
259
|
+
SCOPED_ALLOCATOR_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
260
|
+
PIN_TO_HOST_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
261
|
+
IMPLEMENTATION_SELECTOR_FIELD_NUMBER: builtins.int
|
|
262
|
+
AUTO_MIXED_PRECISION_FIELD_NUMBER: builtins.int
|
|
263
|
+
AUTO_MIXED_PRECISION_MKL_FIELD_NUMBER: builtins.int
|
|
264
|
+
AUTO_MIXED_PRECISION_ONEDNN_BFLOAT16_FIELD_NUMBER: builtins.int
|
|
265
|
+
AUTO_MIXED_PRECISION_CPU_FIELD_NUMBER: builtins.int
|
|
266
|
+
DISABLE_META_OPTIMIZER_FIELD_NUMBER: builtins.int
|
|
267
|
+
DISABLE_TFG_OPTIMIZER_FIELD_NUMBER: builtins.int
|
|
268
|
+
USE_PLUGIN_OPTIMIZERS_FIELD_NUMBER: builtins.int
|
|
269
|
+
EXPERIMENTAL_CONDITIONAL_CODE_MOTION_FIELD_NUMBER: builtins.int
|
|
270
|
+
META_OPTIMIZER_ITERATIONS_FIELD_NUMBER: builtins.int
|
|
271
|
+
MIN_GRAPH_NODES_FIELD_NUMBER: builtins.int
|
|
272
|
+
EXPERIMENTAL_DISABLE_COMPRESSED_TENSOR_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
273
|
+
EXPERIMENTAL_DISABLE_FOLDING_QUANTIZATION_EMULATION_FIELD_NUMBER: builtins.int
|
|
274
|
+
MEMORY_OPTIMIZATION_FIELD_NUMBER: builtins.int
|
|
275
|
+
MEMORY_OPTIMIZER_TARGET_NODE_NAME_SCOPE_FIELD_NUMBER: builtins.int
|
|
276
|
+
META_OPTIMIZER_TIMEOUT_MS_FIELD_NUMBER: builtins.int
|
|
277
|
+
AUTO_PARALLEL_FIELD_NUMBER: builtins.int
|
|
278
|
+
FAIL_ON_OPTIMIZER_ERRORS_FIELD_NUMBER: builtins.int
|
|
279
|
+
SCOPED_ALLOCATOR_OPTS_FIELD_NUMBER: builtins.int
|
|
280
|
+
OPTIMIZERS_FIELD_NUMBER: builtins.int
|
|
281
|
+
CUSTOM_OPTIMIZERS_FIELD_NUMBER: builtins.int
|
|
282
|
+
INTER_OPTIMIZER_VERIFIER_CONFIG_FIELD_NUMBER: builtins.int
|
|
283
|
+
POST_OPTIMIZATION_VERIFIER_CONFIG_FIELD_NUMBER: builtins.int
|
|
284
|
+
cpu_layout_conversion: global___RewriterConfig.CpuLayout.ValueType
|
|
285
|
+
"""CPU Conversion settings between NHCW and NCHW."""
|
|
286
|
+
layout_optimizer: global___RewriterConfig.Toggle.ValueType
|
|
287
|
+
"""Optimize tensor layouts (default is ON)
|
|
288
|
+
e.g. This will try to use NCHW layout on GPU which is faster.
|
|
289
|
+
"""
|
|
290
|
+
constant_folding: global___RewriterConfig.Toggle.ValueType
|
|
291
|
+
"""Fold constants (default is ON)
|
|
292
|
+
Statically infer the value of tensors when possible, and materialize the
|
|
293
|
+
result using constants.
|
|
294
|
+
"""
|
|
295
|
+
shape_optimization: global___RewriterConfig.Toggle.ValueType
|
|
296
|
+
"""Shape optimizations (default is ON)
|
|
297
|
+
Simplify computations made on shapes.
|
|
298
|
+
"""
|
|
299
|
+
remapping: global___RewriterConfig.Toggle.ValueType
|
|
300
|
+
"""Remapping (default is ON)
|
|
301
|
+
Remap subgraphs onto more efficient implementations.
|
|
302
|
+
"""
|
|
303
|
+
common_subgraph_elimination: global___RewriterConfig.Toggle.ValueType
|
|
304
|
+
"""Common subgraph elimination (default is ON)
|
|
305
|
+
e.g. Simplify arithmetic ops; merge ops with same value (like constants).
|
|
306
|
+
"""
|
|
307
|
+
arithmetic_optimization: global___RewriterConfig.Toggle.ValueType
|
|
308
|
+
"""Arithmetic optimizations (default is ON)
|
|
309
|
+
e.g. Simplify arithmetic ops; merge ops with same value (like constants).
|
|
310
|
+
"""
|
|
311
|
+
dependency_optimization: global___RewriterConfig.Toggle.ValueType
|
|
312
|
+
"""Control dependency optimizations (default is ON).
|
|
313
|
+
Remove redundant control dependencies, which may enable other optimization.
|
|
314
|
+
"""
|
|
315
|
+
loop_optimization: global___RewriterConfig.Toggle.ValueType
|
|
316
|
+
"""Loop optimizations (default is ON)."""
|
|
317
|
+
function_optimization: global___RewriterConfig.Toggle.ValueType
|
|
318
|
+
"""Function optimizations (default is ON)."""
|
|
319
|
+
debug_stripper: global___RewriterConfig.Toggle.ValueType
|
|
320
|
+
"""Strips debug-related nodes from the graph (off by default)."""
|
|
321
|
+
disable_model_pruning: builtins.bool
|
|
322
|
+
"""If true, don't remove unnecessary ops from the graph"""
|
|
323
|
+
scoped_allocator_optimization: global___RewriterConfig.Toggle.ValueType
|
|
324
|
+
"""Try to allocate some independent Op outputs contiguously in order to
|
|
325
|
+
merge or eliminate downstream Ops (off by default).
|
|
326
|
+
"""
|
|
327
|
+
pin_to_host_optimization: global___RewriterConfig.Toggle.ValueType
|
|
328
|
+
"""Force small ops onto the CPU (default is OFF)."""
|
|
329
|
+
implementation_selector: global___RewriterConfig.Toggle.ValueType
|
|
330
|
+
"""Enable the swap of kernel implementations based on the device placement
|
|
331
|
+
(default is ON).
|
|
332
|
+
"""
|
|
333
|
+
auto_mixed_precision: global___RewriterConfig.Toggle.ValueType
|
|
334
|
+
"""Optimize data types for CUDA/oneDNN (default is OFF).
|
|
335
|
+
This will try to use float16 on GPU/CPU which is faster.
|
|
336
|
+
Note that this can change the numerical stability of the graph and may
|
|
337
|
+
require the use of loss scaling to maintain model convergence.
|
|
338
|
+
"""
|
|
339
|
+
auto_mixed_precision_mkl: global___RewriterConfig.Toggle.ValueType
|
|
340
|
+
"""Optimize data types for oneDNN (default is OFF).
|
|
341
|
+
This will try to use bfloat16 on CPUs, which is faster.
|
|
342
|
+
Note that this can change the numerical stability of the graph.
|
|
343
|
+
Note: this is deprecated.
|
|
344
|
+
It is replaced by auto_mixed_precision_onednn_bfloat16
|
|
345
|
+
"""
|
|
346
|
+
auto_mixed_precision_onednn_bfloat16: global___RewriterConfig.Toggle.ValueType
|
|
347
|
+
"""Optimize data types for oneDNN (default is OFF).
|
|
348
|
+
This will try to use bfloat16 on CPUs, which is faster.
|
|
349
|
+
Note that this can change the numerical stability of the graph.
|
|
350
|
+
Note: this is equivalent to the deprecated option auto_mixed_precision_mkl
|
|
351
|
+
"""
|
|
352
|
+
auto_mixed_precision_cpu: global___RewriterConfig.Toggle.ValueType
|
|
353
|
+
"""Emulate a model using data type float16 on CPU (default is OFF).
|
|
354
|
+
This will try to emulate the float16 inputs and outputs of an operator
|
|
355
|
+
on CPU to have better correlation with float16 on GPU; however the
|
|
356
|
+
computation in the operator is based on float32.
|
|
357
|
+
Note that this can change the numerical stability of the graph.
|
|
358
|
+
"""
|
|
359
|
+
disable_meta_optimizer: builtins.bool
|
|
360
|
+
"""Disable the entire meta optimizer (off by default)."""
|
|
361
|
+
disable_tfg_optimizer: builtins.bool
|
|
362
|
+
"""Disable the TFG optimizer (off by default)."""
|
|
363
|
+
use_plugin_optimizers: global___RewriterConfig.Toggle.ValueType
|
|
364
|
+
"""Optimizers registered by plugin (default is ON)"""
|
|
365
|
+
experimental_conditional_code_motion: global___RewriterConfig.Toggle.ValueType
|
|
366
|
+
"""Conditional code motion (default is ON)."""
|
|
367
|
+
meta_optimizer_iterations: global___RewriterConfig.NumIterationsType.ValueType
|
|
368
|
+
"""Controls how many times we run the optimizers in meta optimizer (default
|
|
369
|
+
is once).
|
|
370
|
+
"""
|
|
371
|
+
min_graph_nodes: builtins.int
|
|
372
|
+
"""The minimum number of nodes in a graph to optimizer. For smaller graphs,
|
|
373
|
+
optimization is skipped.
|
|
374
|
+
0 means the system picks an appropriate number.
|
|
375
|
+
< 0 means do not skip optimization.
|
|
376
|
+
"""
|
|
377
|
+
experimental_disable_compressed_tensor_optimization: builtins.bool
|
|
378
|
+
"""Disable optimizations that assume compressed tensors. Note that this flag
|
|
379
|
+
is experimental and may be removed in the future.
|
|
380
|
+
"""
|
|
381
|
+
experimental_disable_folding_quantization_emulation: builtins.bool
|
|
382
|
+
"""Disable folding quantization emulation ops such as FakeQuantWithMinMax* and
|
|
383
|
+
QuantizeAndDequantize*. Some compilers (e.g. the TF-to-tflite converter)
|
|
384
|
+
have to extract quantization configs (e.g. min/max range, number of bits,
|
|
385
|
+
and per-channel) from the quantization emulation ops. Note that this flag
|
|
386
|
+
is experimental and may be removed in the future. See b/174138564 for more
|
|
387
|
+
details.
|
|
388
|
+
"""
|
|
389
|
+
memory_optimization: global___RewriterConfig.MemOptType.ValueType
|
|
390
|
+
"""Configures memory optimization passes through the meta-optimizer. Has no
|
|
391
|
+
effect on manually requested memory optimization passes in the optimizers
|
|
392
|
+
field.
|
|
393
|
+
"""
|
|
394
|
+
memory_optimizer_target_node_name_scope: builtins.str
|
|
395
|
+
"""A node name scope for node names which are valid outputs of recomputations.
|
|
396
|
+
Inputs to nodes that match this scope may be recomputed (subject either to
|
|
397
|
+
manual annotation of those input nodes or to manual annotation and
|
|
398
|
+
heuristics depending on memory_optimization), but the nodes themselves will
|
|
399
|
+
not be recomputed. This matches any sub-scopes as well, meaning the scope
|
|
400
|
+
can appear not just as a top-level scope. For example, if the value is
|
|
401
|
+
"gradients/", the default, it will match node name "gradients/foo",
|
|
402
|
+
"foo/gradients/bar", but not "foo_gradients/"
|
|
403
|
+
"""
|
|
404
|
+
meta_optimizer_timeout_ms: builtins.int
|
|
405
|
+
"""Maximum number of milliseconds to spend optimizing a single graph before
|
|
406
|
+
timing out. If less than or equal to 0 (default value) the optimizer will
|
|
407
|
+
never time out.
|
|
408
|
+
"""
|
|
409
|
+
fail_on_optimizer_errors: builtins.bool
|
|
410
|
+
"""If true, any optimization pass failing will cause the MetaOptimizer to
|
|
411
|
+
stop with an error. By default - or when set to false, failing passes are
|
|
412
|
+
skipped silently.
|
|
413
|
+
"""
|
|
414
|
+
@property
|
|
415
|
+
def auto_parallel(self) -> global___AutoParallelOptions:
|
|
416
|
+
"""Configures AutoParallel optimization passes either through the
|
|
417
|
+
meta-optimizer or when manually specified through the optimizers field.
|
|
418
|
+
"""
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
def scoped_allocator_opts(self) -> global___ScopedAllocatorOptions: ...
|
|
422
|
+
@property
|
|
423
|
+
def optimizers(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
424
|
+
"""If non-empty, will use this as an alternative way to specify a list of
|
|
425
|
+
optimizations to turn on and the order of the optimizations (replacing the
|
|
426
|
+
meta-optimizer).
|
|
427
|
+
|
|
428
|
+
Of the RewriterConfig options, only the AutoParallel configuration options
|
|
429
|
+
(the auto_parallel field) apply to manually requested optimization passes
|
|
430
|
+
("autoparallel"). Memory optimization passes ("memory") invoked here are
|
|
431
|
+
not configurable (in contrast to memory optimization passes through the
|
|
432
|
+
meta-optimizer) and act only on manual op annotations.
|
|
433
|
+
|
|
434
|
+
Custom optimizers (see custom_optimizers) that are not part of this
|
|
435
|
+
schedule will be run after - in the order that they were specified.
|
|
436
|
+
"""
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
def custom_optimizers(
|
|
440
|
+
self,
|
|
441
|
+
) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___RewriterConfig.CustomGraphOptimizer]:
|
|
442
|
+
"""list of CustomGraphOptimizers to apply."""
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
def inter_optimizer_verifier_config(self) -> tensorflow.core.protobuf.verifier_config_pb2.VerifierConfig:
|
|
446
|
+
"""VerifierConfig specifying the verifiers to be run after every optimizer."""
|
|
447
|
+
|
|
448
|
+
@property
|
|
449
|
+
def post_optimization_verifier_config(self) -> tensorflow.core.protobuf.verifier_config_pb2.VerifierConfig:
|
|
450
|
+
"""VerifierConfig specifying the verifiers to be run at the end, after all
|
|
451
|
+
optimizers have run.
|
|
452
|
+
"""
|
|
453
|
+
|
|
454
|
+
def __init__(
|
|
455
|
+
self,
|
|
456
|
+
*,
|
|
457
|
+
cpu_layout_conversion: global___RewriterConfig.CpuLayout.ValueType | None = ...,
|
|
458
|
+
layout_optimizer: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
459
|
+
constant_folding: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
460
|
+
shape_optimization: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
461
|
+
remapping: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
462
|
+
common_subgraph_elimination: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
463
|
+
arithmetic_optimization: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
464
|
+
dependency_optimization: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
465
|
+
loop_optimization: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
466
|
+
function_optimization: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
467
|
+
debug_stripper: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
468
|
+
disable_model_pruning: builtins.bool | None = ...,
|
|
469
|
+
scoped_allocator_optimization: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
470
|
+
pin_to_host_optimization: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
471
|
+
implementation_selector: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
472
|
+
auto_mixed_precision: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
473
|
+
auto_mixed_precision_mkl: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
474
|
+
auto_mixed_precision_onednn_bfloat16: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
475
|
+
auto_mixed_precision_cpu: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
476
|
+
disable_meta_optimizer: builtins.bool | None = ...,
|
|
477
|
+
disable_tfg_optimizer: builtins.bool | None = ...,
|
|
478
|
+
use_plugin_optimizers: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
479
|
+
experimental_conditional_code_motion: global___RewriterConfig.Toggle.ValueType | None = ...,
|
|
480
|
+
meta_optimizer_iterations: global___RewriterConfig.NumIterationsType.ValueType | None = ...,
|
|
481
|
+
min_graph_nodes: builtins.int | None = ...,
|
|
482
|
+
experimental_disable_compressed_tensor_optimization: builtins.bool | None = ...,
|
|
483
|
+
experimental_disable_folding_quantization_emulation: builtins.bool | None = ...,
|
|
484
|
+
memory_optimization: global___RewriterConfig.MemOptType.ValueType | None = ...,
|
|
485
|
+
memory_optimizer_target_node_name_scope: builtins.str | None = ...,
|
|
486
|
+
meta_optimizer_timeout_ms: builtins.int | None = ...,
|
|
487
|
+
auto_parallel: global___AutoParallelOptions | None = ...,
|
|
488
|
+
fail_on_optimizer_errors: builtins.bool | None = ...,
|
|
489
|
+
scoped_allocator_opts: global___ScopedAllocatorOptions | None = ...,
|
|
490
|
+
optimizers: collections.abc.Iterable[builtins.str] | None = ...,
|
|
491
|
+
custom_optimizers: collections.abc.Iterable[global___RewriterConfig.CustomGraphOptimizer] | None = ...,
|
|
492
|
+
inter_optimizer_verifier_config: tensorflow.core.protobuf.verifier_config_pb2.VerifierConfig | None = ...,
|
|
493
|
+
post_optimization_verifier_config: tensorflow.core.protobuf.verifier_config_pb2.VerifierConfig | None = ...,
|
|
494
|
+
) -> None: ...
|
|
495
|
+
def HasField(
|
|
496
|
+
self,
|
|
497
|
+
field_name: typing.Literal[
|
|
498
|
+
"auto_parallel",
|
|
499
|
+
b"auto_parallel",
|
|
500
|
+
"inter_optimizer_verifier_config",
|
|
501
|
+
b"inter_optimizer_verifier_config",
|
|
502
|
+
"post_optimization_verifier_config",
|
|
503
|
+
b"post_optimization_verifier_config",
|
|
504
|
+
"scoped_allocator_opts",
|
|
505
|
+
b"scoped_allocator_opts",
|
|
506
|
+
],
|
|
507
|
+
) -> builtins.bool: ...
|
|
508
|
+
def ClearField(
|
|
509
|
+
self,
|
|
510
|
+
field_name: typing.Literal[
|
|
511
|
+
"arithmetic_optimization",
|
|
512
|
+
b"arithmetic_optimization",
|
|
513
|
+
"auto_mixed_precision",
|
|
514
|
+
b"auto_mixed_precision",
|
|
515
|
+
"auto_mixed_precision_cpu",
|
|
516
|
+
b"auto_mixed_precision_cpu",
|
|
517
|
+
"auto_mixed_precision_mkl",
|
|
518
|
+
b"auto_mixed_precision_mkl",
|
|
519
|
+
"auto_mixed_precision_onednn_bfloat16",
|
|
520
|
+
b"auto_mixed_precision_onednn_bfloat16",
|
|
521
|
+
"auto_parallel",
|
|
522
|
+
b"auto_parallel",
|
|
523
|
+
"common_subgraph_elimination",
|
|
524
|
+
b"common_subgraph_elimination",
|
|
525
|
+
"constant_folding",
|
|
526
|
+
b"constant_folding",
|
|
527
|
+
"cpu_layout_conversion",
|
|
528
|
+
b"cpu_layout_conversion",
|
|
529
|
+
"custom_optimizers",
|
|
530
|
+
b"custom_optimizers",
|
|
531
|
+
"debug_stripper",
|
|
532
|
+
b"debug_stripper",
|
|
533
|
+
"dependency_optimization",
|
|
534
|
+
b"dependency_optimization",
|
|
535
|
+
"disable_meta_optimizer",
|
|
536
|
+
b"disable_meta_optimizer",
|
|
537
|
+
"disable_model_pruning",
|
|
538
|
+
b"disable_model_pruning",
|
|
539
|
+
"disable_tfg_optimizer",
|
|
540
|
+
b"disable_tfg_optimizer",
|
|
541
|
+
"experimental_conditional_code_motion",
|
|
542
|
+
b"experimental_conditional_code_motion",
|
|
543
|
+
"experimental_disable_compressed_tensor_optimization",
|
|
544
|
+
b"experimental_disable_compressed_tensor_optimization",
|
|
545
|
+
"experimental_disable_folding_quantization_emulation",
|
|
546
|
+
b"experimental_disable_folding_quantization_emulation",
|
|
547
|
+
"fail_on_optimizer_errors",
|
|
548
|
+
b"fail_on_optimizer_errors",
|
|
549
|
+
"function_optimization",
|
|
550
|
+
b"function_optimization",
|
|
551
|
+
"implementation_selector",
|
|
552
|
+
b"implementation_selector",
|
|
553
|
+
"inter_optimizer_verifier_config",
|
|
554
|
+
b"inter_optimizer_verifier_config",
|
|
555
|
+
"layout_optimizer",
|
|
556
|
+
b"layout_optimizer",
|
|
557
|
+
"loop_optimization",
|
|
558
|
+
b"loop_optimization",
|
|
559
|
+
"memory_optimization",
|
|
560
|
+
b"memory_optimization",
|
|
561
|
+
"memory_optimizer_target_node_name_scope",
|
|
562
|
+
b"memory_optimizer_target_node_name_scope",
|
|
563
|
+
"meta_optimizer_iterations",
|
|
564
|
+
b"meta_optimizer_iterations",
|
|
565
|
+
"meta_optimizer_timeout_ms",
|
|
566
|
+
b"meta_optimizer_timeout_ms",
|
|
567
|
+
"min_graph_nodes",
|
|
568
|
+
b"min_graph_nodes",
|
|
569
|
+
"optimizers",
|
|
570
|
+
b"optimizers",
|
|
571
|
+
"pin_to_host_optimization",
|
|
572
|
+
b"pin_to_host_optimization",
|
|
573
|
+
"post_optimization_verifier_config",
|
|
574
|
+
b"post_optimization_verifier_config",
|
|
575
|
+
"remapping",
|
|
576
|
+
b"remapping",
|
|
577
|
+
"scoped_allocator_optimization",
|
|
578
|
+
b"scoped_allocator_optimization",
|
|
579
|
+
"scoped_allocator_opts",
|
|
580
|
+
b"scoped_allocator_opts",
|
|
581
|
+
"shape_optimization",
|
|
582
|
+
b"shape_optimization",
|
|
583
|
+
"use_plugin_optimizers",
|
|
584
|
+
b"use_plugin_optimizers",
|
|
585
|
+
],
|
|
586
|
+
) -> None: ...
|
|
587
|
+
|
|
588
|
+
global___RewriterConfig = RewriterConfig
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import google.protobuf.descriptor
|
|
11
|
+
import google.protobuf.internal.containers
|
|
12
|
+
import google.protobuf.message
|
|
13
|
+
import tensorflow.core.protobuf.meta_graph_pb2
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
16
|
+
|
|
17
|
+
@typing.final
|
|
18
|
+
class SavedModel(google.protobuf.message.Message):
|
|
19
|
+
"""SavedModel is the high level serialization format for TensorFlow Models.
|
|
20
|
+
See [todo: doc links, similar to session_bundle] for more information.
|
|
21
|
+
"""
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
24
|
+
|
|
25
|
+
SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER: builtins.int
|
|
26
|
+
META_GRAPHS_FIELD_NUMBER: builtins.int
|
|
27
|
+
saved_model_schema_version: builtins.int
|
|
28
|
+
"""The schema version of the SavedModel instance. Used for versioning when
|
|
29
|
+
making future changes to the specification/implementation. Initial value
|
|
30
|
+
at release will be 1.
|
|
31
|
+
"""
|
|
32
|
+
@property
|
|
33
|
+
def meta_graphs(
|
|
34
|
+
self,
|
|
35
|
+
) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[
|
|
36
|
+
tensorflow.core.protobuf.meta_graph_pb2.MetaGraphDef
|
|
37
|
+
]:
|
|
38
|
+
"""One or more MetaGraphs."""
|
|
39
|
+
|
|
40
|
+
def __init__(
|
|
41
|
+
self,
|
|
42
|
+
*,
|
|
43
|
+
saved_model_schema_version: builtins.int | None = ...,
|
|
44
|
+
meta_graphs: collections.abc.Iterable[tensorflow.core.protobuf.meta_graph_pb2.MetaGraphDef] | None = ...,
|
|
45
|
+
) -> None: ...
|
|
46
|
+
def ClearField(
|
|
47
|
+
self,
|
|
48
|
+
field_name: typing.Literal["meta_graphs", b"meta_graphs", "saved_model_schema_version", b"saved_model_schema_version"],
|
|
49
|
+
) -> None: ...
|
|
50
|
+
|
|
51
|
+
global___SavedModel = SavedModel
|