Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created May 23, 2023 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawlingsj/0102e404248ba1381153900997b2c192 to your computer and use it in GitHub Desktop.
Save rawlingsj/0102e404248ba1381153900997b2c192 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
.
├── diff.log
├── usr
│   ├── bin
│   │   ├── estimator_ckpt_converter
│   │   ├── f2py
│   │   ├── f2py3
│   │   ├── f2py3.10
│   │   ├── google-oauthlib-tool
│   │   ├── import_pb_to_tensorboard
│   │   ├── main.py
│   │   ├── markdown_py
│   │   ├── normalizer
│   │   ├── pyrsa-decrypt
│   │   ├── pyrsa-encrypt
│   │   ├── pyrsa-keygen
│   │   ├── pyrsa-priv2pub
│   │   ├── pyrsa-sign
│   │   ├── pyrsa-verify
│   │   ├── saved_model_cli
│   │   ├── tensorboard
│   │   ├── tf_upgrade_v2
│   │   ├── tflite_convert
│   │   ├── toco
│   │   ├── toco_from_protos
│   │   └── wheel
│   └── lib
│   └── python3.10
│   └── site-packages
│   ├── Markdown-3.4.3.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.md
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   └── top_level.txt
│   ├── MarkupSafe-2.1.2.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.rst
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── Werkzeug-2.3.4.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.rst
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── __pycache__
│   │   ├── rfc3339.cpython-310.pyc
│   │   ├── six.cpython-310.pyc
│   │   └── typing_extensions.cpython-310.pyc
│   ├── absl
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── app.cpython-310.pyc
│   │   │   └── command_name.cpython-310.pyc
│   │   ├── app.py
│   │   ├── command_name.py
│   │   ├── flags
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _argument_parser.cpython-310.pyc
│   │   │   │   ├── _defines.cpython-310.pyc
│   │   │   │   ├── _exceptions.cpython-310.pyc
│   │   │   │   ├── _flag.cpython-310.pyc
│   │   │   │   ├── _flagvalues.cpython-310.pyc
│   │   │   │   ├── _helpers.cpython-310.pyc
│   │   │   │   ├── _validators.cpython-310.pyc
│   │   │   │   ├── _validators_classes.cpython-310.pyc
│   │   │   │   └── argparse_flags.cpython-310.pyc
│   │   │   ├── _argument_parser.py
│   │   │   ├── _defines.py
│   │   │   ├── _exceptions.py
│   │   │   ├── _flag.py
│   │   │   ├── _flagvalues.py
│   │   │   ├── _helpers.py
│   │   │   ├── _validators.py
│   │   │   ├── _validators_classes.py
│   │   │   └── argparse_flags.py
│   │   ├── logging
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── converter.cpython-310.pyc
│   │   │   └── converter.py
│   │   └── testing
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── _bazelize_command.cpython-310.pyc
│   │   │   ├── _pretty_print_reporter.cpython-310.pyc
│   │   │   ├── absltest.cpython-310.pyc
│   │   │   ├── flagsaver.cpython-310.pyc
│   │   │   ├── parameterized.cpython-310.pyc
│   │   │   └── xml_reporter.cpython-310.pyc
│   │   ├── _bazelize_command.py
│   │   ├── _pretty_print_reporter.py
│   │   ├── absltest.py
│   │   ├── flagsaver.py
│   │   ├── parameterized.py
│   │   └── xml_reporter.py
│   ├── absl_py-1.4.0.dist-info
│   │   ├── AUTHORS
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── astunparse
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── __main__.cpython-310.pyc
│   │   │   ├── printer.cpython-310.pyc
│   │   │   └── unparser.cpython-310.pyc
│   │   ├── printer.py
│   │   └── unparser.py
│   ├── astunparse-1.6.3.dist-info
│   │   ├── AUTHORS.rst
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── cachetools
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── func.cpython-310.pyc
│   │   │   └── keys.cpython-310.pyc
│   │   ├── func.py
│   │   └── keys.py
│   ├── cachetools-5.3.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── certifi
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── __main__.cpython-310.pyc
│   │   │   └── core.cpython-310.pyc
│   │   ├── cacert.pem
│   │   ├── core.py
│   │   └── py.typed
│   ├── certifi-2023.5.7.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── charset_normalizer
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── api.cpython-310.pyc
│   │   │   ├── cd.cpython-310.pyc
│   │   │   ├── constant.cpython-310.pyc
│   │   │   ├── legacy.cpython-310.pyc
│   │   │   ├── md.cpython-310.pyc
│   │   │   ├── models.cpython-310.pyc
│   │   │   ├── utils.cpython-310.pyc
│   │   │   └── version.cpython-310.pyc
│   │   ├── api.py
│   │   ├── assets
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   ├── cd.py
│   │   ├── cli
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── normalizer.cpython-310.pyc
│   │   │   └── normalizer.py
│   │   ├── constant.py
│   │   ├── legacy.py
│   │   ├── md.cpython-310-aarch64-linux-gnu.so
│   │   ├── md.py
│   │   ├── md__mypyc.cpython-310-aarch64-linux-gnu.so
│   │   ├── models.py
│   │   ├── py.typed
│   │   ├── utils.py
│   │   └── version.py
│   ├── charset_normalizer-3.1.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   └── top_level.txt
│   ├── clang
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── cindex.cpython-310.pyc
│   │   │   └── enumerations.cpython-310.pyc
│   │   ├── cindex.py
│   │   ├── enumerations.py
│   │   └── native
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   └── libclang.so
│   ├── flatbuffers
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── _version.cpython-310.pyc
│   │   │   ├── builder.cpython-310.pyc
│   │   │   ├── compat.cpython-310.pyc
│   │   │   ├── encode.cpython-310.pyc
│   │   │   ├── flexbuffers.cpython-310.pyc
│   │   │   ├── number_types.cpython-310.pyc
│   │   │   ├── packer.cpython-310.pyc
│   │   │   ├── table.cpython-310.pyc
│   │   │   └── util.cpython-310.pyc
│   │   ├── _version.py
│   │   ├── builder.py
│   │   ├── compat.py
│   │   ├── encode.py
│   │   ├── flexbuffers.py
│   │   ├── number_types.py
│   │   ├── packer.py
│   │   ├── table.py
│   │   └── util.py
│   ├── flatbuffers-23.5.9.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── gast
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── ast2.cpython-310.pyc
│   │   │   ├── ast3.cpython-310.pyc
│   │   │   ├── astn.cpython-310.pyc
│   │   │   └── gast.cpython-310.pyc
│   │   ├── ast2.py
│   │   ├── ast3.py
│   │   ├── astn.py
│   │   └── gast.py
│   ├── gast-0.4.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── google
│   │   ├── api
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── annotations_pb2.cpython-310.pyc
│   │   │   │   ├── auth_pb2.cpython-310.pyc
│   │   │   │   ├── backend_pb2.cpython-310.pyc
│   │   │   │   ├── billing_pb2.cpython-310.pyc
│   │   │   │   ├── client_pb2.cpython-310.pyc
│   │   │   │   ├── config_change_pb2.cpython-310.pyc
│   │   │   │   ├── consumer_pb2.cpython-310.pyc
│   │   │   │   ├── context_pb2.cpython-310.pyc
│   │   │   │   ├── control_pb2.cpython-310.pyc
│   │   │   │   ├── distribution_pb2.cpython-310.pyc
│   │   │   │   ├── documentation_pb2.cpython-310.pyc
│   │   │   │   ├── endpoint_pb2.cpython-310.pyc
│   │   │   │   ├── field_behavior_pb2.cpython-310.pyc
│   │   │   │   ├── http_pb2.cpython-310.pyc
│   │   │   │   ├── httpbody_pb2.cpython-310.pyc
│   │   │   │   ├── label_pb2.cpython-310.pyc
│   │   │   │   ├── launch_stage_pb2.cpython-310.pyc
│   │   │   │   ├── log_pb2.cpython-310.pyc
│   │   │   │   ├── logging_pb2.cpython-310.pyc
│   │   │   │   ├── metric_pb2.cpython-310.pyc
│   │   │   │   ├── monitored_resource_pb2.cpython-310.pyc
│   │   │   │   ├── monitoring_pb2.cpython-310.pyc
│   │   │   │   ├── quota_pb2.cpython-310.pyc
│   │   │   │   ├── resource_pb2.cpython-310.pyc
│   │   │   │   ├── service_pb2.cpython-310.pyc
│   │   │   │   ├── source_info_pb2.cpython-310.pyc
│   │   │   │   ├── system_parameter_pb2.cpython-310.pyc
│   │   │   │   └── usage_pb2.cpython-310.pyc
│   │   │   ├── annotations_pb2.py
│   │   │   ├── auth_pb2.py
│   │   │   ├── backend_pb2.py
│   │   │   ├── billing_pb2.py
│   │   │   ├── client_pb2.py
│   │   │   ├── config_change_pb2.py
│   │   │   ├── consumer_pb2.py
│   │   │   ├── context_pb2.py
│   │   │   ├── control_pb2.py
│   │   │   ├── distribution_pb2.py
│   │   │   ├── documentation_pb2.py
│   │   │   ├── endpoint_pb2.py
│   │   │   ├── field_behavior_pb2.py
│   │   │   ├── http_pb2.py
│   │   │   ├── httpbody_pb2.py
│   │   │   ├── label_pb2.py
│   │   │   ├── launch_stage_pb2.py
│   │   │   ├── log_pb2.py
│   │   │   ├── logging_pb2.py
│   │   │   ├── metric_pb2.py
│   │   │   ├── monitored_resource_pb2.py
│   │   │   ├── monitoring_pb2.py
│   │   │   ├── quota_pb2.py
│   │   │   ├── resource_pb2.py
│   │   │   ├── service_pb2.py
│   │   │   ├── source_info_pb2.py
│   │   │   ├── system_parameter_pb2.py
│   │   │   └── usage_pb2.py
│   │   ├── auth
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _cloud_sdk.cpython-310.pyc
│   │   │   │   ├── _credentials_async.cpython-310.pyc
│   │   │   │   ├── _default.cpython-310.pyc
│   │   │   │   ├── _default_async.cpython-310.pyc
│   │   │   │   ├── _exponential_backoff.cpython-310.pyc
│   │   │   │   ├── _helpers.cpython-310.pyc
│   │   │   │   ├── _jwt_async.cpython-310.pyc
│   │   │   │   ├── _oauth2client.cpython-310.pyc
│   │   │   │   ├── _service_account_info.cpython-310.pyc
│   │   │   │   ├── api_key.cpython-310.pyc
│   │   │   │   ├── app_engine.cpython-310.pyc
│   │   │   │   ├── aws.cpython-310.pyc
│   │   │   │   ├── credentials.cpython-310.pyc
│   │   │   │   ├── downscoped.cpython-310.pyc
│   │   │   │   ├── environment_vars.cpython-310.pyc
│   │   │   │   ├── exceptions.cpython-310.pyc
│   │   │   │   ├── external_account.cpython-310.pyc
│   │   │   │   ├── external_account_authorized_user.cpython-310.pyc
│   │   │   │   ├── iam.cpython-310.pyc
│   │   │   │   ├── identity_pool.cpython-310.pyc
│   │   │   │   ├── impersonated_credentials.cpython-310.pyc
│   │   │   │   ├── jwt.cpython-310.pyc
│   │   │   │   ├── pluggable.cpython-310.pyc
│   │   │   │   └── version.cpython-310.pyc
│   │   │   ├── _cloud_sdk.py
│   │   │   ├── _credentials_async.py
│   │   │   ├── _default.py
│   │   │   ├── _default_async.py
│   │   │   ├── _exponential_backoff.py
│   │   │   ├── _helpers.py
│   │   │   ├── _jwt_async.py
│   │   │   ├── _oauth2client.py
│   │   │   ├── _service_account_info.py
│   │   │   ├── api_key.py
│   │   │   ├── app_engine.py
│   │   │   ├── aws.py
│   │   │   ├── compute_engine
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── _metadata.cpython-310.pyc
│   │   │   │   │   └── credentials.cpython-310.pyc
│   │   │   │   ├── _metadata.py
│   │   │   │   └── credentials.py
│   │   │   ├── credentials.py
│   │   │   ├── crypt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── _cryptography_rsa.cpython-310.pyc
│   │   │   │   │   ├── _helpers.cpython-310.pyc
│   │   │   │   │   ├── _python_rsa.cpython-310.pyc
│   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   ├── es256.cpython-310.pyc
│   │   │   │   │   └── rsa.cpython-310.pyc
│   │   │   │   ├── _cryptography_rsa.py
│   │   │   │   ├── _helpers.py
│   │   │   │   ├── _python_rsa.py
│   │   │   │   ├── base.py
│   │   │   │   ├── es256.py
│   │   │   │   └── rsa.py
│   │   │   ├── downscoped.py
│   │   │   ├── environment_vars.py
│   │   │   ├── exceptions.py
│   │   │   ├── external_account.py
│   │   │   ├── external_account_authorized_user.py
│   │   │   ├── iam.py
│   │   │   ├── identity_pool.py
│   │   │   ├── impersonated_credentials.py
│   │   │   ├── jwt.py
│   │   │   ├── pluggable.py
│   │   │   ├── transport
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── _aiohttp_requests.cpython-310.pyc
│   │   │   │   │   ├── _custom_tls_signer.cpython-310.pyc
│   │   │   │   │   ├── _http_client.cpython-310.pyc
│   │   │   │   │   ├── _mtls_helper.cpython-310.pyc
│   │   │   │   │   ├── grpc.cpython-310.pyc
│   │   │   │   │   ├── mtls.cpython-310.pyc
│   │   │   │   │   ├── requests.cpython-310.pyc
│   │   │   │   │   └── urllib3.cpython-310.pyc
│   │   │   │   ├── _aiohttp_requests.py
│   │   │   │   ├── _custom_tls_signer.py
│   │   │   │   ├── _http_client.py
│   │   │   │   ├── _mtls_helper.py
│   │   │   │   ├── grpc.py
│   │   │   │   ├── mtls.py
│   │   │   │   ├── requests.py
│   │   │   │   └── urllib3.py
│   │   │   └── version.py
│   │   ├── logging
│   │   │   └── type
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── http_request_pb2.cpython-310.pyc
│   │   │   │   └── log_severity_pb2.cpython-310.pyc
│   │   │   ├── http_request_pb2.py
│   │   │   └── log_severity_pb2.py
│   │   ├── longrunning
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── operations_grpc.cpython-310.pyc
│   │   │   │   ├── operations_grpc_pb2.cpython-310.pyc
│   │   │   │   ├── operations_pb2.cpython-310.pyc
│   │   │   │   ├── operations_proto.cpython-310.pyc
│   │   │   │   └── operations_proto_pb2.cpython-310.pyc
│   │   │   ├── operations_grpc.py
│   │   │   ├── operations_grpc_pb2.py
│   │   │   ├── operations_pb2.py
│   │   │   ├── operations_proto.py
│   │   │   └── operations_proto_pb2.py
│   │   ├── oauth2
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _client.cpython-310.pyc
│   │   │   │   ├── _client_async.cpython-310.pyc
│   │   │   │   ├── _credentials_async.cpython-310.pyc
│   │   │   │   ├── _id_token_async.cpython-310.pyc
│   │   │   │   ├── _reauth_async.cpython-310.pyc
│   │   │   │   ├── _service_account_async.cpython-310.pyc
│   │   │   │   ├── challenges.cpython-310.pyc
│   │   │   │   ├── credentials.cpython-310.pyc
│   │   │   │   ├── gdch_credentials.cpython-310.pyc
│   │   │   │   ├── id_token.cpython-310.pyc
│   │   │   │   ├── reauth.cpython-310.pyc
│   │   │   │   ├── service_account.cpython-310.pyc
│   │   │   │   ├── sts.cpython-310.pyc
│   │   │   │   └── utils.cpython-310.pyc
│   │   │   ├── _client.py
│   │   │   ├── _client_async.py
│   │   │   ├── _credentials_async.py
│   │   │   ├── _id_token_async.py
│   │   │   ├── _reauth_async.py
│   │   │   ├── _service_account_async.py
│   │   │   ├── challenges.py
│   │   │   ├── credentials.py
│   │   │   ├── gdch_credentials.py
│   │   │   ├── id_token.py
│   │   │   ├── reauth.py
│   │   │   ├── service_account.py
│   │   │   ├── sts.py
│   │   │   └── utils.py
│   │   ├── protobuf
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── any_pb2.cpython-310.pyc
│   │   │   │   ├── api_pb2.cpython-310.pyc
│   │   │   │   ├── descriptor.cpython-310.pyc
│   │   │   │   ├── descriptor_database.cpython-310.pyc
│   │   │   │   ├── descriptor_pb2.cpython-310.pyc
│   │   │   │   ├── descriptor_pool.cpython-310.pyc
│   │   │   │   ├── duration_pb2.cpython-310.pyc
│   │   │   │   ├── empty_pb2.cpython-310.pyc
│   │   │   │   ├── field_mask_pb2.cpython-310.pyc
│   │   │   │   ├── json_format.cpython-310.pyc
│   │   │   │   ├── message.cpython-310.pyc
│   │   │   │   ├── message_factory.cpython-310.pyc
│   │   │   │   ├── proto_builder.cpython-310.pyc
│   │   │   │   ├── reflection.cpython-310.pyc
│   │   │   │   ├── service.cpython-310.pyc
│   │   │   │   ├── service_reflection.cpython-310.pyc
│   │   │   │   ├── source_context_pb2.cpython-310.pyc
│   │   │   │   ├── struct_pb2.cpython-310.pyc
│   │   │   │   ├── symbol_database.cpython-310.pyc
│   │   │   │   ├── text_encoding.cpython-310.pyc
│   │   │   │   ├── text_format.cpython-310.pyc
│   │   │   │   ├── timestamp_pb2.cpython-310.pyc
│   │   │   │   ├── type_pb2.cpython-310.pyc
│   │   │   │   └── wrappers_pb2.cpython-310.pyc
│   │   │   ├── any_pb2.py
│   │   │   ├── api_pb2.py
│   │   │   ├── compiler
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── plugin_pb2.cpython-310.pyc
│   │   │   │   └── plugin_pb2.py
│   │   │   ├── descriptor.py
│   │   │   ├── descriptor_database.py
│   │   │   ├── descriptor_pb2.py
│   │   │   ├── descriptor_pool.py
│   │   │   ├── duration_pb2.py
│   │   │   ├── empty_pb2.py
│   │   │   ├── field_mask_pb2.py
│   │   │   ├── internal
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── api_implementation.cpython-310.pyc
│   │   │   │   │   ├── containers.cpython-310.pyc
│   │   │   │   │   ├── decoder.cpython-310.pyc
│   │   │   │   │   ├── encoder.cpython-310.pyc
│   │   │   │   │   ├── enum_type_wrapper.cpython-310.pyc
│   │   │   │   │   ├── extension_dict.cpython-310.pyc
│   │   │   │   │   ├── message_listener.cpython-310.pyc
│   │   │   │   │   ├── python_message.cpython-310.pyc
│   │   │   │   │   ├── type_checkers.cpython-310.pyc
│   │   │   │   │   ├── well_known_types.cpython-310.pyc
│   │   │   │   │   └── wire_format.cpython-310.pyc
│   │   │   │   ├── _api_implementation.cpython-310-aarch64-linux-gnu.so
│   │   │   │   ├── api_implementation.py
│   │   │   │   ├── containers.py
│   │   │   │   ├── decoder.py
│   │   │   │   ├── encoder.py
│   │   │   │   ├── enum_type_wrapper.py
│   │   │   │   ├── extension_dict.py
│   │   │   │   ├── message_listener.py
│   │   │   │   ├── python_message.py
│   │   │   │   ├── type_checkers.py
│   │   │   │   ├── well_known_types.py
│   │   │   │   └── wire_format.py
│   │   │   ├── json_format.py
│   │   │   ├── message.py
│   │   │   ├── message_factory.py
│   │   │   ├── proto_builder.py
│   │   │   ├── pyext
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── cpp_message.cpython-310.pyc
│   │   │   │   ├── _message.cpython-310-aarch64-linux-gnu.so
│   │   │   │   └── cpp_message.py
│   │   │   ├── reflection.py
│   │   │   ├── service.py
│   │   │   ├── service_reflection.py
│   │   │   ├── source_context_pb2.py
│   │   │   ├── struct_pb2.py
│   │   │   ├── symbol_database.py
│   │   │   ├── text_encoding.py
│   │   │   ├── text_format.py
│   │   │   ├── timestamp_pb2.py
│   │   │   ├── type_pb2.py
│   │   │   ├── util
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── json_format_pb2.cpython-310.pyc
│   │   │   │   │   └── json_format_proto3_pb2.cpython-310.pyc
│   │   │   │   ├── json_format_pb2.py
│   │   │   │   └── json_format_proto3_pb2.py
│   │   │   └── wrappers_pb2.py
│   │   ├── rpc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── code_pb2.cpython-310.pyc
│   │   │   │   ├── error_details_pb2.cpython-310.pyc
│   │   │   │   └── status_pb2.cpython-310.pyc
│   │   │   ├── code_pb2.py
│   │   │   ├── error_details_pb2.py
│   │   │   └── status_pb2.py
│   │   └── type
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── calendar_period_pb2.cpython-310.pyc
│   │   │   ├── color_pb2.cpython-310.pyc
│   │   │   ├── date_pb2.cpython-310.pyc
│   │   │   ├── dayofweek_pb2.cpython-310.pyc
│   │   │   ├── expr_pb2.cpython-310.pyc
│   │   │   ├── fraction_pb2.cpython-310.pyc
│   │   │   ├── latlng_pb2.cpython-310.pyc
│   │   │   ├── money_pb2.cpython-310.pyc
│   │   │   ├── postal_address_pb2.cpython-310.pyc
│   │   │   ├── quaternion_pb2.cpython-310.pyc
│   │   │   └── timeofday_pb2.cpython-310.pyc
│   │   ├── calendar_period_pb2.py
│   │   ├── color_pb2.py
│   │   ├── date_pb2.py
│   │   ├── dayofweek_pb2.py
│   │   ├── expr_pb2.py
│   │   ├── fraction_pb2.py
│   │   ├── latlng_pb2.py
│   │   ├── money_pb2.py
│   │   ├── postal_address_pb2.py
│   │   ├── quaternion_pb2.py
│   │   └── timeofday_pb2.py
│   ├── google_auth-2.18.1-py3.9-nspkg.pth
│   ├── google_auth-2.18.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── namespace_packages.txt
│   │   └── top_level.txt
│   ├── google_auth_oauthlib
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── flow.cpython-310.pyc
│   │   │   ├── helpers.cpython-310.pyc
│   │   │   └── interactive.cpython-310.pyc
│   │   ├── flow.py
│   │   ├── helpers.py
│   │   ├── interactive.py
│   │   └── tool
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-310.pyc
│   │   └── __main__.cpython-310.pyc
│   ├── google_auth_oauthlib-0.4.6.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   └── top_level.txt
│   ├── google_pasta-0.2.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── googleapis_common_protos-1.6.0-py3.10-nspkg.pth
│   ├── googleapis_common_protos-1.6.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── WHEEL
│   │   ├── namespace_packages.txt
│   │   └── top_level.txt
│   ├── grpc
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── _auth.cpython-310.pyc
│   │   │   ├── _channel.cpython-310.pyc
│   │   │   ├── _common.cpython-310.pyc
│   │   │   ├── _compression.cpython-310.pyc
│   │   │   ├── _grpcio_metadata.cpython-310.pyc
│   │   │   ├── _interceptor.cpython-310.pyc
│   │   │   ├── _plugin_wrapping.cpython-310.pyc
│   │   │   ├── _runtime_protos.cpython-310.pyc
│   │   │   ├── _server.cpython-310.pyc
│   │   │   ├── _simple_stubs.cpython-310.pyc
│   │   │   └── _utilities.cpython-310.pyc
│   │   ├── _auth.py
│   │   ├── _channel.py
│   │   ├── _common.py
│   │   ├── _compression.py
│   │   ├── _cython
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── _credentials
│   │   │   │   └── roots.pem
│   │   │   ├── _cygrpc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── cygrpc.cpython-310-aarch64-linux-gnu.so
│   │   ├── _grpcio_metadata.py
│   │   ├── _interceptor.py
│   │   ├── _plugin_wrapping.py
│   │   ├── _runtime_protos.py
│   │   ├── _server.py
│   │   ├── _simple_stubs.py
│   │   ├── _utilities.py
│   │   ├── aio
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _base_call.cpython-310.pyc
│   │   │   │   ├── _base_channel.cpython-310.pyc
│   │   │   │   ├── _base_server.cpython-310.pyc
│   │   │   │   ├── _call.cpython-310.pyc
│   │   │   │   ├── _channel.cpython-310.pyc
│   │   │   │   ├── _interceptor.cpython-310.pyc
│   │   │   │   ├── _metadata.cpython-310.pyc
│   │   │   │   ├── _server.cpython-310.pyc
│   │   │   │   ├── _typing.cpython-310.pyc
│   │   │   │   └── _utils.cpython-310.pyc
│   │   │   ├── _base_call.py
│   │   │   ├── _base_channel.py
│   │   │   ├── _base_server.py
│   │   │   ├── _call.py
│   │   │   ├── _channel.py
│   │   │   ├── _interceptor.py
│   │   │   ├── _metadata.py
│   │   │   ├── _server.py
│   │   │   ├── _typing.py
│   │   │   └── _utils.py
│   │   ├── beta
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _client_adaptations.cpython-310.pyc
│   │   │   │   ├── _metadata.cpython-310.pyc
│   │   │   │   ├── _server_adaptations.cpython-310.pyc
│   │   │   │   ├── implementations.cpython-310.pyc
│   │   │   │   ├── interfaces.cpython-310.pyc
│   │   │   │   └── utilities.cpython-310.pyc
│   │   │   ├── _client_adaptations.py
│   │   │   ├── _metadata.py
│   │   │   ├── _server_adaptations.py
│   │   │   ├── implementations.py
│   │   │   ├── interfaces.py
│   │   │   └── utilities.py
│   │   ├── experimental
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── gevent.cpython-310.pyc
│   │   │   │   └── session_cache.cpython-310.pyc
│   │   │   ├── aio
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── gevent.py
│   │   │   └── session_cache.py
│   │   └── framework
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   ├── common
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── cardinality.cpython-310.pyc
│   │   │   │   └── style.cpython-310.pyc
│   │   │   ├── cardinality.py
│   │   │   └── style.py
│   │   ├── foundation
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── abandonment.cpython-310.pyc
│   │   │   │   ├── callable_util.cpython-310.pyc
│   │   │   │   ├── future.cpython-310.pyc
│   │   │   │   ├── logging_pool.cpython-310.pyc
│   │   │   │   ├── stream.cpython-310.pyc
│   │   │   │   └── stream_util.cpython-310.pyc
│   │   │   ├── abandonment.py
│   │   │   ├── callable_util.py
│   │   │   ├── future.py
│   │   │   ├── logging_pool.py
│   │   │   ├── stream.py
│   │   │   └── stream_util.py
│   │   └── interfaces
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   ├── base
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   └── utilities.cpython-310.pyc
│   │   │   ├── base.py
│   │   │   └── utilities.py
│   │   └── face
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── face.cpython-310.pyc
│   │   │   └── utilities.cpython-310.pyc
│   │   ├── face.py
│   │   └── utilities.py
│   ├── grpcio-1.41.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── h5py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── h5py_warnings.cpython-310.pyc
│   │   │   ├── ipy_completer.cpython-310.pyc
│   │   │   └── version.cpython-310.pyc
│   │   ├── _conv.cpython-310-aarch64-linux-gnu.so
│   │   ├── _errors.cpython-310-aarch64-linux-gnu.so
│   │   ├── _hl
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── attrs.cpython-310.pyc
│   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   ├── compat.cpython-310.pyc
│   │   │   │   ├── dataset.cpython-310.pyc
│   │   │   │   ├── datatype.cpython-310.pyc
│   │   │   │   ├── dims.cpython-310.pyc
│   │   │   │   ├── files.cpython-310.pyc
│   │   │   │   ├── filters.cpython-310.pyc
│   │   │   │   ├── group.cpython-310.pyc
│   │   │   │   ├── selections.cpython-310.pyc
│   │   │   │   ├── selections2.cpython-310.pyc
│   │   │   │   └── vds.cpython-310.pyc
│   │   │   ├── attrs.py
│   │   │   ├── base.py
│   │   │   ├── compat.py
│   │   │   ├── dataset.py
│   │   │   ├── datatype.py
│   │   │   ├── dims.py
│   │   │   ├── files.py
│   │   │   ├── filters.py
│   │   │   ├── group.py
│   │   │   ├── selections.py
│   │   │   ├── selections2.py
│   │   │   └── vds.py
│   │   ├── _objects.cpython-310-aarch64-linux-gnu.so
│   │   ├── _proxy.cpython-310-aarch64-linux-gnu.so
│   │   ├── _selector.cpython-310-aarch64-linux-gnu.so
│   │   ├── defs.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5a.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5ac.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5d.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5ds.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5f.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5fd.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5g.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5i.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5l.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5o.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5p.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5pl.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5py_warnings.py
│   │   ├── h5r.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5s.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5t.cpython-310-aarch64-linux-gnu.so
│   │   ├── h5z.cpython-310-aarch64-linux-gnu.so
│   │   ├── ipy_completer.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── common.cpython-310.pyc
│   │   │   │   ├── conftest.cpython-310.pyc
│   │   │   │   ├── test_attribute_create.cpython-310.pyc
│   │   │   │   ├── test_attrs.cpython-310.pyc
│   │   │   │   ├── test_attrs_data.cpython-310.pyc
│   │   │   │   ├── test_base.cpython-310.pyc
│   │   │   │   ├── test_big_endian_file.cpython-310.pyc
│   │   │   │   ├── test_completions.cpython-310.pyc
│   │   │   │   ├── test_dataset.cpython-310.pyc
│   │   │   │   ├── test_dataset_getitem.cpython-310.pyc
│   │   │   │   ├── test_dataset_swmr.cpython-310.pyc
│   │   │   │   ├── test_datatype.cpython-310.pyc
│   │   │   │   ├── test_dimension_scales.cpython-310.pyc
│   │   │   │   ├── test_dims_dimensionproxy.cpython-310.pyc
│   │   │   │   ├── test_dtype.cpython-310.pyc
│   │   │   │   ├── test_errors.cpython-310.pyc
│   │   │   │   ├── test_file.cpython-310.pyc
│   │   │   │   ├── test_file2.cpython-310.pyc
│   │   │   │   ├── test_file_alignment.cpython-310.pyc
│   │   │   │   ├── test_file_image.cpython-310.pyc
│   │   │   │   ├── test_filters.cpython-310.pyc
│   │   │   │   ├── test_group.cpython-310.pyc
│   │   │   │   ├── test_h5.cpython-310.pyc
│   │   │   │   ├── test_h5d_direct_chunk.cpython-310.pyc
│   │   │   │   ├── test_h5f.cpython-310.pyc
│   │   │   │   ├── test_h5o.cpython-310.pyc
│   │   │   │   ├── test_h5p.cpython-310.pyc
│   │   │   │   ├── test_h5pl.cpython-310.pyc
│   │   │   │   ├── test_h5t.cpython-310.pyc
│   │   │   │   ├── test_objects.cpython-310.pyc
│   │   │   │   ├── test_ros3.cpython-310.pyc
│   │   │   │   ├── test_selections.cpython-310.pyc
│   │   │   │   └── test_slicing.cpython-310.pyc
│   │   │   ├── common.py
│   │   │   ├── conftest.py
│   │   │   ├── data_files
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── vlen_string_dset.h5
│   │   │   │   ├── vlen_string_dset_utc.h5
│   │   │   │   └── vlen_string_s390x.h5
│   │   │   ├── test_attribute_create.py
│   │   │   ├── test_attrs.py
│   │   │   ├── test_attrs_data.py
│   │   │   ├── test_base.py
│   │   │   ├── test_big_endian_file.py
│   │   │   ├── test_completions.py
│   │   │   ├── test_dataset.py
│   │   │   ├── test_dataset_getitem.py
│   │   │   ├── test_dataset_swmr.py
│   │   │   ├── test_datatype.py
│   │   │   ├── test_dimension_scales.py
│   │   │   ├── test_dims_dimensionproxy.py
│   │   │   ├── test_dtype.py
│   │   │   ├── test_errors.py
│   │   │   ├── test_file.py
│   │   │   ├── test_file2.py
│   │   │   ├── test_file_alignment.py
│   │   │   ├── test_file_image.py
│   │   │   ├── test_filters.py
│   │   │   ├── test_group.py
│   │   │   ├── test_h5.py
│   │   │   ├── test_h5d_direct_chunk.py
│   │   │   ├── test_h5f.py
│   │   │   ├── test_h5o.py
│   │   │   ├── test_h5p.py
│   │   │   ├── test_h5pl.py
│   │   │   ├── test_h5t.py
│   │   │   ├── test_objects.py
│   │   │   ├── test_ros3.py
│   │   │   ├── test_selections.py
│   │   │   ├── test_slicing.py
│   │   │   └── test_vds
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test_highlevel_vds.cpython-310.pyc
│   │   │   │   ├── test_lowlevel_vds.cpython-310.pyc
│   │   │   │   └── test_virtual_source.cpython-310.pyc
│   │   │   ├── test_highlevel_vds.py
│   │   │   ├── test_lowlevel_vds.py
│   │   │   └── test_virtual_source.py
│   │   ├── utils.cpython-310-aarch64-linux-gnu.so
│   │   └── version.py
│   ├── h5py-3.8.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── h5py.libs
│   │   ├── libaec-894a9f59.so.0.0.10
│   │   ├── libhdf5-246122b9.so.200.2.0
│   │   ├── libhdf5_hl-c32ff705.so.200.1.0
│   │   └── libsz-ba38b5b1.so.2.0.1
│   ├── idna
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── codec.cpython-310.pyc
│   │   │   ├── compat.cpython-310.pyc
│   │   │   ├── core.cpython-310.pyc
│   │   │   ├── idnadata.cpython-310.pyc
│   │   │   ├── intranges.cpython-310.pyc
│   │   │   ├── package_data.cpython-310.pyc
│   │   │   └── uts46data.cpython-310.pyc
│   │   ├── codec.py
│   │   ├── compat.py
│   │   ├── core.py
│   │   ├── idnadata.py
│   │   ├── intranges.py
│   │   ├── package_data.py
│   │   ├── py.typed
│   │   └── uts46data.py
│   ├── idna-3.4.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.md
│   │   ├── METADATA
│   │   ├── RECORD
│   │   └── WHEEL
│   ├── keras
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── activations.cpython-310.pyc
│   │   │   ├── backend.cpython-310.pyc
│   │   │   ├── backend_config.cpython-310.pyc
│   │   │   ├── callbacks.cpython-310.pyc
│   │   │   ├── callbacks_v1.cpython-310.pyc
│   │   │   ├── constraints.cpython-310.pyc
│   │   │   ├── losses.cpython-310.pyc
│   │   │   └── regularizers.cpython-310.pyc
│   │   ├── activations.py
│   │   ├── api
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── _v1
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── keras
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __internal__
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── layers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── legacy
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── layers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── rnn_cell
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── activations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── applications
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── convnext
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── densenet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── efficientnet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── efficientnet_v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── imagenet_utils
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── inception_resnet_v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── inception_v3
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mobilenet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mobilenet_v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mobilenet_v3
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── nasnet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── regnet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resnet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resnet50
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resnet_rs
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resnet_v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── vgg16
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── vgg19
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── xception
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── backend
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── callbacks
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── constraints
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── datasets
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── boston_housing
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── cifar10
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── cifar100
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── fashion_mnist
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── imdb
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mnist
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── reuters
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── estimator
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── initializers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── layers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── preprocessing
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── losses
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── metrics
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mixed_precision
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── optimizers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── legacy
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── schedules
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── premade
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── preprocessing
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── image
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── sequence
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── text
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── regularizers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── wrappers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── scikit_learn
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── _v2
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── keras
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __internal__
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── backend
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── layers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── losses
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── models
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── optimizers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── activations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── applications
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── convnext
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── densenet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── efficientnet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── efficientnet_v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── imagenet_utils
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── inception_resnet_v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── inception_v3
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mobilenet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mobilenet_v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mobilenet_v3
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── nasnet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── regnet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resnet
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resnet50
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resnet_rs
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resnet_v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── vgg16
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── vgg19
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── xception
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── backend
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── callbacks
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── constraints
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── datasets
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── boston_housing
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── cifar10
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── cifar100
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── fashion_mnist
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── imdb
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mnist
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── reuters
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── dtensor
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── optimizers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── estimator
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── initializers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── layers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── preprocessing
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── losses
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── metrics
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mixed_precision
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── optimizers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── legacy
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── schedules
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── premade
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── preprocessing
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── image
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── sequence
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── text
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── regularizers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── wrappers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── scikit_learn
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── keras
│   │   │   ├── __init__.py
│   │   │   ├── __internal__
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── layers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── legacy
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── layers
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── rnn_cell
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── activations
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── applications
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── convnext
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── densenet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── efficientnet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── efficientnet_v2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── imagenet_utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── inception_resnet_v2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── inception_v3
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mobilenet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mobilenet_v2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mobilenet_v3
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── nasnet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── regnet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── resnet
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── resnet50
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── resnet_rs
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── resnet_v2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── vgg16
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── vgg19
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── xception
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── backend
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── callbacks
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── constraints
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── datasets
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── boston_housing
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── cifar10
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── cifar100
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── fashion_mnist
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── imdb
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mnist
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── reuters
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── estimator
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── initializers
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── layers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── preprocessing
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── losses
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── metrics
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── mixed_precision
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── optimizers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── legacy
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── schedules
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── premade
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── preprocessing
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── image
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── sequence
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── text
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── regularizers
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── utils
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── wrappers
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── scikit_learn
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   ├── applications
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── convnext.cpython-310.pyc
│   │   │   │   ├── densenet.cpython-310.pyc
│   │   │   │   ├── efficientnet.cpython-310.pyc
│   │   │   │   ├── efficientnet_v2.cpython-310.pyc
│   │   │   │   ├── imagenet_utils.cpython-310.pyc
│   │   │   │   ├── inception_resnet_v2.cpython-310.pyc
│   │   │   │   ├── inception_v3.cpython-310.pyc
│   │   │   │   ├── mobilenet.cpython-310.pyc
│   │   │   │   ├── mobilenet_v2.cpython-310.pyc
│   │   │   │   ├── mobilenet_v3.cpython-310.pyc
│   │   │   │   ├── nasnet.cpython-310.pyc
│   │   │   │   ├── regnet.cpython-310.pyc
│   │   │   │   ├── resnet.cpython-310.pyc
│   │   │   │   ├── resnet_rs.cpython-310.pyc
│   │   │   │   ├── resnet_v2.cpython-310.pyc
│   │   │   │   ├── vgg16.cpython-310.pyc
│   │   │   │   ├── vgg19.cpython-310.pyc
│   │   │   │   └── xception.cpython-310.pyc
│   │   │   ├── convnext.py
│   │   │   ├── densenet.py
│   │   │   ├── efficientnet.py
│   │   │   ├── efficientnet_v2.py
│   │   │   ├── imagenet_utils.py
│   │   │   ├── inception_resnet_v2.py
│   │   │   ├── inception_v3.py
│   │   │   ├── mobilenet.py
│   │   │   ├── mobilenet_v2.py
│   │   │   ├── mobilenet_v3.py
│   │   │   ├── nasnet.py
│   │   │   ├── regnet.py
│   │   │   ├── resnet.py
│   │   │   ├── resnet_rs.py
│   │   │   ├── resnet_v2.py
│   │   │   ├── vgg16.py
│   │   │   ├── vgg19.py
│   │   │   └── xception.py
│   │   ├── backend.py
│   │   ├── backend_config.py
│   │   ├── callbacks.py
│   │   ├── callbacks_v1.py
│   │   ├── constraints.py
│   │   ├── datasets
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── boston_housing.cpython-310.pyc
│   │   │   │   ├── cifar.cpython-310.pyc
│   │   │   │   ├── cifar10.cpython-310.pyc
│   │   │   │   ├── cifar100.cpython-310.pyc
│   │   │   │   ├── fashion_mnist.cpython-310.pyc
│   │   │   │   ├── imdb.cpython-310.pyc
│   │   │   │   ├── mnist.cpython-310.pyc
│   │   │   │   └── reuters.cpython-310.pyc
│   │   │   ├── boston_housing.py
│   │   │   ├── cifar.py
│   │   │   ├── cifar10.py
│   │   │   ├── cifar100.py
│   │   │   ├── fashion_mnist.py
│   │   │   ├── imdb.py
│   │   │   ├── mnist.py
│   │   │   └── reuters.py
│   │   ├── distribute
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── dataset_creator_model_fit_test_base.cpython-310.pyc
│   │   │   │   ├── distribute_coordinator_utils.cpython-310.pyc
│   │   │   │   ├── distribute_strategy_test.cpython-310.pyc
│   │   │   │   ├── distributed_file_utils.cpython-310.pyc
│   │   │   │   ├── distributed_training_utils.cpython-310.pyc
│   │   │   │   ├── distributed_training_utils_v1.cpython-310.pyc
│   │   │   │   ├── keras_correctness_test_base.cpython-310.pyc
│   │   │   │   ├── keras_dnn_correctness_test.cpython-310.pyc
│   │   │   │   ├── keras_embedding_model_correctness_test.cpython-310.pyc
│   │   │   │   ├── keras_image_model_correctness_test.cpython-310.pyc
│   │   │   │   ├── keras_rnn_model_correctness_test.cpython-310.pyc
│   │   │   │   ├── keras_stateful_lstm_model_correctness_test.cpython-310.pyc
│   │   │   │   ├── keras_utils_test.cpython-310.pyc
│   │   │   │   ├── model_collection_base.cpython-310.pyc
│   │   │   │   ├── model_combinations.cpython-310.pyc
│   │   │   │   ├── multi_worker_testing_utils.cpython-310.pyc
│   │   │   │   ├── optimizer_combinations.cpython-310.pyc
│   │   │   │   ├── saved_model_test_base.cpython-310.pyc
│   │   │   │   ├── simple_models.cpython-310.pyc
│   │   │   │   ├── strategy_combinations.cpython-310.pyc
│   │   │   │   ├── test_example.cpython-310.pyc
│   │   │   │   └── worker_training_state.cpython-310.pyc
│   │   │   ├── dataset_creator_model_fit_test_base.py
│   │   │   ├── distribute_coordinator_utils.py
│   │   │   ├── distribute_strategy_test.py
│   │   │   ├── distributed_file_utils.py
│   │   │   ├── distributed_training_utils.py
│   │   │   ├── distributed_training_utils_v1.py
│   │   │   ├── keras_correctness_test_base.py
│   │   │   ├── keras_dnn_correctness_test.py
│   │   │   ├── keras_embedding_model_correctness_test.py
│   │   │   ├── keras_image_model_correctness_test.py
│   │   │   ├── keras_rnn_model_correctness_test.py
│   │   │   ├── keras_stateful_lstm_model_correctness_test.py
│   │   │   ├── keras_utils_test.py
│   │   │   ├── model_collection_base.py
│   │   │   ├── model_combinations.py
│   │   │   ├── multi_worker_testing_utils.py
│   │   │   ├── optimizer_combinations.py
│   │   │   ├── saved_model_test_base.py
│   │   │   ├── simple_models.py
│   │   │   ├── strategy_combinations.py
│   │   │   ├── test_example.py
│   │   │   └── worker_training_state.py
│   │   ├── dtensor
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── integration_test_utils.cpython-310.pyc
│   │   │   │   ├── layout_map.cpython-310.pyc
│   │   │   │   ├── lazy_variable.cpython-310.pyc
│   │   │   │   ├── optimizers.cpython-310.pyc
│   │   │   │   ├── test_util.cpython-310.pyc
│   │   │   │   └── utils.cpython-310.pyc
│   │   │   ├── integration_test_utils.py
│   │   │   ├── layout_map.py
│   │   │   ├── lazy_variable.py
│   │   │   ├── optimizers.py
│   │   │   ├── test_util.py
│   │   │   └── utils.py
│   │   ├── engine
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── base_layer.cpython-310.pyc
│   │   │   │   ├── base_layer_utils.cpython-310.pyc
│   │   │   │   ├── base_layer_v1.cpython-310.pyc
│   │   │   │   ├── base_preprocessing_layer.cpython-310.pyc
│   │   │   │   ├── compile_utils.cpython-310.pyc
│   │   │   │   ├── data_adapter.cpython-310.pyc
│   │   │   │   ├── functional.cpython-310.pyc
│   │   │   │   ├── functional_utils.cpython-310.pyc
│   │   │   │   ├── input_layer.cpython-310.pyc
│   │   │   │   ├── input_spec.cpython-310.pyc
│   │   │   │   ├── keras_tensor.cpython-310.pyc
│   │   │   │   ├── node.cpython-310.pyc
│   │   │   │   ├── partial_batch_padding_handler.cpython-310.pyc
│   │   │   │   ├── saving.cpython-310.pyc
│   │   │   │   ├── sequential.cpython-310.pyc
│   │   │   │   ├── training.cpython-310.pyc
│   │   │   │   ├── training_arrays_v1.cpython-310.pyc
│   │   │   │   ├── training_distributed_v1.cpython-310.pyc
│   │   │   │   ├── training_eager_v1.cpython-310.pyc
│   │   │   │   ├── training_generator_v1.cpython-310.pyc
│   │   │   │   ├── training_utils.cpython-310.pyc
│   │   │   │   ├── training_utils_v1.cpython-310.pyc
│   │   │   │   └── training_v1.cpython-310.pyc
│   │   │   ├── base_layer.py
│   │   │   ├── base_layer_utils.py
│   │   │   ├── base_layer_v1.py
│   │   │   ├── base_preprocessing_layer.py
│   │   │   ├── compile_utils.py
│   │   │   ├── data_adapter.py
│   │   │   ├── functional.py
│   │   │   ├── functional_utils.py
│   │   │   ├── input_layer.py
│   │   │   ├── input_spec.py
│   │   │   ├── keras_tensor.py
│   │   │   ├── node.py
│   │   │   ├── partial_batch_padding_handler.py
│   │   │   ├── saving.py
│   │   │   ├── sequential.py
│   │   │   ├── training.py
│   │   │   ├── training_arrays_v1.py
│   │   │   ├── training_distributed_v1.py
│   │   │   ├── training_eager_v1.py
│   │   │   ├── training_generator_v1.py
│   │   │   ├── training_utils.py
│   │   │   ├── training_utils_v1.py
│   │   │   └── training_v1.py
│   │   ├── estimator
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   ├── feature_column
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── base_feature_layer.cpython-310.pyc
│   │   │   │   ├── dense_features.cpython-310.pyc
│   │   │   │   ├── dense_features_v2.cpython-310.pyc
│   │   │   │   └── sequence_feature_column.cpython-310.pyc
│   │   │   ├── base_feature_layer.py
│   │   │   ├── dense_features.py
│   │   │   ├── dense_features_v2.py
│   │   │   └── sequence_feature_column.py
│   │   ├── initializers
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── initializers_v1.cpython-310.pyc
│   │   │   │   └── initializers_v2.cpython-310.pyc
│   │   │   ├── initializers_v1.py
│   │   │   └── initializers_v2.py
│   │   ├── integration_test
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── preprocessing_test_utils.cpython-310.pyc
│   │   │   └── preprocessing_test_utils.py
│   │   ├── layers
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── kernelized.cpython-310.pyc
│   │   │   │   ├── noise.cpython-310.pyc
│   │   │   │   └── serialization.cpython-310.pyc
│   │   │   ├── activation
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── elu.cpython-310.pyc
│   │   │   │   │   ├── leaky_relu.cpython-310.pyc
│   │   │   │   │   ├── prelu.cpython-310.pyc
│   │   │   │   │   ├── relu.cpython-310.pyc
│   │   │   │   │   ├── softmax.cpython-310.pyc
│   │   │   │   │   └── thresholded_relu.cpython-310.pyc
│   │   │   │   ├── elu.py
│   │   │   │   ├── leaky_relu.py
│   │   │   │   ├── prelu.py
│   │   │   │   ├── relu.py
│   │   │   │   ├── softmax.py
│   │   │   │   └── thresholded_relu.py
│   │   │   ├── attention
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── additive_attention.cpython-310.pyc
│   │   │   │   │   ├── attention.cpython-310.pyc
│   │   │   │   │   ├── base_dense_attention.cpython-310.pyc
│   │   │   │   │   └── multi_head_attention.cpython-310.pyc
│   │   │   │   ├── additive_attention.py
│   │   │   │   ├── attention.py
│   │   │   │   ├── base_dense_attention.py
│   │   │   │   └── multi_head_attention.py
│   │   │   ├── convolutional
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── base_conv.cpython-310.pyc
│   │   │   │   │   ├── base_depthwise_conv.cpython-310.pyc
│   │   │   │   │   ├── base_separable_conv.cpython-310.pyc
│   │   │   │   │   ├── conv1d.cpython-310.pyc
│   │   │   │   │   ├── conv1d_transpose.cpython-310.pyc
│   │   │   │   │   ├── conv2d.cpython-310.pyc
│   │   │   │   │   ├── conv2d_transpose.cpython-310.pyc
│   │   │   │   │   ├── conv3d.cpython-310.pyc
│   │   │   │   │   ├── conv3d_transpose.cpython-310.pyc
│   │   │   │   │   ├── depthwise_conv1d.cpython-310.pyc
│   │   │   │   │   ├── depthwise_conv2d.cpython-310.pyc
│   │   │   │   │   ├── separable_conv1d.cpython-310.pyc
│   │   │   │   │   └── separable_conv2d.cpython-310.pyc
│   │   │   │   ├── base_conv.py
│   │   │   │   ├── base_depthwise_conv.py
│   │   │   │   ├── base_separable_conv.py
│   │   │   │   ├── conv1d.py
│   │   │   │   ├── conv1d_transpose.py
│   │   │   │   ├── conv2d.py
│   │   │   │   ├── conv2d_transpose.py
│   │   │   │   ├── conv3d.py
│   │   │   │   ├── conv3d_transpose.py
│   │   │   │   ├── depthwise_conv1d.py
│   │   │   │   ├── depthwise_conv2d.py
│   │   │   │   ├── separable_conv1d.py
│   │   │   │   └── separable_conv2d.py
│   │   │   ├── core
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── activation.cpython-310.pyc
│   │   │   │   │   ├── dense.cpython-310.pyc
│   │   │   │   │   ├── einsum_dense.cpython-310.pyc
│   │   │   │   │   ├── embedding.cpython-310.pyc
│   │   │   │   │   ├── lambda_layer.cpython-310.pyc
│   │   │   │   │   ├── masking.cpython-310.pyc
│   │   │   │   │   └── tf_op_layer.cpython-310.pyc
│   │   │   │   ├── activation.py
│   │   │   │   ├── dense.py
│   │   │   │   ├── einsum_dense.py
│   │   │   │   ├── embedding.py
│   │   │   │   ├── lambda_layer.py
│   │   │   │   ├── masking.py
│   │   │   │   └── tf_op_layer.py
│   │   │   ├── kernelized.py
│   │   │   ├── locally_connected
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── locally_connected1d.cpython-310.pyc
│   │   │   │   │   ├── locally_connected2d.cpython-310.pyc
│   │   │   │   │   └── locally_connected_utils.cpython-310.pyc
│   │   │   │   ├── locally_connected1d.py
│   │   │   │   ├── locally_connected2d.py
│   │   │   │   └── locally_connected_utils.py
│   │   │   ├── merging
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── add.cpython-310.pyc
│   │   │   │   │   ├── average.cpython-310.pyc
│   │   │   │   │   ├── base_merge.cpython-310.pyc
│   │   │   │   │   ├── concatenate.cpython-310.pyc
│   │   │   │   │   ├── dot.cpython-310.pyc
│   │   │   │   │   ├── maximum.cpython-310.pyc
│   │   │   │   │   ├── minimum.cpython-310.pyc
│   │   │   │   │   ├── multiply.cpython-310.pyc
│   │   │   │   │   └── subtract.cpython-310.pyc
│   │   │   │   ├── add.py
│   │   │   │   ├── average.py
│   │   │   │   ├── base_merge.py
│   │   │   │   ├── concatenate.py
│   │   │   │   ├── dot.py
│   │   │   │   ├── maximum.py
│   │   │   │   ├── minimum.py
│   │   │   │   ├── multiply.py
│   │   │   │   └── subtract.py
│   │   │   ├── noise.py
│   │   │   ├── normalization
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── batch_normalization.cpython-310.pyc
│   │   │   │   │   ├── batch_normalization_v1.cpython-310.pyc
│   │   │   │   │   ├── group_normalization.cpython-310.pyc
│   │   │   │   │   ├── layer_normalization.cpython-310.pyc
│   │   │   │   │   └── unit_normalization.cpython-310.pyc
│   │   │   │   ├── batch_normalization.py
│   │   │   │   ├── batch_normalization_v1.py
│   │   │   │   ├── group_normalization.py
│   │   │   │   ├── layer_normalization.py
│   │   │   │   └── unit_normalization.py
│   │   │   ├── pooling
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── average_pooling1d.cpython-310.pyc
│   │   │   │   │   ├── average_pooling2d.cpython-310.pyc
│   │   │   │   │   ├── average_pooling3d.cpython-310.pyc
│   │   │   │   │   ├── base_global_pooling1d.cpython-310.pyc
│   │   │   │   │   ├── base_global_pooling2d.cpython-310.pyc
│   │   │   │   │   ├── base_global_pooling3d.cpython-310.pyc
│   │   │   │   │   ├── base_pooling1d.cpython-310.pyc
│   │   │   │   │   ├── base_pooling2d.cpython-310.pyc
│   │   │   │   │   ├── base_pooling3d.cpython-310.pyc
│   │   │   │   │   ├── global_average_pooling1d.cpython-310.pyc
│   │   │   │   │   ├── global_average_pooling2d.cpython-310.pyc
│   │   │   │   │   ├── global_average_pooling3d.cpython-310.pyc
│   │   │   │   │   ├── global_max_pooling1d.cpython-310.pyc
│   │   │   │   │   ├── global_max_pooling2d.cpython-310.pyc
│   │   │   │   │   ├── global_max_pooling3d.cpython-310.pyc
│   │   │   │   │   ├── max_pooling1d.cpython-310.pyc
│   │   │   │   │   ├── max_pooling2d.cpython-310.pyc
│   │   │   │   │   └── max_pooling3d.cpython-310.pyc
│   │   │   │   ├── average_pooling1d.py
│   │   │   │   ├── average_pooling2d.py
│   │   │   │   ├── average_pooling3d.py
│   │   │   │   ├── base_global_pooling1d.py
│   │   │   │   ├── base_global_pooling2d.py
│   │   │   │   ├── base_global_pooling3d.py
│   │   │   │   ├── base_pooling1d.py
│   │   │   │   ├── base_pooling2d.py
│   │   │   │   ├── base_pooling3d.py
│   │   │   │   ├── global_average_pooling1d.py
│   │   │   │   ├── global_average_pooling2d.py
│   │   │   │   ├── global_average_pooling3d.py
│   │   │   │   ├── global_max_pooling1d.py
│   │   │   │   ├── global_max_pooling2d.py
│   │   │   │   ├── global_max_pooling3d.py
│   │   │   │   ├── max_pooling1d.py
│   │   │   │   ├── max_pooling2d.py
│   │   │   │   └── max_pooling3d.py
│   │   │   ├── preprocessing
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── category_encoding.cpython-310.pyc
│   │   │   │   │   ├── discretization.cpython-310.pyc
│   │   │   │   │   ├── hashed_crossing.cpython-310.pyc
│   │   │   │   │   ├── hashing.cpython-310.pyc
│   │   │   │   │   ├── image_preprocessing.cpython-310.pyc
│   │   │   │   │   ├── index_lookup.cpython-310.pyc
│   │   │   │   │   ├── integer_lookup.cpython-310.pyc
│   │   │   │   │   ├── normalization.cpython-310.pyc
│   │   │   │   │   ├── preprocessing_stage.cpython-310.pyc
│   │   │   │   │   ├── preprocessing_test_utils.cpython-310.pyc
│   │   │   │   │   ├── preprocessing_utils.cpython-310.pyc
│   │   │   │   │   ├── string_lookup.cpython-310.pyc
│   │   │   │   │   └── text_vectorization.cpython-310.pyc
│   │   │   │   ├── benchmarks
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   └── feature_column_benchmark.cpython-310.pyc
│   │   │   │   │   └── feature_column_benchmark.py
│   │   │   │   ├── category_encoding.py
│   │   │   │   ├── discretization.py
│   │   │   │   ├── hashed_crossing.py
│   │   │   │   ├── hashing.py
│   │   │   │   ├── image_preprocessing.py
│   │   │   │   ├── index_lookup.py
│   │   │   │   ├── integer_lookup.py
│   │   │   │   ├── normalization.py
│   │   │   │   ├── preprocessing_stage.py
│   │   │   │   ├── preprocessing_test_utils.py
│   │   │   │   ├── preprocessing_utils.py
│   │   │   │   ├── string_lookup.py
│   │   │   │   └── text_vectorization.py
│   │   │   ├── regularization
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── activity_regularization.cpython-310.pyc
│   │   │   │   │   ├── alpha_dropout.cpython-310.pyc
│   │   │   │   │   ├── dropout.cpython-310.pyc
│   │   │   │   │   ├── gaussian_dropout.cpython-310.pyc
│   │   │   │   │   ├── gaussian_noise.cpython-310.pyc
│   │   │   │   │   ├── spatial_dropout1d.cpython-310.pyc
│   │   │   │   │   ├── spatial_dropout2d.cpython-310.pyc
│   │   │   │   │   └── spatial_dropout3d.cpython-310.pyc
│   │   │   │   ├── activity_regularization.py
│   │   │   │   ├── alpha_dropout.py
│   │   │   │   ├── dropout.py
│   │   │   │   ├── gaussian_dropout.py
│   │   │   │   ├── gaussian_noise.py
│   │   │   │   ├── spatial_dropout1d.py
│   │   │   │   ├── spatial_dropout2d.py
│   │   │   │   └── spatial_dropout3d.py
│   │   │   ├── reshaping
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── cropping1d.cpython-310.pyc
│   │   │   │   │   ├── cropping2d.cpython-310.pyc
│   │   │   │   │   ├── cropping3d.cpython-310.pyc
│   │   │   │   │   ├── flatten.cpython-310.pyc
│   │   │   │   │   ├── permute.cpython-310.pyc
│   │   │   │   │   ├── repeat_vector.cpython-310.pyc
│   │   │   │   │   ├── reshape.cpython-310.pyc
│   │   │   │   │   ├── up_sampling1d.cpython-310.pyc
│   │   │   │   │   ├── up_sampling2d.cpython-310.pyc
│   │   │   │   │   ├── up_sampling3d.cpython-310.pyc
│   │   │   │   │   ├── zero_padding1d.cpython-310.pyc
│   │   │   │   │   ├── zero_padding2d.cpython-310.pyc
│   │   │   │   │   └── zero_padding3d.cpython-310.pyc
│   │   │   │   ├── cropping1d.py
│   │   │   │   ├── cropping2d.py
│   │   │   │   ├── cropping3d.py
│   │   │   │   ├── flatten.py
│   │   │   │   ├── permute.py
│   │   │   │   ├── repeat_vector.py
│   │   │   │   ├── reshape.py
│   │   │   │   ├── up_sampling1d.py
│   │   │   │   ├── up_sampling2d.py
│   │   │   │   ├── up_sampling3d.py
│   │   │   │   ├── zero_padding1d.py
│   │   │   │   ├── zero_padding2d.py
│   │   │   │   └── zero_padding3d.py
│   │   │   ├── rnn
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── abstract_rnn_cell.cpython-310.pyc
│   │   │   │   │   ├── base_conv_lstm.cpython-310.pyc
│   │   │   │   │   ├── base_conv_rnn.cpython-310.pyc
│   │   │   │   │   ├── base_cudnn_rnn.cpython-310.pyc
│   │   │   │   │   ├── base_rnn.cpython-310.pyc
│   │   │   │   │   ├── base_wrapper.cpython-310.pyc
│   │   │   │   │   ├── bidirectional.cpython-310.pyc
│   │   │   │   │   ├── cell_wrappers.cpython-310.pyc
│   │   │   │   │   ├── conv_lstm1d.cpython-310.pyc
│   │   │   │   │   ├── conv_lstm2d.cpython-310.pyc
│   │   │   │   │   ├── conv_lstm3d.cpython-310.pyc
│   │   │   │   │   ├── cudnn_gru.cpython-310.pyc
│   │   │   │   │   ├── cudnn_lstm.cpython-310.pyc
│   │   │   │   │   ├── dropout_rnn_cell_mixin.cpython-310.pyc
│   │   │   │   │   ├── gru.cpython-310.pyc
│   │   │   │   │   ├── gru_lstm_utils.cpython-310.pyc
│   │   │   │   │   ├── gru_v1.cpython-310.pyc
│   │   │   │   │   ├── legacy_cell_wrappers.cpython-310.pyc
│   │   │   │   │   ├── legacy_cells.cpython-310.pyc
│   │   │   │   │   ├── lstm.cpython-310.pyc
│   │   │   │   │   ├── lstm_v1.cpython-310.pyc
│   │   │   │   │   ├── rnn_utils.cpython-310.pyc
│   │   │   │   │   ├── simple_rnn.cpython-310.pyc
│   │   │   │   │   ├── stacked_rnn_cells.cpython-310.pyc
│   │   │   │   │   └── time_distributed.cpython-310.pyc
│   │   │   │   ├── abstract_rnn_cell.py
│   │   │   │   ├── base_conv_lstm.py
│   │   │   │   ├── base_conv_rnn.py
│   │   │   │   ├── base_cudnn_rnn.py
│   │   │   │   ├── base_rnn.py
│   │   │   │   ├── base_wrapper.py
│   │   │   │   ├── bidirectional.py
│   │   │   │   ├── cell_wrappers.py
│   │   │   │   ├── conv_lstm1d.py
│   │   │   │   ├── conv_lstm2d.py
│   │   │   │   ├── conv_lstm3d.py
│   │   │   │   ├── cudnn_gru.py
│   │   │   │   ├── cudnn_lstm.py
│   │   │   │   ├── dropout_rnn_cell_mixin.py
│   │   │   │   ├── gru.py
│   │   │   │   ├── gru_lstm_utils.py
│   │   │   │   ├── gru_v1.py
│   │   │   │   ├── legacy_cell_wrappers.py
│   │   │   │   ├── legacy_cells.py
│   │   │   │   ├── lstm.py
│   │   │   │   ├── lstm_v1.py
│   │   │   │   ├── rnn_utils.py
│   │   │   │   ├── simple_rnn.py
│   │   │   │   ├── stacked_rnn_cells.py
│   │   │   │   └── time_distributed.py
│   │   │   └── serialization.py
│   │   ├── legacy_tf_layers
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   ├── convolutional.cpython-310.pyc
│   │   │   │   ├── core.cpython-310.pyc
│   │   │   │   ├── migration_utils.cpython-310.pyc
│   │   │   │   ├── normalization.cpython-310.pyc
│   │   │   │   ├── pooling.cpython-310.pyc
│   │   │   │   └── variable_scope_shim.cpython-310.pyc
│   │   │   ├── base.py
│   │   │   ├── convolutional.py
│   │   │   ├── core.py
│   │   │   ├── migration_utils.py
│   │   │   ├── normalization.py
│   │   │   ├── pooling.py
│   │   │   └── variable_scope_shim.py
│   │   ├── losses.py
│   │   ├── metrics
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── base_metric.cpython-310.pyc
│   │   │   │   └── metrics.cpython-310.pyc
│   │   │   ├── base_metric.py
│   │   │   └── metrics.py
│   │   ├── mixed_precision
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── autocast_variable.cpython-310.pyc
│   │   │   │   ├── device_compatibility_check.cpython-310.pyc
│   │   │   │   ├── loss_scale_optimizer.cpython-310.pyc
│   │   │   │   ├── policy.cpython-310.pyc
│   │   │   │   └── test_util.cpython-310.pyc
│   │   │   ├── autocast_variable.py
│   │   │   ├── device_compatibility_check.py
│   │   │   ├── loss_scale_optimizer.py
│   │   │   ├── policy.py
│   │   │   └── test_util.py
│   │   ├── models
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── cloning.cpython-310.pyc
│   │   │   │   └── sharpness_aware_minimization.cpython-310.pyc
│   │   │   ├── cloning.py
│   │   │   └── sharpness_aware_minimization.py
│   │   ├── optimizers
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── legacy_learning_rate_decay.cpython-310.pyc
│   │   │   │   └── optimizer_v1.cpython-310.pyc
│   │   │   ├── legacy
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── adadelta.cpython-310.pyc
│   │   │   │   │   ├── adagrad.cpython-310.pyc
│   │   │   │   │   ├── adam.cpython-310.pyc
│   │   │   │   │   ├── adamax.cpython-310.pyc
│   │   │   │   │   ├── ftrl.cpython-310.pyc
│   │   │   │   │   ├── nadam.cpython-310.pyc
│   │   │   │   │   ├── optimizer.cpython-310.pyc
│   │   │   │   │   ├── rmsprop.cpython-310.pyc
│   │   │   │   │   └── sgd.cpython-310.pyc
│   │   │   │   ├── adadelta.py
│   │   │   │   ├── adagrad.py
│   │   │   │   ├── adam.py
│   │   │   │   ├── adamax.py
│   │   │   │   ├── ftrl.py
│   │   │   │   ├── nadam.py
│   │   │   │   ├── optimizer.py
│   │   │   │   ├── rmsprop.py
│   │   │   │   └── sgd.py
│   │   │   ├── legacy_learning_rate_decay.py
│   │   │   ├── optimizer_experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── adadelta.cpython-310.pyc
│   │   │   │   │   ├── adafactor.cpython-310.pyc
│   │   │   │   │   ├── adagrad.cpython-310.pyc
│   │   │   │   │   ├── adam.cpython-310.pyc
│   │   │   │   │   ├── adamax.cpython-310.pyc
│   │   │   │   │   ├── adamw.cpython-310.pyc
│   │   │   │   │   ├── ftrl.cpython-310.pyc
│   │   │   │   │   ├── nadam.cpython-310.pyc
│   │   │   │   │   ├── optimizer.cpython-310.pyc
│   │   │   │   │   ├── rmsprop.cpython-310.pyc
│   │   │   │   │   └── sgd.cpython-310.pyc
│   │   │   │   ├── adadelta.py
│   │   │   │   ├── adafactor.py
│   │   │   │   ├── adagrad.py
│   │   │   │   ├── adam.py
│   │   │   │   ├── adamax.py
│   │   │   │   ├── adamw.py
│   │   │   │   ├── ftrl.py
│   │   │   │   ├── nadam.py
│   │   │   │   ├── optimizer.py
│   │   │   │   ├── rmsprop.py
│   │   │   │   └── sgd.py
│   │   │   ├── optimizer_v1.py
│   │   │   ├── optimizer_v2
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── adadelta.cpython-310.pyc
│   │   │   │   │   ├── adagrad.cpython-310.pyc
│   │   │   │   │   ├── adam.cpython-310.pyc
│   │   │   │   │   ├── adamax.cpython-310.pyc
│   │   │   │   │   ├── ftrl.cpython-310.pyc
│   │   │   │   │   ├── gradient_descent.cpython-310.pyc
│   │   │   │   │   ├── nadam.cpython-310.pyc
│   │   │   │   │   ├── optimizer_v2.cpython-310.pyc
│   │   │   │   │   ├── rmsprop.cpython-310.pyc
│   │   │   │   │   └── utils.cpython-310.pyc
│   │   │   │   ├── adadelta.py
│   │   │   │   ├── adagrad.py
│   │   │   │   ├── adam.py
│   │   │   │   ├── adamax.py
│   │   │   │   ├── ftrl.py
│   │   │   │   ├── gradient_descent.py
│   │   │   │   ├── nadam.py
│   │   │   │   ├── optimizer_v2.py
│   │   │   │   ├── rmsprop.py
│   │   │   │   └── utils.py
│   │   │   └── schedules
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── learning_rate_schedule.cpython-310.pyc
│   │   │   └── learning_rate_schedule.py
│   │   ├── premade_models
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── linear.cpython-310.pyc
│   │   │   │   └── wide_deep.cpython-310.pyc
│   │   │   ├── linear.py
│   │   │   └── wide_deep.py
│   │   ├── preprocessing
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── image.cpython-310.pyc
│   │   │   │   ├── sequence.cpython-310.pyc
│   │   │   │   └── text.cpython-310.pyc
│   │   │   ├── image.py
│   │   │   ├── sequence.py
│   │   │   └── text.py
│   │   ├── protobuf
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── projector_config_pb2.cpython-310.pyc
│   │   │   │   ├── saved_metadata_pb2.cpython-310.pyc
│   │   │   │   └── versions_pb2.cpython-310.pyc
│   │   │   ├── projector_config_pb2.py
│   │   │   ├── saved_metadata_pb2.py
│   │   │   └── versions_pb2.py
│   │   ├── regularizers.py
│   │   ├── saving
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── object_registration.cpython-310.pyc
│   │   │   │   └── pickle_utils.cpython-310.pyc
│   │   │   ├── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── saving_lib.cpython-310.pyc
│   │   │   │   │   └── serialization_lib.cpython-310.pyc
│   │   │   │   ├── saving_lib.py
│   │   │   │   └── serialization_lib.py
│   │   │   ├── legacy
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── hdf5_format.cpython-310.pyc
│   │   │   │   │   ├── model_config.cpython-310.pyc
│   │   │   │   │   ├── save.cpython-310.pyc
│   │   │   │   │   ├── saving_utils.cpython-310.pyc
│   │   │   │   │   └── serialization.cpython-310.pyc
│   │   │   │   ├── hdf5_format.py
│   │   │   │   ├── model_config.py
│   │   │   │   ├── save.py
│   │   │   │   ├── saved_model
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── base_serialization.cpython-310.pyc
│   │   │   │   │   │   ├── constants.cpython-310.pyc
│   │   │   │   │   │   ├── json_utils.cpython-310.pyc
│   │   │   │   │   │   ├── layer_serialization.cpython-310.pyc
│   │   │   │   │   │   ├── load.cpython-310.pyc
│   │   │   │   │   │   ├── load_context.cpython-310.pyc
│   │   │   │   │   │   ├── metric_serialization.cpython-310.pyc
│   │   │   │   │   │   ├── model_serialization.cpython-310.pyc
│   │   │   │   │   │   ├── network_serialization.cpython-310.pyc
│   │   │   │   │   │   ├── order_preserving_set.cpython-310.pyc
│   │   │   │   │   │   ├── save.cpython-310.pyc
│   │   │   │   │   │   ├── save_impl.cpython-310.pyc
│   │   │   │   │   │   ├── serialized_attributes.cpython-310.pyc
│   │   │   │   │   │   └── utils.cpython-310.pyc
│   │   │   │   │   ├── base_serialization.py
│   │   │   │   │   ├── constants.py
│   │   │   │   │   ├── json_utils.py
│   │   │   │   │   ├── layer_serialization.py
│   │   │   │   │   ├── load.py
│   │   │   │   │   ├── load_context.py
│   │   │   │   │   ├── metric_serialization.py
│   │   │   │   │   ├── model_serialization.py
│   │   │   │   │   ├── network_serialization.py
│   │   │   │   │   ├── order_preserving_set.py
│   │   │   │   │   ├── save.py
│   │   │   │   │   ├── save_impl.py
│   │   │   │   │   ├── serialized_attributes.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── saving_utils.py
│   │   │   │   └── serialization.py
│   │   │   ├── object_registration.py
│   │   │   └── pickle_utils.py
│   │   ├── testing_infra
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── keras_doctest_lib.cpython-310.pyc
│   │   │   │   ├── test_combinations.cpython-310.pyc
│   │   │   │   └── test_utils.cpython-310.pyc
│   │   │   ├── keras_doctest_lib.py
│   │   │   ├── test_combinations.py
│   │   │   └── test_utils.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── model_architectures.cpython-310.pyc
│   │   │   │   └── model_subclassing_test_util.cpython-310.pyc
│   │   │   ├── model_architectures.py
│   │   │   └── model_subclassing_test_util.py
│   │   ├── utils
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── audio_dataset.cpython-310.pyc
│   │   │   │   ├── control_flow_util.cpython-310.pyc
│   │   │   │   ├── conv_utils.cpython-310.pyc
│   │   │   │   ├── data_utils.cpython-310.pyc
│   │   │   │   ├── dataset_creator.cpython-310.pyc
│   │   │   │   ├── dataset_utils.cpython-310.pyc
│   │   │   │   ├── generic_utils.cpython-310.pyc
│   │   │   │   ├── image_dataset.cpython-310.pyc
│   │   │   │   ├── image_utils.cpython-310.pyc
│   │   │   │   ├── io_utils.cpython-310.pyc
│   │   │   │   ├── keras_logging.cpython-310.pyc
│   │   │   │   ├── kernelized_utils.cpython-310.pyc
│   │   │   │   ├── kpl_test_utils.cpython-310.pyc
│   │   │   │   ├── layer_utils.cpython-310.pyc
│   │   │   │   ├── losses_utils.cpython-310.pyc
│   │   │   │   ├── metrics_utils.cpython-310.pyc
│   │   │   │   ├── mode_keys.cpython-310.pyc
│   │   │   │   ├── np_utils.cpython-310.pyc
│   │   │   │   ├── object_identity.cpython-310.pyc
│   │   │   │   ├── sidecar_evaluator.cpython-310.pyc
│   │   │   │   ├── text_dataset.cpython-310.pyc
│   │   │   │   ├── tf_contextlib.cpython-310.pyc
│   │   │   │   ├── tf_inspect.cpython-310.pyc
│   │   │   │   ├── tf_utils.cpython-310.pyc
│   │   │   │   ├── timeseries_dataset.cpython-310.pyc
│   │   │   │   ├── traceback_utils.cpython-310.pyc
│   │   │   │   ├── version_utils.cpython-310.pyc
│   │   │   │   └── vis_utils.cpython-310.pyc
│   │   │   ├── audio_dataset.py
│   │   │   ├── control_flow_util.py
│   │   │   ├── conv_utils.py
│   │   │   ├── data_utils.py
│   │   │   ├── dataset_creator.py
│   │   │   ├── dataset_utils.py
│   │   │   ├── generic_utils.py
│   │   │   ├── image_dataset.py
│   │   │   ├── image_utils.py
│   │   │   ├── io_utils.py
│   │   │   ├── keras_logging.py
│   │   │   ├── kernelized_utils.py
│   │   │   ├── kpl_test_utils.py
│   │   │   ├── layer_utils.py
│   │   │   ├── losses_utils.py
│   │   │   ├── metrics_utils.py
│   │   │   ├── mode_keys.py
│   │   │   ├── np_utils.py
│   │   │   ├── object_identity.py
│   │   │   ├── sidecar_evaluator.py
│   │   │   ├── text_dataset.py
│   │   │   ├── tf_contextlib.py
│   │   │   ├── tf_inspect.py
│   │   │   ├── tf_utils.py
│   │   │   ├── timeseries_dataset.py
│   │   │   ├── traceback_utils.py
│   │   │   ├── version_utils.py
│   │   │   └── vis_utils.py
│   │   └── wrappers
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   └── scikit_learn.cpython-310.pyc
│   │   └── scikit_learn.py
│   ├── keras-2.11.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── libclang-16.0.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.TXT
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── markdown
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __meta__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── __main__.cpython-310.pyc
│   │   │   ├── __meta__.cpython-310.pyc
│   │   │   ├── blockparser.cpython-310.pyc
│   │   │   ├── blockprocessors.cpython-310.pyc
│   │   │   ├── core.cpython-310.pyc
│   │   │   ├── htmlparser.cpython-310.pyc
│   │   │   ├── inlinepatterns.cpython-310.pyc
│   │   │   ├── postprocessors.cpython-310.pyc
│   │   │   ├── preprocessors.cpython-310.pyc
│   │   │   ├── serializers.cpython-310.pyc
│   │   │   ├── test_tools.cpython-310.pyc
│   │   │   ├── treeprocessors.cpython-310.pyc
│   │   │   └── util.cpython-310.pyc
│   │   ├── blockparser.py
│   │   ├── blockprocessors.py
│   │   ├── core.py
│   │   ├── extensions
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── abbr.cpython-310.pyc
│   │   │   │   ├── admonition.cpython-310.pyc
│   │   │   │   ├── attr_list.cpython-310.pyc
│   │   │   │   ├── codehilite.cpython-310.pyc
│   │   │   │   ├── def_list.cpython-310.pyc
│   │   │   │   ├── extra.cpython-310.pyc
│   │   │   │   ├── fenced_code.cpython-310.pyc
│   │   │   │   ├── footnotes.cpython-310.pyc
│   │   │   │   ├── legacy_attrs.cpython-310.pyc
│   │   │   │   ├── legacy_em.cpython-310.pyc
│   │   │   │   ├── md_in_html.cpython-310.pyc
│   │   │   │   ├── meta.cpython-310.pyc
│   │   │   │   ├── nl2br.cpython-310.pyc
│   │   │   │   ├── sane_lists.cpython-310.pyc
│   │   │   │   ├── smarty.cpython-310.pyc
│   │   │   │   ├── tables.cpython-310.pyc
│   │   │   │   ├── toc.cpython-310.pyc
│   │   │   │   └── wikilinks.cpython-310.pyc
│   │   │   ├── abbr.py
│   │   │   ├── admonition.py
│   │   │   ├── attr_list.py
│   │   │   ├── codehilite.py
│   │   │   ├── def_list.py
│   │   │   ├── extra.py
│   │   │   ├── fenced_code.py
│   │   │   ├── footnotes.py
│   │   │   ├── legacy_attrs.py
│   │   │   ├── legacy_em.py
│   │   │   ├── md_in_html.py
│   │   │   ├── meta.py
│   │   │   ├── nl2br.py
│   │   │   ├── sane_lists.py
│   │   │   ├── smarty.py
│   │   │   ├── tables.py
│   │   │   ├── toc.py
│   │   │   └── wikilinks.py
│   │   ├── htmlparser.py
│   │   ├── inlinepatterns.py
│   │   ├── postprocessors.py
│   │   ├── preprocessors.py
│   │   ├── serializers.py
│   │   ├── test_tools.py
│   │   ├── treeprocessors.py
│   │   └── util.py
│   ├── markupsafe
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   └── _native.cpython-310.pyc
│   │   ├── _native.py
│   │   ├── _speedups.c
│   │   ├── _speedups.cpython-310-aarch64-linux-gnu.so
│   │   ├── _speedups.pyi
│   │   └── py.typed
│   ├── numpy
│   │   ├── LICENSE.txt
│   │   ├── __config__.py
│   │   ├── __init__.cython-30.pxd
│   │   ├── __init__.pxd
│   │   ├── __init__.py
│   │   ├── __init__.pyi
│   │   ├── __pycache__
│   │   │   ├── __config__.cpython-310.pyc
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── _distributor_init.cpython-310.pyc
│   │   │   ├── _globals.cpython-310.pyc
│   │   │   ├── _pytesttester.cpython-310.pyc
│   │   │   ├── _version.cpython-310.pyc
│   │   │   ├── conftest.cpython-310.pyc
│   │   │   ├── ctypeslib.cpython-310.pyc
│   │   │   ├── dual.cpython-310.pyc
│   │   │   ├── matlib.cpython-310.pyc
│   │   │   ├── setup.cpython-310.pyc
│   │   │   └── version.cpython-310.pyc
│   │   ├── _distributor_init.py
│   │   ├── _globals.py
│   │   ├── _pyinstaller
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── hook-numpy.cpython-310.pyc
│   │   │   │   ├── pyinstaller-smoke.cpython-310.pyc
│   │   │   │   └── test_pyinstaller.cpython-310.pyc
│   │   │   ├── hook-numpy.py
│   │   │   ├── pyinstaller-smoke.py
│   │   │   └── test_pyinstaller.py
│   │   ├── _pytesttester.py
│   │   ├── _pytesttester.pyi
│   │   ├── _typing
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _add_docstring.cpython-310.pyc
│   │   │   │   ├── _array_like.cpython-310.pyc
│   │   │   │   ├── _char_codes.cpython-310.pyc
│   │   │   │   ├── _dtype_like.cpython-310.pyc
│   │   │   │   ├── _extended_precision.cpython-310.pyc
│   │   │   │   ├── _generic_alias.cpython-310.pyc
│   │   │   │   ├── _nbit.cpython-310.pyc
│   │   │   │   ├── _nested_sequence.cpython-310.pyc
│   │   │   │   ├── _scalars.cpython-310.pyc
│   │   │   │   ├── _shape.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── _add_docstring.py
│   │   │   ├── _array_like.py
│   │   │   ├── _callable.pyi
│   │   │   ├── _char_codes.py
│   │   │   ├── _dtype_like.py
│   │   │   ├── _extended_precision.py
│   │   │   ├── _generic_alias.py
│   │   │   ├── _nbit.py
│   │   │   ├── _nested_sequence.py
│   │   │   ├── _scalars.py
│   │   │   ├── _shape.py
│   │   │   ├── _ufunc.pyi
│   │   │   └── setup.py
│   │   ├── _version.py
│   │   ├── array_api
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _array_object.cpython-310.pyc
│   │   │   │   ├── _constants.cpython-310.pyc
│   │   │   │   ├── _creation_functions.cpython-310.pyc
│   │   │   │   ├── _data_type_functions.cpython-310.pyc
│   │   │   │   ├── _dtypes.cpython-310.pyc
│   │   │   │   ├── _elementwise_functions.cpython-310.pyc
│   │   │   │   ├── _manipulation_functions.cpython-310.pyc
│   │   │   │   ├── _searching_functions.cpython-310.pyc
│   │   │   │   ├── _set_functions.cpython-310.pyc
│   │   │   │   ├── _sorting_functions.cpython-310.pyc
│   │   │   │   ├── _statistical_functions.cpython-310.pyc
│   │   │   │   ├── _typing.cpython-310.pyc
│   │   │   │   ├── _utility_functions.cpython-310.pyc
│   │   │   │   ├── linalg.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── _array_object.py
│   │   │   ├── _constants.py
│   │   │   ├── _creation_functions.py
│   │   │   ├── _data_type_functions.py
│   │   │   ├── _dtypes.py
│   │   │   ├── _elementwise_functions.py
│   │   │   ├── _manipulation_functions.py
│   │   │   ├── _searching_functions.py
│   │   │   ├── _set_functions.py
│   │   │   ├── _sorting_functions.py
│   │   │   ├── _statistical_functions.py
│   │   │   ├── _typing.py
│   │   │   ├── _utility_functions.py
│   │   │   ├── linalg.py
│   │   │   ├── setup.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test_array_object.cpython-310.pyc
│   │   │   │   ├── test_creation_functions.cpython-310.pyc
│   │   │   │   ├── test_data_type_functions.cpython-310.pyc
│   │   │   │   ├── test_elementwise_functions.cpython-310.pyc
│   │   │   │   ├── test_set_functions.cpython-310.pyc
│   │   │   │   ├── test_sorting_functions.cpython-310.pyc
│   │   │   │   └── test_validation.cpython-310.pyc
│   │   │   ├── test_array_object.py
│   │   │   ├── test_creation_functions.py
│   │   │   ├── test_data_type_functions.py
│   │   │   ├── test_elementwise_functions.py
│   │   │   ├── test_set_functions.py
│   │   │   ├── test_sorting_functions.py
│   │   │   └── test_validation.py
│   │   ├── compat
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _inspect.cpython-310.pyc
│   │   │   │   ├── _pep440.cpython-310.pyc
│   │   │   │   ├── py3k.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── _inspect.py
│   │   │   ├── _pep440.py
│   │   │   ├── py3k.py
│   │   │   ├── setup.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── test_compat.cpython-310.pyc
│   │   │   └── test_compat.py
│   │   ├── conftest.py
│   │   ├── core
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _add_newdocs.cpython-310.pyc
│   │   │   │   ├── _add_newdocs_scalars.cpython-310.pyc
│   │   │   │   ├── _asarray.cpython-310.pyc
│   │   │   │   ├── _dtype.cpython-310.pyc
│   │   │   │   ├── _dtype_ctypes.cpython-310.pyc
│   │   │   │   ├── _exceptions.cpython-310.pyc
│   │   │   │   ├── _internal.cpython-310.pyc
│   │   │   │   ├── _machar.cpython-310.pyc
│   │   │   │   ├── _methods.cpython-310.pyc
│   │   │   │   ├── _string_helpers.cpython-310.pyc
│   │   │   │   ├── _type_aliases.cpython-310.pyc
│   │   │   │   ├── _ufunc_config.cpython-310.pyc
│   │   │   │   ├── arrayprint.cpython-310.pyc
│   │   │   │   ├── cversions.cpython-310.pyc
│   │   │   │   ├── defchararray.cpython-310.pyc
│   │   │   │   ├── einsumfunc.cpython-310.pyc
│   │   │   │   ├── fromnumeric.cpython-310.pyc
│   │   │   │   ├── function_base.cpython-310.pyc
│   │   │   │   ├── generate_numpy_api.cpython-310.pyc
│   │   │   │   ├── getlimits.cpython-310.pyc
│   │   │   │   ├── memmap.cpython-310.pyc
│   │   │   │   ├── multiarray.cpython-310.pyc
│   │   │   │   ├── numeric.cpython-310.pyc
│   │   │   │   ├── numerictypes.cpython-310.pyc
│   │   │   │   ├── overrides.cpython-310.pyc
│   │   │   │   ├── records.cpython-310.pyc
│   │   │   │   ├── setup.cpython-310.pyc
│   │   │   │   ├── setup_common.cpython-310.pyc
│   │   │   │   ├── shape_base.cpython-310.pyc
│   │   │   │   ├── umath.cpython-310.pyc
│   │   │   │   └── umath_tests.cpython-310.pyc
│   │   │   ├── _add_newdocs.py
│   │   │   ├── _add_newdocs_scalars.py
│   │   │   ├── _asarray.py
│   │   │   ├── _asarray.pyi
│   │   │   ├── _dtype.py
│   │   │   ├── _dtype_ctypes.py
│   │   │   ├── _exceptions.py
│   │   │   ├── _internal.py
│   │   │   ├── _internal.pyi
│   │   │   ├── _machar.py
│   │   │   ├── _methods.py
│   │   │   ├── _multiarray_tests.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _multiarray_umath.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _operand_flag_tests.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _rational_tests.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _simd.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _string_helpers.py
│   │   │   ├── _struct_ufunc_tests.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _type_aliases.py
│   │   │   ├── _type_aliases.pyi
│   │   │   ├── _ufunc_config.py
│   │   │   ├── _ufunc_config.pyi
│   │   │   ├── _umath_tests.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── arrayprint.py
│   │   │   ├── arrayprint.pyi
│   │   │   ├── cversions.py
│   │   │   ├── defchararray.py
│   │   │   ├── defchararray.pyi
│   │   │   ├── einsumfunc.py
│   │   │   ├── einsumfunc.pyi
│   │   │   ├── fromnumeric.py
│   │   │   ├── fromnumeric.pyi
│   │   │   ├── function_base.py
│   │   │   ├── function_base.pyi
│   │   │   ├── generate_numpy_api.py
│   │   │   ├── getlimits.py
│   │   │   ├── getlimits.pyi
│   │   │   ├── include
│   │   │   │   └── numpy
│   │   │   │   ├── __multiarray_api.h
│   │   │   │   ├── __ufunc_api.h
│   │   │   │   ├── _neighborhood_iterator_imp.h
│   │   │   │   ├── _numpyconfig.h
│   │   │   │   ├── arrayobject.h
│   │   │   │   ├── arrayscalars.h
│   │   │   │   ├── experimental_dtype_api.h
│   │   │   │   ├── halffloat.h
│   │   │   │   ├── libdivide
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   └── libdivide.h
│   │   │   │   ├── multiarray_api.txt
│   │   │   │   ├── ndarrayobject.h
│   │   │   │   ├── ndarraytypes.h
│   │   │   │   ├── noprefix.h
│   │   │   │   ├── npy_1_7_deprecated_api.h
│   │   │   │   ├── npy_3kcompat.h
│   │   │   │   ├── npy_common.h
│   │   │   │   ├── npy_cpu.h
│   │   │   │   ├── npy_endian.h
│   │   │   │   ├── npy_interrupt.h
│   │   │   │   ├── npy_math.h
│   │   │   │   ├── npy_no_deprecated_api.h
│   │   │   │   ├── npy_os.h
│   │   │   │   ├── numpyconfig.h
│   │   │   │   ├── old_defines.h
│   │   │   │   ├── oldnumeric.h
│   │   │   │   ├── random
│   │   │   │   │   ├── bitgen.h
│   │   │   │   │   └── distributions.h
│   │   │   │   ├── ufunc_api.txt
│   │   │   │   ├── ufuncobject.h
│   │   │   │   └── utils.h
│   │   │   ├── lib
│   │   │   │   ├── libnpymath.a
│   │   │   │   └── npy-pkg-config
│   │   │   │   ├── mlib.ini
│   │   │   │   └── npymath.ini
│   │   │   ├── memmap.py
│   │   │   ├── memmap.pyi
│   │   │   ├── multiarray.py
│   │   │   ├── multiarray.pyi
│   │   │   ├── numeric.py
│   │   │   ├── numeric.pyi
│   │   │   ├── numerictypes.py
│   │   │   ├── numerictypes.pyi
│   │   │   ├── overrides.py
│   │   │   ├── records.py
│   │   │   ├── records.pyi
│   │   │   ├── setup.py
│   │   │   ├── setup_common.py
│   │   │   ├── shape_base.py
│   │   │   ├── shape_base.pyi
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── _locales.cpython-310.pyc
│   │   │   │   │   ├── test__exceptions.cpython-310.pyc
│   │   │   │   │   ├── test_abc.cpython-310.pyc
│   │   │   │   │   ├── test_api.cpython-310.pyc
│   │   │   │   │   ├── test_argparse.cpython-310.pyc
│   │   │   │   │   ├── test_array_coercion.cpython-310.pyc
│   │   │   │   │   ├── test_array_interface.cpython-310.pyc
│   │   │   │   │   ├── test_arraymethod.cpython-310.pyc
│   │   │   │   │   ├── test_arrayprint.cpython-310.pyc
│   │   │   │   │   ├── test_casting_floatingpoint_errors.cpython-310.pyc
│   │   │   │   │   ├── test_casting_unittests.cpython-310.pyc
│   │   │   │   │   ├── test_conversion_utils.cpython-310.pyc
│   │   │   │   │   ├── test_cpu_dispatcher.cpython-310.pyc
│   │   │   │   │   ├── test_cpu_features.cpython-310.pyc
│   │   │   │   │   ├── test_custom_dtypes.cpython-310.pyc
│   │   │   │   │   ├── test_cython.cpython-310.pyc
│   │   │   │   │   ├── test_datetime.cpython-310.pyc
│   │   │   │   │   ├── test_defchararray.cpython-310.pyc
│   │   │   │   │   ├── test_deprecations.cpython-310.pyc
│   │   │   │   │   ├── test_dlpack.cpython-310.pyc
│   │   │   │   │   ├── test_dtype.cpython-310.pyc
│   │   │   │   │   ├── test_einsum.cpython-310.pyc
│   │   │   │   │   ├── test_errstate.cpython-310.pyc
│   │   │   │   │   ├── test_extint128.cpython-310.pyc
│   │   │   │   │   ├── test_function_base.cpython-310.pyc
│   │   │   │   │   ├── test_getlimits.cpython-310.pyc
│   │   │   │   │   ├── test_half.cpython-310.pyc
│   │   │   │   │   ├── test_hashtable.cpython-310.pyc
│   │   │   │   │   ├── test_indexerrors.cpython-310.pyc
│   │   │   │   │   ├── test_indexing.cpython-310.pyc
│   │   │   │   │   ├── test_item_selection.cpython-310.pyc
│   │   │   │   │   ├── test_limited_api.cpython-310.pyc
│   │   │   │   │   ├── test_longdouble.cpython-310.pyc
│   │   │   │   │   ├── test_machar.cpython-310.pyc
│   │   │   │   │   ├── test_mem_overlap.cpython-310.pyc
│   │   │   │   │   ├── test_mem_policy.cpython-310.pyc
│   │   │   │   │   ├── test_memmap.cpython-310.pyc
│   │   │   │   │   ├── test_multiarray.cpython-310.pyc
│   │   │   │   │   ├── test_nditer.cpython-310.pyc
│   │   │   │   │   ├── test_nep50_promotions.cpython-310.pyc
│   │   │   │   │   ├── test_numeric.cpython-310.pyc
│   │   │   │   │   ├── test_numerictypes.cpython-310.pyc
│   │   │   │   │   ├── test_overrides.cpython-310.pyc
│   │   │   │   │   ├── test_print.cpython-310.pyc
│   │   │   │   │   ├── test_protocols.cpython-310.pyc
│   │   │   │   │   ├── test_records.cpython-310.pyc
│   │   │   │   │   ├── test_regression.cpython-310.pyc
│   │   │   │   │   ├── test_scalar_ctors.cpython-310.pyc
│   │   │   │   │   ├── test_scalar_methods.cpython-310.pyc
│   │   │   │   │   ├── test_scalarbuffer.cpython-310.pyc
│   │   │   │   │   ├── test_scalarinherit.cpython-310.pyc
│   │   │   │   │   ├── test_scalarmath.cpython-310.pyc
│   │   │   │   │   ├── test_scalarprint.cpython-310.pyc
│   │   │   │   │   ├── test_shape_base.cpython-310.pyc
│   │   │   │   │   ├── test_simd.cpython-310.pyc
│   │   │   │   │   ├── test_simd_module.cpython-310.pyc
│   │   │   │   │   ├── test_strings.cpython-310.pyc
│   │   │   │   │   ├── test_ufunc.cpython-310.pyc
│   │   │   │   │   ├── test_umath.cpython-310.pyc
│   │   │   │   │   ├── test_umath_accuracy.cpython-310.pyc
│   │   │   │   │   ├── test_umath_complex.cpython-310.pyc
│   │   │   │   │   └── test_unicode.cpython-310.pyc
│   │   │   │   ├── _locales.py
│   │   │   │   ├── data
│   │   │   │   │   ├── astype_copy.pkl
│   │   │   │   │   ├── generate_umath_validation_data.cpp
│   │   │   │   │   ├── recarray_from_file.fits
│   │   │   │   │   ├── umath-validation-set-README.txt
│   │   │   │   │   ├── umath-validation-set-arccos.csv
│   │   │   │   │   ├── umath-validation-set-arccosh.csv
│   │   │   │   │   ├── umath-validation-set-arcsin.csv
│   │   │   │   │   ├── umath-validation-set-arcsinh.csv
│   │   │   │   │   ├── umath-validation-set-arctan.csv
│   │   │   │   │   ├── umath-validation-set-arctanh.csv
│   │   │   │   │   ├── umath-validation-set-cbrt.csv
│   │   │   │   │   ├── umath-validation-set-cos.csv
│   │   │   │   │   ├── umath-validation-set-cosh.csv
│   │   │   │   │   ├── umath-validation-set-exp.csv
│   │   │   │   │   ├── umath-validation-set-exp2.csv
│   │   │   │   │   ├── umath-validation-set-expm1.csv
│   │   │   │   │   ├── umath-validation-set-log.csv
│   │   │   │   │   ├── umath-validation-set-log10.csv
│   │   │   │   │   ├── umath-validation-set-log1p.csv
│   │   │   │   │   ├── umath-validation-set-log2.csv
│   │   │   │   │   ├── umath-validation-set-sin.csv
│   │   │   │   │   ├── umath-validation-set-sinh.csv
│   │   │   │   │   ├── umath-validation-set-tan.csv
│   │   │   │   │   └── umath-validation-set-tanh.csv
│   │   │   │   ├── examples
│   │   │   │   │   ├── cython
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── setup.cpython-310.pyc
│   │   │   │   │   │   ├── checks.pyx
│   │   │   │   │   │   └── setup.py
│   │   │   │   │   └── limited_api
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── setup.cpython-310.pyc
│   │   │   │   │   ├── limited_api.c
│   │   │   │   │   └── setup.py
│   │   │   │   ├── test__exceptions.py
│   │   │   │   ├── test_abc.py
│   │   │   │   ├── test_api.py
│   │   │   │   ├── test_argparse.py
│   │   │   │   ├── test_array_coercion.py
│   │   │   │   ├── test_array_interface.py
│   │   │   │   ├── test_arraymethod.py
│   │   │   │   ├── test_arrayprint.py
│   │   │   │   ├── test_casting_floatingpoint_errors.py
│   │   │   │   ├── test_casting_unittests.py
│   │   │   │   ├── test_conversion_utils.py
│   │   │   │   ├── test_cpu_dispatcher.py
│   │   │   │   ├── test_cpu_features.py
│   │   │   │   ├── test_custom_dtypes.py
│   │   │   │   ├── test_cython.py
│   │   │   │   ├── test_datetime.py
│   │   │   │   ├── test_defchararray.py
│   │   │   │   ├── test_deprecations.py
│   │   │   │   ├── test_dlpack.py
│   │   │   │   ├── test_dtype.py
│   │   │   │   ├── test_einsum.py
│   │   │   │   ├── test_errstate.py
│   │   │   │   ├── test_extint128.py
│   │   │   │   ├── test_function_base.py
│   │   │   │   ├── test_getlimits.py
│   │   │   │   ├── test_half.py
│   │   │   │   ├── test_hashtable.py
│   │   │   │   ├── test_indexerrors.py
│   │   │   │   ├── test_indexing.py
│   │   │   │   ├── test_item_selection.py
│   │   │   │   ├── test_limited_api.py
│   │   │   │   ├── test_longdouble.py
│   │   │   │   ├── test_machar.py
│   │   │   │   ├── test_mem_overlap.py
│   │   │   │   ├── test_mem_policy.py
│   │   │   │   ├── test_memmap.py
│   │   │   │   ├── test_multiarray.py
│   │   │   │   ├── test_nditer.py
│   │   │   │   ├── test_nep50_promotions.py
│   │   │   │   ├── test_numeric.py
│   │   │   │   ├── test_numerictypes.py
│   │   │   │   ├── test_overrides.py
│   │   │   │   ├── test_print.py
│   │   │   │   ├── test_protocols.py
│   │   │   │   ├── test_records.py
│   │   │   │   ├── test_regression.py
│   │   │   │   ├── test_scalar_ctors.py
│   │   │   │   ├── test_scalar_methods.py
│   │   │   │   ├── test_scalarbuffer.py
│   │   │   │   ├── test_scalarinherit.py
│   │   │   │   ├── test_scalarmath.py
│   │   │   │   ├── test_scalarprint.py
│   │   │   │   ├── test_shape_base.py
│   │   │   │   ├── test_simd.py
│   │   │   │   ├── test_simd_module.py
│   │   │   │   ├── test_strings.py
│   │   │   │   ├── test_ufunc.py
│   │   │   │   ├── test_umath.py
│   │   │   │   ├── test_umath_accuracy.py
│   │   │   │   ├── test_umath_complex.py
│   │   │   │   └── test_unicode.py
│   │   │   ├── umath.py
│   │   │   └── umath_tests.py
│   │   ├── ctypeslib.py
│   │   ├── ctypeslib.pyi
│   │   ├── distutils
│   │   │   ├── __config__.py
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __config__.cpython-310.pyc
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _shell_utils.cpython-310.pyc
│   │   │   │   ├── armccompiler.cpython-310.pyc
│   │   │   │   ├── ccompiler.cpython-310.pyc
│   │   │   │   ├── ccompiler_opt.cpython-310.pyc
│   │   │   │   ├── conv_template.cpython-310.pyc
│   │   │   │   ├── core.cpython-310.pyc
│   │   │   │   ├── cpuinfo.cpython-310.pyc
│   │   │   │   ├── exec_command.cpython-310.pyc
│   │   │   │   ├── extension.cpython-310.pyc
│   │   │   │   ├── from_template.cpython-310.pyc
│   │   │   │   ├── intelccompiler.cpython-310.pyc
│   │   │   │   ├── lib2def.cpython-310.pyc
│   │   │   │   ├── line_endings.cpython-310.pyc
│   │   │   │   ├── log.cpython-310.pyc
│   │   │   │   ├── mingw32ccompiler.cpython-310.pyc
│   │   │   │   ├── misc_util.cpython-310.pyc
│   │   │   │   ├── msvc9compiler.cpython-310.pyc
│   │   │   │   ├── msvccompiler.cpython-310.pyc
│   │   │   │   ├── npy_pkg_config.cpython-310.pyc
│   │   │   │   ├── numpy_distribution.cpython-310.pyc
│   │   │   │   ├── pathccompiler.cpython-310.pyc
│   │   │   │   ├── setup.cpython-310.pyc
│   │   │   │   ├── system_info.cpython-310.pyc
│   │   │   │   └── unixccompiler.cpython-310.pyc
│   │   │   ├── _shell_utils.py
│   │   │   ├── armccompiler.py
│   │   │   ├── ccompiler.py
│   │   │   ├── ccompiler_opt.py
│   │   │   ├── checks
│   │   │   │   ├── cpu_asimd.c
│   │   │   │   ├── cpu_asimddp.c
│   │   │   │   ├── cpu_asimdfhm.c
│   │   │   │   ├── cpu_asimdhp.c
│   │   │   │   ├── cpu_avx.c
│   │   │   │   ├── cpu_avx2.c
│   │   │   │   ├── cpu_avx512_clx.c
│   │   │   │   ├── cpu_avx512_cnl.c
│   │   │   │   ├── cpu_avx512_icl.c
│   │   │   │   ├── cpu_avx512_knl.c
│   │   │   │   ├── cpu_avx512_knm.c
│   │   │   │   ├── cpu_avx512_skx.c
│   │   │   │   ├── cpu_avx512cd.c
│   │   │   │   ├── cpu_avx512f.c
│   │   │   │   ├── cpu_f16c.c
│   │   │   │   ├── cpu_fma3.c
│   │   │   │   ├── cpu_fma4.c
│   │   │   │   ├── cpu_neon.c
│   │   │   │   ├── cpu_neon_fp16.c
│   │   │   │   ├── cpu_neon_vfpv4.c
│   │   │   │   ├── cpu_popcnt.c
│   │   │   │   ├── cpu_sse.c
│   │   │   │   ├── cpu_sse2.c
│   │   │   │   ├── cpu_sse3.c
│   │   │   │   ├── cpu_sse41.c
│   │   │   │   ├── cpu_sse42.c
│   │   │   │   ├── cpu_ssse3.c
│   │   │   │   ├── cpu_vsx.c
│   │   │   │   ├── cpu_vsx2.c
│   │   │   │   ├── cpu_vsx3.c
│   │   │   │   ├── cpu_vsx4.c
│   │   │   │   ├── cpu_vx.c
│   │   │   │   ├── cpu_vxe.c
│   │   │   │   ├── cpu_vxe2.c
│   │   │   │   ├── cpu_xop.c
│   │   │   │   ├── extra_avx512bw_mask.c
│   │   │   │   ├── extra_avx512dq_mask.c
│   │   │   │   ├── extra_avx512f_reduce.c
│   │   │   │   ├── extra_vsx4_mma.c
│   │   │   │   ├── extra_vsx_asm.c
│   │   │   │   └── test_flags.c
│   │   │   ├── command
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── autodist.cpython-310.pyc
│   │   │   │   │   ├── bdist_rpm.cpython-310.pyc
│   │   │   │   │   ├── build.cpython-310.pyc
│   │   │   │   │   ├── build_clib.cpython-310.pyc
│   │   │   │   │   ├── build_ext.cpython-310.pyc
│   │   │   │   │   ├── build_py.cpython-310.pyc
│   │   │   │   │   ├── build_scripts.cpython-310.pyc
│   │   │   │   │   ├── build_src.cpython-310.pyc
│   │   │   │   │   ├── config.cpython-310.pyc
│   │   │   │   │   ├── config_compiler.cpython-310.pyc
│   │   │   │   │   ├── develop.cpython-310.pyc
│   │   │   │   │   ├── egg_info.cpython-310.pyc
│   │   │   │   │   ├── install.cpython-310.pyc
│   │   │   │   │   ├── install_clib.cpython-310.pyc
│   │   │   │   │   ├── install_data.cpython-310.pyc
│   │   │   │   │   ├── install_headers.cpython-310.pyc
│   │   │   │   │   └── sdist.cpython-310.pyc
│   │   │   │   ├── autodist.py
│   │   │   │   ├── bdist_rpm.py
│   │   │   │   ├── build.py
│   │   │   │   ├── build_clib.py
│   │   │   │   ├── build_ext.py
│   │   │   │   ├── build_py.py
│   │   │   │   ├── build_scripts.py
│   │   │   │   ├── build_src.py
│   │   │   │   ├── config.py
│   │   │   │   ├── config_compiler.py
│   │   │   │   ├── develop.py
│   │   │   │   ├── egg_info.py
│   │   │   │   ├── install.py
│   │   │   │   ├── install_clib.py
│   │   │   │   ├── install_data.py
│   │   │   │   ├── install_headers.py
│   │   │   │   └── sdist.py
│   │   │   ├── conv_template.py
│   │   │   ├── core.py
│   │   │   ├── cpuinfo.py
│   │   │   ├── exec_command.py
│   │   │   ├── extension.py
│   │   │   ├── fcompiler
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── absoft.cpython-310.pyc
│   │   │   │   │   ├── arm.cpython-310.pyc
│   │   │   │   │   ├── compaq.cpython-310.pyc
│   │   │   │   │   ├── environment.cpython-310.pyc
│   │   │   │   │   ├── fujitsu.cpython-310.pyc
│   │   │   │   │   ├── g95.cpython-310.pyc
│   │   │   │   │   ├── gnu.cpython-310.pyc
│   │   │   │   │   ├── hpux.cpython-310.pyc
│   │   │   │   │   ├── ibm.cpython-310.pyc
│   │   │   │   │   ├── intel.cpython-310.pyc
│   │   │   │   │   ├── lahey.cpython-310.pyc
│   │   │   │   │   ├── mips.cpython-310.pyc
│   │   │   │   │   ├── nag.cpython-310.pyc
│   │   │   │   │   ├── none.cpython-310.pyc
│   │   │   │   │   ├── nv.cpython-310.pyc
│   │   │   │   │   ├── pathf95.cpython-310.pyc
│   │   │   │   │   ├── pg.cpython-310.pyc
│   │   │   │   │   ├── sun.cpython-310.pyc
│   │   │   │   │   └── vast.cpython-310.pyc
│   │   │   │   ├── absoft.py
│   │   │   │   ├── arm.py
│   │   │   │   ├── compaq.py
│   │   │   │   ├── environment.py
│   │   │   │   ├── fujitsu.py
│   │   │   │   ├── g95.py
│   │   │   │   ├── gnu.py
│   │   │   │   ├── hpux.py
│   │   │   │   ├── ibm.py
│   │   │   │   ├── intel.py
│   │   │   │   ├── lahey.py
│   │   │   │   ├── mips.py
│   │   │   │   ├── nag.py
│   │   │   │   ├── none.py
│   │   │   │   ├── nv.py
│   │   │   │   ├── pathf95.py
│   │   │   │   ├── pg.py
│   │   │   │   ├── sun.py
│   │   │   │   └── vast.py
│   │   │   ├── from_template.py
│   │   │   ├── intelccompiler.py
│   │   │   ├── lib2def.py
│   │   │   ├── line_endings.py
│   │   │   ├── log.py
│   │   │   ├── mingw
│   │   │   │   └── gfortran_vs2003_hack.c
│   │   │   ├── mingw32ccompiler.py
│   │   │   ├── misc_util.py
│   │   │   ├── msvc9compiler.py
│   │   │   ├── msvccompiler.py
│   │   │   ├── npy_pkg_config.py
│   │   │   ├── numpy_distribution.py
│   │   │   ├── pathccompiler.py
│   │   │   ├── setup.py
│   │   │   ├── system_info.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── test_build_ext.cpython-310.pyc
│   │   │   │   │   ├── test_ccompiler_opt.cpython-310.pyc
│   │   │   │   │   ├── test_ccompiler_opt_conf.cpython-310.pyc
│   │   │   │   │   ├── test_exec_command.cpython-310.pyc
│   │   │   │   │   ├── test_fcompiler.cpython-310.pyc
│   │   │   │   │   ├── test_fcompiler_gnu.cpython-310.pyc
│   │   │   │   │   ├── test_fcompiler_intel.cpython-310.pyc
│   │   │   │   │   ├── test_fcompiler_nagfor.cpython-310.pyc
│   │   │   │   │   ├── test_from_template.cpython-310.pyc
│   │   │   │   │   ├── test_log.cpython-310.pyc
│   │   │   │   │   ├── test_mingw32ccompiler.cpython-310.pyc
│   │   │   │   │   ├── test_misc_util.cpython-310.pyc
│   │   │   │   │   ├── test_npy_pkg_config.cpython-310.pyc
│   │   │   │   │   ├── test_shell_utils.cpython-310.pyc
│   │   │   │   │   └── test_system_info.cpython-310.pyc
│   │   │   │   ├── test_build_ext.py
│   │   │   │   ├── test_ccompiler_opt.py
│   │   │   │   ├── test_ccompiler_opt_conf.py
│   │   │   │   ├── test_exec_command.py
│   │   │   │   ├── test_fcompiler.py
│   │   │   │   ├── test_fcompiler_gnu.py
│   │   │   │   ├── test_fcompiler_intel.py
│   │   │   │   ├── test_fcompiler_nagfor.py
│   │   │   │   ├── test_from_template.py
│   │   │   │   ├── test_log.py
│   │   │   │   ├── test_mingw32ccompiler.py
│   │   │   │   ├── test_misc_util.py
│   │   │   │   ├── test_npy_pkg_config.py
│   │   │   │   ├── test_shell_utils.py
│   │   │   │   └── test_system_info.py
│   │   │   └── unixccompiler.py
│   │   ├── doc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── constants.cpython-310.pyc
│   │   │   │   └── ufuncs.cpython-310.pyc
│   │   │   ├── constants.py
│   │   │   └── ufuncs.py
│   │   ├── dual.py
│   │   ├── f2py
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __main__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── __main__.cpython-310.pyc
│   │   │   │   ├── __version__.cpython-310.pyc
│   │   │   │   ├── auxfuncs.cpython-310.pyc
│   │   │   │   ├── capi_maps.cpython-310.pyc
│   │   │   │   ├── cb_rules.cpython-310.pyc
│   │   │   │   ├── cfuncs.cpython-310.pyc
│   │   │   │   ├── common_rules.cpython-310.pyc
│   │   │   │   ├── crackfortran.cpython-310.pyc
│   │   │   │   ├── diagnose.cpython-310.pyc
│   │   │   │   ├── f2py2e.cpython-310.pyc
│   │   │   │   ├── f90mod_rules.cpython-310.pyc
│   │   │   │   ├── func2subr.cpython-310.pyc
│   │   │   │   ├── rules.cpython-310.pyc
│   │   │   │   ├── setup.cpython-310.pyc
│   │   │   │   ├── symbolic.cpython-310.pyc
│   │   │   │   └── use_rules.cpython-310.pyc
│   │   │   ├── __version__.py
│   │   │   ├── auxfuncs.py
│   │   │   ├── capi_maps.py
│   │   │   ├── cb_rules.py
│   │   │   ├── cfuncs.py
│   │   │   ├── common_rules.py
│   │   │   ├── crackfortran.py
│   │   │   ├── diagnose.py
│   │   │   ├── f2py2e.py
│   │   │   ├── f90mod_rules.py
│   │   │   ├── func2subr.py
│   │   │   ├── rules.py
│   │   │   ├── setup.py
│   │   │   ├── src
│   │   │   │   ├── fortranobject.c
│   │   │   │   └── fortranobject.h
│   │   │   ├── symbolic.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── test_abstract_interface.cpython-310.pyc
│   │   │   │   │   ├── test_array_from_pyobj.cpython-310.pyc
│   │   │   │   │   ├── test_assumed_shape.cpython-310.pyc
│   │   │   │   │   ├── test_block_docstring.cpython-310.pyc
│   │   │   │   │   ├── test_callback.cpython-310.pyc
│   │   │   │   │   ├── test_character.cpython-310.pyc
│   │   │   │   │   ├── test_common.cpython-310.pyc
│   │   │   │   │   ├── test_compile_function.cpython-310.pyc
│   │   │   │   │   ├── test_crackfortran.cpython-310.pyc
│   │   │   │   │   ├── test_docs.cpython-310.pyc
│   │   │   │   │   ├── test_f2cmap.cpython-310.pyc
│   │   │   │   │   ├── test_f2py2e.cpython-310.pyc
│   │   │   │   │   ├── test_kind.cpython-310.pyc
│   │   │   │   │   ├── test_mixed.cpython-310.pyc
│   │   │   │   │   ├── test_module_doc.cpython-310.pyc
│   │   │   │   │   ├── test_parameter.cpython-310.pyc
│   │   │   │   │   ├── test_quoted_character.cpython-310.pyc
│   │   │   │   │   ├── test_regression.cpython-310.pyc
│   │   │   │   │   ├── test_return_character.cpython-310.pyc
│   │   │   │   │   ├── test_return_complex.cpython-310.pyc
│   │   │   │   │   ├── test_return_integer.cpython-310.pyc
│   │   │   │   │   ├── test_return_logical.cpython-310.pyc
│   │   │   │   │   ├── test_return_real.cpython-310.pyc
│   │   │   │   │   ├── test_semicolon_split.cpython-310.pyc
│   │   │   │   │   ├── test_size.cpython-310.pyc
│   │   │   │   │   ├── test_string.cpython-310.pyc
│   │   │   │   │   ├── test_symbolic.cpython-310.pyc
│   │   │   │   │   ├── test_value_attrspec.cpython-310.pyc
│   │   │   │   │   └── util.cpython-310.pyc
│   │   │   │   ├── src
│   │   │   │   │   ├── abstract_interface
│   │   │   │   │   │   ├── foo.f90
│   │   │   │   │   │   └── gh18403_mod.f90
│   │   │   │   │   ├── array_from_pyobj
│   │   │   │   │   │   └── wrapmodule.c
│   │   │   │   │   ├── assumed_shape
│   │   │   │   │   │   ├── foo_free.f90
│   │   │   │   │   │   ├── foo_mod.f90
│   │   │   │   │   │   ├── foo_use.f90
│   │   │   │   │   │   └── precision.f90
│   │   │   │   │   ├── block_docstring
│   │   │   │   │   │   └── foo.f
│   │   │   │   │   ├── callback
│   │   │   │   │   │   ├── foo.f
│   │   │   │   │   │   ├── gh17797.f90
│   │   │   │   │   │   └── gh18335.f90
│   │   │   │   │   ├── cli
│   │   │   │   │   │   ├── hi77.f
│   │   │   │   │   │   └── hiworld.f90
│   │   │   │   │   ├── common
│   │   │   │   │   │   └── block.f
│   │   │   │   │   ├── crackfortran
│   │   │   │   │   │   ├── accesstype.f90
│   │   │   │   │   │   ├── foo_deps.f90
│   │   │   │   │   │   ├── gh15035.f
│   │   │   │   │   │   ├── gh17859.f
│   │   │   │   │   │   ├── gh2848.f90
│   │   │   │   │   │   ├── operators.f90
│   │   │   │   │   │   ├── privatemod.f90
│   │   │   │   │   │   ├── publicmod.f90
│   │   │   │   │   │   ├── pubprivmod.f90
│   │   │   │   │   │   └── unicode_comment.f90
│   │   │   │   │   ├── f2cmap
│   │   │   │   │   │   └── isoFortranEnvMap.f90
│   │   │   │   │   ├── kind
│   │   │   │   │   │   └── foo.f90
│   │   │   │   │   ├── mixed
│   │   │   │   │   │   ├── foo.f
│   │   │   │   │   │   ├── foo_fixed.f90
│   │   │   │   │   │   └── foo_free.f90
│   │   │   │   │   ├── module_data
│   │   │   │   │   │   ├── mod.mod
│   │   │   │   │   │   └── module_data_docstring.f90
│   │   │   │   │   ├── negative_bounds
│   │   │   │   │   │   └── issue_20853.f90
│   │   │   │   │   ├── parameter
│   │   │   │   │   │   ├── constant_both.f90
│   │   │   │   │   │   ├── constant_compound.f90
│   │   │   │   │   │   ├── constant_integer.f90
│   │   │   │   │   │   ├── constant_non_compound.f90
│   │   │   │   │   │   └── constant_real.f90
│   │   │   │   │   ├── quoted_character
│   │   │   │   │   │   └── foo.f
│   │   │   │   │   ├── regression
│   │   │   │   │   │   └── inout.f90
│   │   │   │   │   ├── return_character
│   │   │   │   │   │   ├── foo77.f
│   │   │   │   │   │   └── foo90.f90
│   │   │   │   │   ├── return_complex
│   │   │   │   │   │   ├── foo77.f
│   │   │   │   │   │   └── foo90.f90
│   │   │   │   │   ├── return_integer
│   │   │   │   │   │   ├── foo77.f
│   │   │   │   │   │   └── foo90.f90
│   │   │   │   │   ├── return_logical
│   │   │   │   │   │   ├── foo77.f
│   │   │   │   │   │   └── foo90.f90
│   │   │   │   │   ├── return_real
│   │   │   │   │   │   ├── foo77.f
│   │   │   │   │   │   └── foo90.f90
│   │   │   │   │   ├── size
│   │   │   │   │   │   └── foo.f90
│   │   │   │   │   ├── string
│   │   │   │   │   │   ├── char.f90
│   │   │   │   │   │   ├── fixed_string.f90
│   │   │   │   │   │   ├── scalar_string.f90
│   │   │   │   │   │   └── string.f
│   │   │   │   │   └── value_attrspec
│   │   │   │   │   └── gh21665.f90
│   │   │   │   ├── test_abstract_interface.py
│   │   │   │   ├── test_array_from_pyobj.py
│   │   │   │   ├── test_assumed_shape.py
│   │   │   │   ├── test_block_docstring.py
│   │   │   │   ├── test_callback.py
│   │   │   │   ├── test_character.py
│   │   │   │   ├── test_common.py
│   │   │   │   ├── test_compile_function.py
│   │   │   │   ├── test_crackfortran.py
│   │   │   │   ├── test_docs.py
│   │   │   │   ├── test_f2cmap.py
│   │   │   │   ├── test_f2py2e.py
│   │   │   │   ├── test_kind.py
│   │   │   │   ├── test_mixed.py
│   │   │   │   ├── test_module_doc.py
│   │   │   │   ├── test_parameter.py
│   │   │   │   ├── test_quoted_character.py
│   │   │   │   ├── test_regression.py
│   │   │   │   ├── test_return_character.py
│   │   │   │   ├── test_return_complex.py
│   │   │   │   ├── test_return_integer.py
│   │   │   │   ├── test_return_logical.py
│   │   │   │   ├── test_return_real.py
│   │   │   │   ├── test_semicolon_split.py
│   │   │   │   ├── test_size.py
│   │   │   │   ├── test_string.py
│   │   │   │   ├── test_symbolic.py
│   │   │   │   ├── test_value_attrspec.py
│   │   │   │   └── util.py
│   │   │   └── use_rules.py
│   │   ├── fft
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _pocketfft.cpython-310.pyc
│   │   │   │   ├── helper.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── _pocketfft.py
│   │   │   ├── _pocketfft.pyi
│   │   │   ├── _pocketfft_internal.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── helper.py
│   │   │   ├── helper.pyi
│   │   │   ├── setup.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test_helper.cpython-310.pyc
│   │   │   │   └── test_pocketfft.cpython-310.pyc
│   │   │   ├── test_helper.py
│   │   │   └── test_pocketfft.py
│   │   ├── lib
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _datasource.cpython-310.pyc
│   │   │   │   ├── _iotools.cpython-310.pyc
│   │   │   │   ├── _version.cpython-310.pyc
│   │   │   │   ├── arraypad.cpython-310.pyc
│   │   │   │   ├── arraysetops.cpython-310.pyc
│   │   │   │   ├── arrayterator.cpython-310.pyc
│   │   │   │   ├── format.cpython-310.pyc
│   │   │   │   ├── function_base.cpython-310.pyc
│   │   │   │   ├── histograms.cpython-310.pyc
│   │   │   │   ├── index_tricks.cpython-310.pyc
│   │   │   │   ├── mixins.cpython-310.pyc
│   │   │   │   ├── nanfunctions.cpython-310.pyc
│   │   │   │   ├── npyio.cpython-310.pyc
│   │   │   │   ├── polynomial.cpython-310.pyc
│   │   │   │   ├── recfunctions.cpython-310.pyc
│   │   │   │   ├── scimath.cpython-310.pyc
│   │   │   │   ├── setup.cpython-310.pyc
│   │   │   │   ├── shape_base.cpython-310.pyc
│   │   │   │   ├── stride_tricks.cpython-310.pyc
│   │   │   │   ├── twodim_base.cpython-310.pyc
│   │   │   │   ├── type_check.cpython-310.pyc
│   │   │   │   ├── ufunclike.cpython-310.pyc
│   │   │   │   ├── user_array.cpython-310.pyc
│   │   │   │   └── utils.cpython-310.pyc
│   │   │   ├── _datasource.py
│   │   │   ├── _iotools.py
│   │   │   ├── _version.py
│   │   │   ├── _version.pyi
│   │   │   ├── arraypad.py
│   │   │   ├── arraypad.pyi
│   │   │   ├── arraysetops.py
│   │   │   ├── arraysetops.pyi
│   │   │   ├── arrayterator.py
│   │   │   ├── arrayterator.pyi
│   │   │   ├── format.py
│   │   │   ├── format.pyi
│   │   │   ├── function_base.py
│   │   │   ├── function_base.pyi
│   │   │   ├── histograms.py
│   │   │   ├── histograms.pyi
│   │   │   ├── index_tricks.py
│   │   │   ├── index_tricks.pyi
│   │   │   ├── mixins.py
│   │   │   ├── mixins.pyi
│   │   │   ├── nanfunctions.py
│   │   │   ├── nanfunctions.pyi
│   │   │   ├── npyio.py
│   │   │   ├── npyio.pyi
│   │   │   ├── polynomial.py
│   │   │   ├── polynomial.pyi
│   │   │   ├── recfunctions.py
│   │   │   ├── scimath.py
│   │   │   ├── scimath.pyi
│   │   │   ├── setup.py
│   │   │   ├── shape_base.py
│   │   │   ├── shape_base.pyi
│   │   │   ├── stride_tricks.py
│   │   │   ├── stride_tricks.pyi
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── test__datasource.cpython-310.pyc
│   │   │   │   │   ├── test__iotools.cpython-310.pyc
│   │   │   │   │   ├── test__version.cpython-310.pyc
│   │   │   │   │   ├── test_arraypad.cpython-310.pyc
│   │   │   │   │   ├── test_arraysetops.cpython-310.pyc
│   │   │   │   │   ├── test_arrayterator.cpython-310.pyc
│   │   │   │   │   ├── test_financial_expired.cpython-310.pyc
│   │   │   │   │   ├── test_format.cpython-310.pyc
│   │   │   │   │   ├── test_function_base.cpython-310.pyc
│   │   │   │   │   ├── test_histograms.cpython-310.pyc
│   │   │   │   │   ├── test_index_tricks.cpython-310.pyc
│   │   │   │   │   ├── test_io.cpython-310.pyc
│   │   │   │   │   ├── test_loadtxt.cpython-310.pyc
│   │   │   │   │   ├── test_mixins.cpython-310.pyc
│   │   │   │   │   ├── test_nanfunctions.cpython-310.pyc
│   │   │   │   │   ├── test_packbits.cpython-310.pyc
│   │   │   │   │   ├── test_polynomial.cpython-310.pyc
│   │   │   │   │   ├── test_recfunctions.cpython-310.pyc
│   │   │   │   │   ├── test_regression.cpython-310.pyc
│   │   │   │   │   ├── test_shape_base.cpython-310.pyc
│   │   │   │   │   ├── test_stride_tricks.cpython-310.pyc
│   │   │   │   │   ├── test_twodim_base.cpython-310.pyc
│   │   │   │   │   ├── test_type_check.cpython-310.pyc
│   │   │   │   │   ├── test_ufunclike.cpython-310.pyc
│   │   │   │   │   └── test_utils.cpython-310.pyc
│   │   │   │   ├── data
│   │   │   │   │   ├── py2-objarr.npy
│   │   │   │   │   ├── py2-objarr.npz
│   │   │   │   │   ├── py3-objarr.npy
│   │   │   │   │   ├── py3-objarr.npz
│   │   │   │   │   ├── python3.npy
│   │   │   │   │   └── win64python2.npy
│   │   │   │   ├── test__datasource.py
│   │   │   │   ├── test__iotools.py
│   │   │   │   ├── test__version.py
│   │   │   │   ├── test_arraypad.py
│   │   │   │   ├── test_arraysetops.py
│   │   │   │   ├── test_arrayterator.py
│   │   │   │   ├── test_financial_expired.py
│   │   │   │   ├── test_format.py
│   │   │   │   ├── test_function_base.py
│   │   │   │   ├── test_histograms.py
│   │   │   │   ├── test_index_tricks.py
│   │   │   │   ├── test_io.py
│   │   │   │   ├── test_loadtxt.py
│   │   │   │   ├── test_mixins.py
│   │   │   │   ├── test_nanfunctions.py
│   │   │   │   ├── test_packbits.py
│   │   │   │   ├── test_polynomial.py
│   │   │   │   ├── test_recfunctions.py
│   │   │   │   ├── test_regression.py
│   │   │   │   ├── test_shape_base.py
│   │   │   │   ├── test_stride_tricks.py
│   │   │   │   ├── test_twodim_base.py
│   │   │   │   ├── test_type_check.py
│   │   │   │   ├── test_ufunclike.py
│   │   │   │   └── test_utils.py
│   │   │   ├── twodim_base.py
│   │   │   ├── twodim_base.pyi
│   │   │   ├── type_check.py
│   │   │   ├── type_check.pyi
│   │   │   ├── ufunclike.py
│   │   │   ├── ufunclike.pyi
│   │   │   ├── user_array.py
│   │   │   ├── utils.py
│   │   │   └── utils.pyi
│   │   ├── linalg
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── linalg.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── _umath_linalg.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── lapack_lite.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── linalg.py
│   │   │   ├── linalg.pyi
│   │   │   ├── setup.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test_deprecations.cpython-310.pyc
│   │   │   │   ├── test_linalg.cpython-310.pyc
│   │   │   │   └── test_regression.cpython-310.pyc
│   │   │   ├── test_deprecations.py
│   │   │   ├── test_linalg.py
│   │   │   └── test_regression.py
│   │   ├── ma
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── bench.cpython-310.pyc
│   │   │   │   ├── core.cpython-310.pyc
│   │   │   │   ├── extras.cpython-310.pyc
│   │   │   │   ├── mrecords.cpython-310.pyc
│   │   │   │   ├── setup.cpython-310.pyc
│   │   │   │   ├── testutils.cpython-310.pyc
│   │   │   │   └── timer_comparison.cpython-310.pyc
│   │   │   ├── bench.py
│   │   │   ├── core.py
│   │   │   ├── core.pyi
│   │   │   ├── extras.py
│   │   │   ├── extras.pyi
│   │   │   ├── mrecords.py
│   │   │   ├── mrecords.pyi
│   │   │   ├── setup.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── test_core.cpython-310.pyc
│   │   │   │   │   ├── test_deprecations.cpython-310.pyc
│   │   │   │   │   ├── test_extras.cpython-310.pyc
│   │   │   │   │   ├── test_mrecords.cpython-310.pyc
│   │   │   │   │   ├── test_old_ma.cpython-310.pyc
│   │   │   │   │   ├── test_regression.cpython-310.pyc
│   │   │   │   │   └── test_subclassing.cpython-310.pyc
│   │   │   │   ├── test_core.py
│   │   │   │   ├── test_deprecations.py
│   │   │   │   ├── test_extras.py
│   │   │   │   ├── test_mrecords.py
│   │   │   │   ├── test_old_ma.py
│   │   │   │   ├── test_regression.py
│   │   │   │   └── test_subclassing.py
│   │   │   ├── testutils.py
│   │   │   └── timer_comparison.py
│   │   ├── matlib.py
│   │   ├── matrixlib
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── defmatrix.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── defmatrix.py
│   │   │   ├── defmatrix.pyi
│   │   │   ├── setup.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test_defmatrix.cpython-310.pyc
│   │   │   │   ├── test_interaction.cpython-310.pyc
│   │   │   │   ├── test_masked_matrix.cpython-310.pyc
│   │   │   │   ├── test_matrix_linalg.cpython-310.pyc
│   │   │   │   ├── test_multiarray.cpython-310.pyc
│   │   │   │   ├── test_numeric.cpython-310.pyc
│   │   │   │   └── test_regression.cpython-310.pyc
│   │   │   ├── test_defmatrix.py
│   │   │   ├── test_interaction.py
│   │   │   ├── test_masked_matrix.py
│   │   │   ├── test_matrix_linalg.py
│   │   │   ├── test_multiarray.py
│   │   │   ├── test_numeric.py
│   │   │   └── test_regression.py
│   │   ├── polynomial
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _polybase.cpython-310.pyc
│   │   │   │   ├── chebyshev.cpython-310.pyc
│   │   │   │   ├── hermite.cpython-310.pyc
│   │   │   │   ├── hermite_e.cpython-310.pyc
│   │   │   │   ├── laguerre.cpython-310.pyc
│   │   │   │   ├── legendre.cpython-310.pyc
│   │   │   │   ├── polynomial.cpython-310.pyc
│   │   │   │   ├── polyutils.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── _polybase.py
│   │   │   ├── _polybase.pyi
│   │   │   ├── chebyshev.py
│   │   │   ├── chebyshev.pyi
│   │   │   ├── hermite.py
│   │   │   ├── hermite.pyi
│   │   │   ├── hermite_e.py
│   │   │   ├── hermite_e.pyi
│   │   │   ├── laguerre.py
│   │   │   ├── laguerre.pyi
│   │   │   ├── legendre.py
│   │   │   ├── legendre.pyi
│   │   │   ├── polynomial.py
│   │   │   ├── polynomial.pyi
│   │   │   ├── polyutils.py
│   │   │   ├── polyutils.pyi
│   │   │   ├── setup.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test_chebyshev.cpython-310.pyc
│   │   │   │   ├── test_classes.cpython-310.pyc
│   │   │   │   ├── test_hermite.cpython-310.pyc
│   │   │   │   ├── test_hermite_e.cpython-310.pyc
│   │   │   │   ├── test_laguerre.cpython-310.pyc
│   │   │   │   ├── test_legendre.cpython-310.pyc
│   │   │   │   ├── test_polynomial.cpython-310.pyc
│   │   │   │   ├── test_polyutils.cpython-310.pyc
│   │   │   │   ├── test_printing.cpython-310.pyc
│   │   │   │   └── test_symbol.cpython-310.pyc
│   │   │   ├── test_chebyshev.py
│   │   │   ├── test_classes.py
│   │   │   ├── test_hermite.py
│   │   │   ├── test_hermite_e.py
│   │   │   ├── test_laguerre.py
│   │   │   ├── test_legendre.py
│   │   │   ├── test_polynomial.py
│   │   │   ├── test_polyutils.py
│   │   │   ├── test_printing.py
│   │   │   └── test_symbol.py
│   │   ├── py.typed
│   │   ├── random
│   │   │   ├── __init__.pxd
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _pickle.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── _bounded_integers.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _bounded_integers.pxd
│   │   │   ├── _common.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _common.pxd
│   │   │   ├── _examples
│   │   │   │   ├── cffi
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── extending.cpython-310.pyc
│   │   │   │   │   │   └── parse.cpython-310.pyc
│   │   │   │   │   ├── extending.py
│   │   │   │   │   └── parse.py
│   │   │   │   ├── cython
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── setup.cpython-310.pyc
│   │   │   │   │   ├── extending.pyx
│   │   │   │   │   ├── extending_distributions.pyx
│   │   │   │   │   └── setup.py
│   │   │   │   └── numba
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── extending.cpython-310.pyc
│   │   │   │   │   └── extending_distributions.cpython-310.pyc
│   │   │   │   ├── extending.py
│   │   │   │   └── extending_distributions.py
│   │   │   ├── _generator.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _generator.pyi
│   │   │   ├── _mt19937.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _mt19937.pyi
│   │   │   ├── _pcg64.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _pcg64.pyi
│   │   │   ├── _philox.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _philox.pyi
│   │   │   ├── _pickle.py
│   │   │   ├── _sfc64.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── _sfc64.pyi
│   │   │   ├── bit_generator.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── bit_generator.pxd
│   │   │   ├── bit_generator.pyi
│   │   │   ├── c_distributions.pxd
│   │   │   ├── lib
│   │   │   │   └── libnpyrandom.a
│   │   │   ├── mtrand.cpython-310-aarch64-linux-gnu.so
│   │   │   ├── mtrand.pyi
│   │   │   ├── setup.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test_direct.cpython-310.pyc
│   │   │   │   ├── test_extending.cpython-310.pyc
│   │   │   │   ├── test_generator_mt19937.cpython-310.pyc
│   │   │   │   ├── test_generator_mt19937_regressions.cpython-310.pyc
│   │   │   │   ├── test_random.cpython-310.pyc
│   │   │   │   ├── test_randomstate.cpython-310.pyc
│   │   │   │   ├── test_randomstate_regression.cpython-310.pyc
│   │   │   │   ├── test_regression.cpython-310.pyc
│   │   │   │   ├── test_seed_sequence.cpython-310.pyc
│   │   │   │   └── test_smoke.cpython-310.pyc
│   │   │   ├── data
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mt19937-testset-1.csv
│   │   │   │   ├── mt19937-testset-2.csv
│   │   │   │   ├── pcg64-testset-1.csv
│   │   │   │   ├── pcg64-testset-2.csv
│   │   │   │   ├── pcg64dxsm-testset-1.csv
│   │   │   │   ├── pcg64dxsm-testset-2.csv
│   │   │   │   ├── philox-testset-1.csv
│   │   │   │   ├── philox-testset-2.csv
│   │   │   │   ├── sfc64-testset-1.csv
│   │   │   │   └── sfc64-testset-2.csv
│   │   │   ├── test_direct.py
│   │   │   ├── test_extending.py
│   │   │   ├── test_generator_mt19937.py
│   │   │   ├── test_generator_mt19937_regressions.py
│   │   │   ├── test_random.py
│   │   │   ├── test_randomstate.py
│   │   │   ├── test_randomstate_regression.py
│   │   │   ├── test_regression.py
│   │   │   ├── test_seed_sequence.py
│   │   │   └── test_smoke.py
│   │   ├── setup.py
│   │   ├── testing
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── print_coercion_tables.cpython-310.pyc
│   │   │   │   ├── setup.cpython-310.pyc
│   │   │   │   └── utils.cpython-310.pyc
│   │   │   ├── _private
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── decorators.cpython-310.pyc
│   │   │   │   │   ├── extbuild.cpython-310.pyc
│   │   │   │   │   ├── noseclasses.cpython-310.pyc
│   │   │   │   │   ├── nosetester.cpython-310.pyc
│   │   │   │   │   ├── parameterized.cpython-310.pyc
│   │   │   │   │   └── utils.cpython-310.pyc
│   │   │   │   ├── decorators.py
│   │   │   │   ├── extbuild.py
│   │   │   │   ├── noseclasses.py
│   │   │   │   ├── nosetester.py
│   │   │   │   ├── parameterized.py
│   │   │   │   ├── utils.py
│   │   │   │   └── utils.pyi
│   │   │   ├── print_coercion_tables.py
│   │   │   ├── setup.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── test_doctesting.cpython-310.pyc
│   │   │   │   │   └── test_utils.cpython-310.pyc
│   │   │   │   ├── test_doctesting.py
│   │   │   │   └── test_utils.py
│   │   │   └── utils.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test__all__.cpython-310.pyc
│   │   │   │   ├── test_ctypeslib.cpython-310.pyc
│   │   │   │   ├── test_lazyloading.cpython-310.pyc
│   │   │   │   ├── test_matlib.cpython-310.pyc
│   │   │   │   ├── test_numpy_version.cpython-310.pyc
│   │   │   │   ├── test_public_api.cpython-310.pyc
│   │   │   │   ├── test_reloading.cpython-310.pyc
│   │   │   │   ├── test_scripts.cpython-310.pyc
│   │   │   │   └── test_warnings.cpython-310.pyc
│   │   │   ├── test__all__.py
│   │   │   ├── test_ctypeslib.py
│   │   │   ├── test_lazyloading.py
│   │   │   ├── test_matlib.py
│   │   │   ├── test_numpy_version.py
│   │   │   ├── test_public_api.py
│   │   │   ├── test_reloading.py
│   │   │   ├── test_scripts.py
│   │   │   └── test_warnings.py
│   │   ├── typing
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── mypy_plugin.cpython-310.pyc
│   │   │   │   └── setup.cpython-310.pyc
│   │   │   ├── mypy_plugin.py
│   │   │   ├── setup.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── test_generic_alias.cpython-310.pyc
│   │   │   │   ├── test_isfile.cpython-310.pyc
│   │   │   │   ├── test_runtime.cpython-310.pyc
│   │   │   │   └── test_typing.cpython-310.pyc
│   │   │   ├── data
│   │   │   │   ├── fail
│   │   │   │   │   ├── arithmetic.pyi
│   │   │   │   │   ├── array_constructors.pyi
│   │   │   │   │   ├── array_like.pyi
│   │   │   │   │   ├── array_pad.pyi
│   │   │   │   │   ├── arrayprint.pyi
│   │   │   │   │   ├── arrayterator.pyi
│   │   │   │   │   ├── bitwise_ops.pyi
│   │   │   │   │   ├── char.pyi
│   │   │   │   │   ├── chararray.pyi
│   │   │   │   │   ├── comparisons.pyi
│   │   │   │   │   ├── constants.pyi
│   │   │   │   │   ├── datasource.pyi
│   │   │   │   │   ├── dtype.pyi
│   │   │   │   │   ├── einsumfunc.pyi
│   │   │   │   │   ├── false_positives.pyi
│   │   │   │   │   ├── flatiter.pyi
│   │   │   │   │   ├── fromnumeric.pyi
│   │   │   │   │   ├── histograms.pyi
│   │   │   │   │   ├── index_tricks.pyi
│   │   │   │   │   ├── lib_function_base.pyi
│   │   │   │   │   ├── lib_polynomial.pyi
│   │   │   │   │   ├── lib_utils.pyi
│   │   │   │   │   ├── lib_version.pyi
│   │   │   │   │   ├── linalg.pyi
│   │   │   │   │   ├── memmap.pyi
│   │   │   │   │   ├── modules.pyi
│   │   │   │   │   ├── multiarray.pyi
│   │   │   │   │   ├── ndarray.pyi
│   │   │   │   │   ├── ndarray_misc.pyi
│   │   │   │   │   ├── nditer.pyi
│   │   │   │   │   ├── nested_sequence.pyi
│   │   │   │   │   ├── npyio.pyi
│   │   │   │   │   ├── numerictypes.pyi
│   │   │   │   │   ├── random.pyi
│   │   │   │   │   ├── rec.pyi
│   │   │   │   │   ├── scalars.pyi
│   │   │   │   │   ├── shape_base.pyi
│   │   │   │   │   ├── stride_tricks.pyi
│   │   │   │   │   ├── testing.pyi
│   │   │   │   │   ├── twodim_base.pyi
│   │   │   │   │   ├── type_check.pyi
│   │   │   │   │   ├── ufunc_config.pyi
│   │   │   │   │   ├── ufunclike.pyi
│   │   │   │   │   ├── ufuncs.pyi
│   │   │   │   │   └── warnings_and_errors.pyi
│   │   │   │   ├── misc
│   │   │   │   │   └── extended_precision.pyi
│   │   │   │   ├── mypy.ini
│   │   │   │   ├── pass
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── arithmetic.cpython-310.pyc
│   │   │   │   │   │   ├── array_constructors.cpython-310.pyc
│   │   │   │   │   │   ├── array_like.cpython-310.pyc
│   │   │   │   │   │   ├── arrayprint.cpython-310.pyc
│   │   │   │   │   │   ├── arrayterator.cpython-310.pyc
│   │   │   │   │   │   ├── bitwise_ops.cpython-310.pyc
│   │   │   │   │   │   ├── comparisons.cpython-310.pyc
│   │   │   │   │   │   ├── dtype.cpython-310.pyc
│   │   │   │   │   │   ├── einsumfunc.cpython-310.pyc
│   │   │   │   │   │   ├── flatiter.cpython-310.pyc
│   │   │   │   │   │   ├── fromnumeric.cpython-310.pyc
│   │   │   │   │   │   ├── index_tricks.cpython-310.pyc
│   │   │   │   │   │   ├── lib_utils.cpython-310.pyc
│   │   │   │   │   │   ├── lib_version.cpython-310.pyc
│   │   │   │   │   │   ├── literal.cpython-310.pyc
│   │   │   │   │   │   ├── mod.cpython-310.pyc
│   │   │   │   │   │   ├── modules.cpython-310.pyc
│   │   │   │   │   │   ├── multiarray.cpython-310.pyc
│   │   │   │   │   │   ├── ndarray_conversion.cpython-310.pyc
│   │   │   │   │   │   ├── ndarray_misc.cpython-310.pyc
│   │   │   │   │   │   ├── ndarray_shape_manipulation.cpython-310.pyc
│   │   │   │   │   │   ├── numeric.cpython-310.pyc
│   │   │   │   │   │   ├── numerictypes.cpython-310.pyc
│   │   │   │   │   │   ├── random.cpython-310.pyc
│   │   │   │   │   │   ├── scalars.cpython-310.pyc
│   │   │   │   │   │   ├── simple.cpython-310.pyc
│   │   │   │   │   │   ├── simple_py3.cpython-310.pyc
│   │   │   │   │   │   ├── ufunc_config.cpython-310.pyc
│   │   │   │   │   │   ├── ufunclike.cpython-310.pyc
│   │   │   │   │   │   ├── ufuncs.cpython-310.pyc
│   │   │   │   │   │   └── warnings_and_errors.cpython-310.pyc
│   │   │   │   │   ├── arithmetic.py
│   │   │   │   │   ├── array_constructors.py
│   │   │   │   │   ├── array_like.py
│   │   │   │   │   ├── arrayprint.py
│   │   │   │   │   ├── arrayterator.py
│   │   │   │   │   ├── bitwise_ops.py
│   │   │   │   │   ├── comparisons.py
│   │   │   │   │   ├── dtype.py
│   │   │   │   │   ├── einsumfunc.py
│   │   │   │   │   ├── flatiter.py
│   │   │   │   │   ├── fromnumeric.py
│   │   │   │   │   ├── index_tricks.py
│   │   │   │   │   ├── lib_utils.py
│   │   │   │   │   ├── lib_version.py
│   │   │   │   │   ├── literal.py
│   │   │   │   │   ├── mod.py
│   │   │   │   │   ├── modules.py
│   │   │   │   │   ├── multiarray.py
│   │   │   │   │   ├── ndarray_conversion.py
│   │   │   │   │   ├── ndarray_misc.py
│   │   │   │   │   ├── ndarray_shape_manipulation.py
│   │   │   │   │   ├── numeric.py
│   │   │   │   │   ├── numerictypes.py
│   │   │   │   │   ├── random.py
│   │   │   │   │   ├── scalars.py
│   │   │   │   │   ├── simple.py
│   │   │   │   │   ├── simple_py3.py
│   │   │   │   │   ├── ufunc_config.py
│   │   │   │   │   ├── ufunclike.py
│   │   │   │   │   ├── ufuncs.py
│   │   │   │   │   └── warnings_and_errors.py
│   │   │   │   └── reveal
│   │   │   │   ├── arithmetic.pyi
│   │   │   │   ├── array_constructors.pyi
│   │   │   │   ├── arraypad.pyi
│   │   │   │   ├── arrayprint.pyi
│   │   │   │   ├── arraysetops.pyi
│   │   │   │   ├── arrayterator.pyi
│   │   │   │   ├── bitwise_ops.pyi
│   │   │   │   ├── char.pyi
│   │   │   │   ├── chararray.pyi
│   │   │   │   ├── comparisons.pyi
│   │   │   │   ├── constants.pyi
│   │   │   │   ├── ctypeslib.pyi
│   │   │   │   ├── datasource.pyi
│   │   │   │   ├── dtype.pyi
│   │   │   │   ├── einsumfunc.pyi
│   │   │   │   ├── emath.pyi
│   │   │   │   ├── false_positives.pyi
│   │   │   │   ├── fft.pyi
│   │   │   │   ├── flatiter.pyi
│   │   │   │   ├── fromnumeric.pyi
│   │   │   │   ├── getlimits.pyi
│   │   │   │   ├── histograms.pyi
│   │   │   │   ├── index_tricks.pyi
│   │   │   │   ├── lib_function_base.pyi
│   │   │   │   ├── lib_polynomial.pyi
│   │   │   │   ├── lib_utils.pyi
│   │   │   │   ├── lib_version.pyi
│   │   │   │   ├── linalg.pyi
│   │   │   │   ├── matrix.pyi
│   │   │   │   ├── memmap.pyi
│   │   │   │   ├── mod.pyi
│   │   │   │   ├── modules.pyi
│   │   │   │   ├── multiarray.pyi
│   │   │   │   ├── nbit_base_example.pyi
│   │   │   │   ├── ndarray_conversion.pyi
│   │   │   │   ├── ndarray_misc.pyi
│   │   │   │   ├── ndarray_shape_manipulation.pyi
│   │   │   │   ├── nditer.pyi
│   │   │   │   ├── nested_sequence.pyi
│   │   │   │   ├── npyio.pyi
│   │   │   │   ├── numeric.pyi
│   │   │   │   ├── numerictypes.pyi
│   │   │   │   ├── random.pyi
│   │   │   │   ├── rec.pyi
│   │   │   │   ├── scalars.pyi
│   │   │   │   ├── shape_base.pyi
│   │   │   │   ├── stride_tricks.pyi
│   │   │   │   ├── testing.pyi
│   │   │   │   ├── twodim_base.pyi
│   │   │   │   ├── type_check.pyi
│   │   │   │   ├── ufunc_config.pyi
│   │   │   │   ├── ufunclike.pyi
│   │   │   │   ├── ufuncs.pyi
│   │   │   │   ├── version.pyi
│   │   │   │   └── warnings_and_errors.pyi
│   │   │   ├── test_generic_alias.py
│   │   │   ├── test_isfile.py
│   │   │   ├── test_runtime.py
│   │   │   └── test_typing.py
│   │   └── version.py
│   ├── numpy-1.24.3.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── LICENSES_bundled.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   └── top_level.txt
│   ├── numpy.libs
│   │   ├── libgfortran-daac5196.so.5.0.0
│   │   └── libopenblas64_p-r0-cecebdce.3.21.so
│   ├── oauthlib
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── common.cpython-310.pyc
│   │   │   ├── signals.cpython-310.pyc
│   │   │   └── uri_validate.cpython-310.pyc
│   │   ├── common.py
│   │   ├── oauth1
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── rfc5849
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── errors.cpython-310.pyc
│   │   │   │   ├── parameters.cpython-310.pyc
│   │   │   │   ├── request_validator.cpython-310.pyc
│   │   │   │   ├── signature.cpython-310.pyc
│   │   │   │   └── utils.cpython-310.pyc
│   │   │   ├── endpoints
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── access_token.cpython-310.pyc
│   │   │   │   │   ├── authorization.cpython-310.pyc
│   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   ├── pre_configured.cpython-310.pyc
│   │   │   │   │   ├── request_token.cpython-310.pyc
│   │   │   │   │   ├── resource.cpython-310.pyc
│   │   │   │   │   └── signature_only.cpython-310.pyc
│   │   │   │   ├── access_token.py
│   │   │   │   ├── authorization.py
│   │   │   │   ├── base.py
│   │   │   │   ├── pre_configured.py
│   │   │   │   ├── request_token.py
│   │   │   │   ├── resource.py
│   │   │   │   └── signature_only.py
│   │   │   ├── errors.py
│   │   │   ├── parameters.py
│   │   │   ├── request_validator.py
│   │   │   ├── signature.py
│   │   │   └── utils.py
│   │   ├── oauth2
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── rfc6749
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── errors.cpython-310.pyc
│   │   │   │   │   ├── parameters.cpython-310.pyc
│   │   │   │   │   ├── request_validator.cpython-310.pyc
│   │   │   │   │   ├── tokens.cpython-310.pyc
│   │   │   │   │   └── utils.cpython-310.pyc
│   │   │   │   ├── clients
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── backend_application.cpython-310.pyc
│   │   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   │   ├── legacy_application.cpython-310.pyc
│   │   │   │   │   │   ├── mobile_application.cpython-310.pyc
│   │   │   │   │   │   ├── service_application.cpython-310.pyc
│   │   │   │   │   │   └── web_application.cpython-310.pyc
│   │   │   │   │   ├── backend_application.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── legacy_application.py
│   │   │   │   │   ├── mobile_application.py
│   │   │   │   │   ├── service_application.py
│   │   │   │   │   └── web_application.py
│   │   │   │   ├── endpoints
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── authorization.cpython-310.pyc
│   │   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   │   ├── introspect.cpython-310.pyc
│   │   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   │   ├── pre_configured.cpython-310.pyc
│   │   │   │   │   │   ├── resource.cpython-310.pyc
│   │   │   │   │   │   ├── revocation.cpython-310.pyc
│   │   │   │   │   │   └── token.cpython-310.pyc
│   │   │   │   │   ├── authorization.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── introspect.py
│   │   │   │   │   ├── metadata.py
│   │   │   │   │   ├── pre_configured.py
│   │   │   │   │   ├── resource.py
│   │   │   │   │   ├── revocation.py
│   │   │   │   │   └── token.py
│   │   │   │   ├── errors.py
│   │   │   │   ├── grant_types
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── authorization_code.cpython-310.pyc
│   │   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   │   ├── client_credentials.cpython-310.pyc
│   │   │   │   │   │   ├── implicit.cpython-310.pyc
│   │   │   │   │   │   ├── refresh_token.cpython-310.pyc
│   │   │   │   │   │   └── resource_owner_password_credentials.cpython-310.pyc
│   │   │   │   │   ├── authorization_code.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── client_credentials.py
│   │   │   │   │   ├── implicit.py
│   │   │   │   │   ├── refresh_token.py
│   │   │   │   │   └── resource_owner_password_credentials.py
│   │   │   │   ├── parameters.py
│   │   │   │   ├── request_validator.py
│   │   │   │   ├── tokens.py
│   │   │   │   └── utils.py
│   │   │   └── rfc8628
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── clients
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── device.cpython-310.pyc
│   │   │   └── device.py
│   │   ├── openid
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── connect
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── core
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── exceptions.cpython-310.pyc
│   │   │   │   ├── request_validator.cpython-310.pyc
│   │   │   │   └── tokens.cpython-310.pyc
│   │   │   ├── endpoints
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── pre_configured.cpython-310.pyc
│   │   │   │   │   └── userinfo.cpython-310.pyc
│   │   │   │   ├── pre_configured.py
│   │   │   │   └── userinfo.py
│   │   │   ├── exceptions.py
│   │   │   ├── grant_types
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── authorization_code.cpython-310.pyc
│   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   ├── dispatchers.cpython-310.pyc
│   │   │   │   │   ├── hybrid.cpython-310.pyc
│   │   │   │   │   ├── implicit.cpython-310.pyc
│   │   │   │   │   └── refresh_token.cpython-310.pyc
│   │   │   │   ├── authorization_code.py
│   │   │   │   ├── base.py
│   │   │   │   ├── dispatchers.py
│   │   │   │   ├── hybrid.py
│   │   │   │   ├── implicit.py
│   │   │   │   └── refresh_token.py
│   │   │   ├── request_validator.py
│   │   │   └── tokens.py
│   │   ├── signals.py
│   │   └── uri_validate.py
│   ├── oauthlib-3.2.2.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── opt_einsum
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── _version.cpython-310.pyc
│   │   │   ├── blas.cpython-310.pyc
│   │   │   ├── contract.cpython-310.pyc
│   │   │   ├── helpers.cpython-310.pyc
│   │   │   ├── parser.cpython-310.pyc
│   │   │   ├── path_random.cpython-310.pyc
│   │   │   ├── paths.cpython-310.pyc
│   │   │   └── sharing.cpython-310.pyc
│   │   ├── _version.py
│   │   ├── backends
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── cupy.cpython-310.pyc
│   │   │   │   ├── dispatch.cpython-310.pyc
│   │   │   │   ├── jax.cpython-310.pyc
│   │   │   │   ├── object_arrays.cpython-310.pyc
│   │   │   │   ├── tensorflow.cpython-310.pyc
│   │   │   │   ├── theano.cpython-310.pyc
│   │   │   │   └── torch.cpython-310.pyc
│   │   │   ├── cupy.py
│   │   │   ├── dispatch.py
│   │   │   ├── jax.py
│   │   │   ├── object_arrays.py
│   │   │   ├── tensorflow.py
│   │   │   ├── theano.py
│   │   │   └── torch.py
│   │   ├── blas.py
│   │   ├── contract.py
│   │   ├── helpers.py
│   │   ├── parser.py
│   │   ├── path_random.py
│   │   ├── paths.py
│   │   ├── sharing.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── test_backends.cpython-310.pyc
│   │   │   ├── test_blas.cpython-310.pyc
│   │   │   ├── test_contract.cpython-310.pyc
│   │   │   ├── test_edge_cases.cpython-310.pyc
│   │   │   ├── test_input.cpython-310.pyc
│   │   │   ├── test_paths.cpython-310.pyc
│   │   │   └── test_sharing.cpython-310.pyc
│   │   ├── test_backends.py
│   │   ├── test_blas.py
│   │   ├── test_contract.py
│   │   ├── test_edge_cases.py
│   │   ├── test_input.py
│   │   ├── test_paths.py
│   │   └── test_sharing.py
│   ├── opt_einsum-3.3.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── top_level.txt
│   │   └── zip-safe
│   ├── packaging
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── _elffile.cpython-310.pyc
│   │   │   ├── _manylinux.cpython-310.pyc
│   │   │   ├── _musllinux.cpython-310.pyc
│   │   │   ├── _parser.cpython-310.pyc
│   │   │   ├── _structures.cpython-310.pyc
│   │   │   ├── _tokenizer.cpython-310.pyc
│   │   │   ├── markers.cpython-310.pyc
│   │   │   ├── metadata.cpython-310.pyc
│   │   │   ├── requirements.cpython-310.pyc
│   │   │   ├── specifiers.cpython-310.pyc
│   │   │   ├── tags.cpython-310.pyc
│   │   │   ├── utils.cpython-310.pyc
│   │   │   └── version.cpython-310.pyc
│   │   ├── _elffile.py
│   │   ├── _manylinux.py
│   │   ├── _musllinux.py
│   │   ├── _parser.py
│   │   ├── _structures.py
│   │   ├── _tokenizer.py
│   │   ├── markers.py
│   │   ├── metadata.py
│   │   ├── py.typed
│   │   ├── requirements.py
│   │   ├── specifiers.py
│   │   ├── tags.py
│   │   ├── utils.py
│   │   └── version.py
│   ├── packaging-23.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── LICENSE.APACHE
│   │   ├── LICENSE.BSD
│   │   ├── METADATA
│   │   ├── RECORD
│   │   └── WHEEL
│   ├── pasta
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   ├── augment
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── errors.cpython-310.pyc
│   │   │   │   ├── import_utils.cpython-310.pyc
│   │   │   │   ├── import_utils_test.cpython-310.pyc
│   │   │   │   ├── inline.cpython-310.pyc
│   │   │   │   ├── inline_test.cpython-310.pyc
│   │   │   │   ├── rename.cpython-310.pyc
│   │   │   │   └── rename_test.cpython-310.pyc
│   │   │   ├── errors.py
│   │   │   ├── import_utils.py
│   │   │   ├── import_utils_test.py
│   │   │   ├── inline.py
│   │   │   ├── inline_test.py
│   │   │   ├── rename.py
│   │   │   └── rename_test.py
│   │   └── base
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── annotate.cpython-310.pyc
│   │   │   ├── annotate_test.cpython-310.pyc
│   │   │   ├── ast_constants.cpython-310.pyc
│   │   │   ├── ast_utils.cpython-310.pyc
│   │   │   ├── ast_utils_test.cpython-310.pyc
│   │   │   ├── codegen.cpython-310.pyc
│   │   │   ├── codegen_test.cpython-310.pyc
│   │   │   ├── formatting.cpython-310.pyc
│   │   │   ├── fstring_utils.cpython-310.pyc
│   │   │   ├── scope.cpython-310.pyc
│   │   │   ├── scope_test.cpython-310.pyc
│   │   │   ├── test_utils.cpython-310.pyc
│   │   │   ├── test_utils_test.cpython-310.pyc
│   │   │   └── token_generator.cpython-310.pyc
│   │   ├── annotate.py
│   │   ├── annotate_test.py
│   │   ├── ast_constants.py
│   │   ├── ast_utils.py
│   │   ├── ast_utils_test.py
│   │   ├── codegen.py
│   │   ├── codegen_test.py
│   │   ├── formatting.py
│   │   ├── fstring_utils.py
│   │   ├── scope.py
│   │   ├── scope_test.py
│   │   ├── test_utils.py
│   │   ├── test_utils_test.py
│   │   └── token_generator.py
│   ├── protobuf-3.19.6-py3.10-nspkg.pth
│   ├── protobuf-3.19.6.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── namespace_packages.txt
│   │   └── top_level.txt
│   ├── psutil
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── _common.cpython-310.pyc
│   │   │   ├── _compat.cpython-310.pyc
│   │   │   ├── _psaix.cpython-310.pyc
│   │   │   ├── _psbsd.cpython-310.pyc
│   │   │   ├── _pslinux.cpython-310.pyc
│   │   │   ├── _psosx.cpython-310.pyc
│   │   │   ├── _psposix.cpython-310.pyc
│   │   │   ├── _pssunos.cpython-310.pyc
│   │   │   └── _pswindows.cpython-310.pyc
│   │   ├── _common.py
│   │   ├── _compat.py
│   │   ├── _psaix.py
│   │   ├── _psbsd.py
│   │   ├── _pslinux.py
│   │   ├── _psosx.py
│   │   ├── _psposix.py
│   │   ├── _pssunos.py
│   │   ├── _psutil_linux.abi3.so
│   │   ├── _psutil_posix.abi3.so
│   │   ├── _pswindows.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── __main__.cpython-310.pyc
│   │   │   ├── runner.cpython-310.pyc
│   │   │   ├── test_aix.cpython-310.pyc
│   │   │   ├── test_bsd.cpython-310.pyc
│   │   │   ├── test_connections.cpython-310.pyc
│   │   │   ├── test_contracts.cpython-310.pyc
│   │   │   ├── test_linux.cpython-310.pyc
│   │   │   ├── test_memleaks.cpython-310.pyc
│   │   │   ├── test_misc.cpython-310.pyc
│   │   │   ├── test_osx.cpython-310.pyc
│   │   │   ├── test_posix.cpython-310.pyc
│   │   │   ├── test_process.cpython-310.pyc
│   │   │   ├── test_sunos.cpython-310.pyc
│   │   │   ├── test_system.cpython-310.pyc
│   │   │   ├── test_testutils.cpython-310.pyc
│   │   │   ├── test_unicode.cpython-310.pyc
│   │   │   └── test_windows.cpython-310.pyc
│   │   ├── runner.py
│   │   ├── test_aix.py
│   │   ├── test_bsd.py
│   │   ├── test_connections.py
│   │   ├── test_contracts.py
│   │   ├── test_linux.py
│   │   ├── test_memleaks.py
│   │   ├── test_misc.py
│   │   ├── test_osx.py
│   │   ├── test_posix.py
│   │   ├── test_process.py
│   │   ├── test_sunos.py
│   │   ├── test_system.py
│   │   ├── test_testutils.py
│   │   ├── test_unicode.py
│   │   └── test_windows.py
│   ├── psutil-5.9.4.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── pyasn1
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── debug.cpython-310.pyc
│   │   │   └── error.cpython-310.pyc
│   │   ├── codec
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── streaming.cpython-310.pyc
│   │   │   ├── ber
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── decoder.cpython-310.pyc
│   │   │   │   │   ├── encoder.cpython-310.pyc
│   │   │   │   │   └── eoo.cpython-310.pyc
│   │   │   │   ├── decoder.py
│   │   │   │   ├── encoder.py
│   │   │   │   └── eoo.py
│   │   │   ├── cer
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── decoder.cpython-310.pyc
│   │   │   │   │   └── encoder.cpython-310.pyc
│   │   │   │   ├── decoder.py
│   │   │   │   └── encoder.py
│   │   │   ├── der
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── decoder.cpython-310.pyc
│   │   │   │   │   └── encoder.cpython-310.pyc
│   │   │   │   ├── decoder.py
│   │   │   │   └── encoder.py
│   │   │   ├── native
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── decoder.cpython-310.pyc
│   │   │   │   │   └── encoder.cpython-310.pyc
│   │   │   │   ├── decoder.py
│   │   │   │   └── encoder.py
│   │   │   └── streaming.py
│   │   ├── compat
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── integer.cpython-310.pyc
│   │   │   │   └── octets.cpython-310.pyc
│   │   │   ├── integer.py
│   │   │   └── octets.py
│   │   ├── debug.py
│   │   ├── error.py
│   │   └── type
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── base.cpython-310.pyc
│   │   │   ├── char.cpython-310.pyc
│   │   │   ├── constraint.cpython-310.pyc
│   │   │   ├── error.cpython-310.pyc
│   │   │   ├── namedtype.cpython-310.pyc
│   │   │   ├── namedval.cpython-310.pyc
│   │   │   ├── opentype.cpython-310.pyc
│   │   │   ├── tag.cpython-310.pyc
│   │   │   ├── tagmap.cpython-310.pyc
│   │   │   ├── univ.cpython-310.pyc
│   │   │   └── useful.cpython-310.pyc
│   │   ├── base.py
│   │   ├── char.py
│   │   ├── constraint.py
│   │   ├── error.py
│   │   ├── namedtype.py
│   │   ├── namedval.py
│   │   ├── opentype.py
│   │   ├── tag.py
│   │   ├── tagmap.py
│   │   ├── univ.py
│   │   └── useful.py
│   ├── pyasn1-0.5.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.rst
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── top_level.txt
│   │   └── zip-safe
│   ├── pyasn1_modules
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── pem.cpython-310.pyc
│   │   │   ├── rfc1155.cpython-310.pyc
│   │   │   ├── rfc1157.cpython-310.pyc
│   │   │   ├── rfc1901.cpython-310.pyc
│   │   │   ├── rfc1902.cpython-310.pyc
│   │   │   ├── rfc1905.cpython-310.pyc
│   │   │   ├── rfc2251.cpython-310.pyc
│   │   │   ├── rfc2314.cpython-310.pyc
│   │   │   ├── rfc2315.cpython-310.pyc
│   │   │   ├── rfc2437.cpython-310.pyc
│   │   │   ├── rfc2459.cpython-310.pyc
│   │   │   ├── rfc2511.cpython-310.pyc
│   │   │   ├── rfc2560.cpython-310.pyc
│   │   │   ├── rfc2631.cpython-310.pyc
│   │   │   ├── rfc2634.cpython-310.pyc
│   │   │   ├── rfc2876.cpython-310.pyc
│   │   │   ├── rfc2985.cpython-310.pyc
│   │   │   ├── rfc2986.cpython-310.pyc
│   │   │   ├── rfc3058.cpython-310.pyc
│   │   │   ├── rfc3114.cpython-310.pyc
│   │   │   ├── rfc3125.cpython-310.pyc
│   │   │   ├── rfc3161.cpython-310.pyc
│   │   │   ├── rfc3274.cpython-310.pyc
│   │   │   ├── rfc3279.cpython-310.pyc
│   │   │   ├── rfc3280.cpython-310.pyc
│   │   │   ├── rfc3281.cpython-310.pyc
│   │   │   ├── rfc3370.cpython-310.pyc
│   │   │   ├── rfc3412.cpython-310.pyc
│   │   │   ├── rfc3414.cpython-310.pyc
│   │   │   ├── rfc3447.cpython-310.pyc
│   │   │   ├── rfc3537.cpython-310.pyc
│   │   │   ├── rfc3560.cpython-310.pyc
│   │   │   ├── rfc3565.cpython-310.pyc
│   │   │   ├── rfc3657.cpython-310.pyc
│   │   │   ├── rfc3709.cpython-310.pyc
│   │   │   ├── rfc3739.cpython-310.pyc
│   │   │   ├── rfc3770.cpython-310.pyc
│   │   │   ├── rfc3779.cpython-310.pyc
│   │   │   ├── rfc3820.cpython-310.pyc
│   │   │   ├── rfc3852.cpython-310.pyc
│   │   │   ├── rfc4010.cpython-310.pyc
│   │   │   ├── rfc4043.cpython-310.pyc
│   │   │   ├── rfc4055.cpython-310.pyc
│   │   │   ├── rfc4073.cpython-310.pyc
│   │   │   ├── rfc4108.cpython-310.pyc
│   │   │   ├── rfc4210.cpython-310.pyc
│   │   │   ├── rfc4211.cpython-310.pyc
│   │   │   ├── rfc4334.cpython-310.pyc
│   │   │   ├── rfc4357.cpython-310.pyc
│   │   │   ├── rfc4387.cpython-310.pyc
│   │   │   ├── rfc4476.cpython-310.pyc
│   │   │   ├── rfc4490.cpython-310.pyc
│   │   │   ├── rfc4491.cpython-310.pyc
│   │   │   ├── rfc4683.cpython-310.pyc
│   │   │   ├── rfc4985.cpython-310.pyc
│   │   │   ├── rfc5035.cpython-310.pyc
│   │   │   ├── rfc5083.cpython-310.pyc
│   │   │   ├── rfc5084.cpython-310.pyc
│   │   │   ├── rfc5126.cpython-310.pyc
│   │   │   ├── rfc5208.cpython-310.pyc
│   │   │   ├── rfc5275.cpython-310.pyc
│   │   │   ├── rfc5280.cpython-310.pyc
│   │   │   ├── rfc5480.cpython-310.pyc
│   │   │   ├── rfc5636.cpython-310.pyc
│   │   │   ├── rfc5639.cpython-310.pyc
│   │   │   ├── rfc5649.cpython-310.pyc
│   │   │   ├── rfc5652.cpython-310.pyc
│   │   │   ├── rfc5697.cpython-310.pyc
│   │   │   ├── rfc5751.cpython-310.pyc
│   │   │   ├── rfc5752.cpython-310.pyc
│   │   │   ├── rfc5753.cpython-310.pyc
│   │   │   ├── rfc5755.cpython-310.pyc
│   │   │   ├── rfc5913.cpython-310.pyc
│   │   │   ├── rfc5914.cpython-310.pyc
│   │   │   ├── rfc5915.cpython-310.pyc
│   │   │   ├── rfc5916.cpython-310.pyc
│   │   │   ├── rfc5917.cpython-310.pyc
│   │   │   ├── rfc5924.cpython-310.pyc
│   │   │   ├── rfc5934.cpython-310.pyc
│   │   │   ├── rfc5940.cpython-310.pyc
│   │   │   ├── rfc5958.cpython-310.pyc
│   │   │   ├── rfc5990.cpython-310.pyc
│   │   │   ├── rfc6010.cpython-310.pyc
│   │   │   ├── rfc6019.cpython-310.pyc
│   │   │   ├── rfc6031.cpython-310.pyc
│   │   │   ├── rfc6032.cpython-310.pyc
│   │   │   ├── rfc6120.cpython-310.pyc
│   │   │   ├── rfc6170.cpython-310.pyc
│   │   │   ├── rfc6187.cpython-310.pyc
│   │   │   ├── rfc6210.cpython-310.pyc
│   │   │   ├── rfc6211.cpython-310.pyc
│   │   │   ├── rfc6402.cpython-310.pyc
│   │   │   ├── rfc6482.cpython-310.pyc
│   │   │   ├── rfc6486.cpython-310.pyc
│   │   │   ├── rfc6487.cpython-310.pyc
│   │   │   ├── rfc6664.cpython-310.pyc
│   │   │   ├── rfc6955.cpython-310.pyc
│   │   │   ├── rfc6960.cpython-310.pyc
│   │   │   ├── rfc7030.cpython-310.pyc
│   │   │   ├── rfc7191.cpython-310.pyc
│   │   │   ├── rfc7229.cpython-310.pyc
│   │   │   ├── rfc7292.cpython-310.pyc
│   │   │   ├── rfc7296.cpython-310.pyc
│   │   │   ├── rfc7508.cpython-310.pyc
│   │   │   ├── rfc7585.cpython-310.pyc
│   │   │   ├── rfc7633.cpython-310.pyc
│   │   │   ├── rfc7773.cpython-310.pyc
│   │   │   ├── rfc7894.cpython-310.pyc
│   │   │   ├── rfc7906.cpython-310.pyc
│   │   │   ├── rfc7914.cpython-310.pyc
│   │   │   ├── rfc8017.cpython-310.pyc
│   │   │   ├── rfc8018.cpython-310.pyc
│   │   │   ├── rfc8103.cpython-310.pyc
│   │   │   ├── rfc8209.cpython-310.pyc
│   │   │   ├── rfc8226.cpython-310.pyc
│   │   │   ├── rfc8358.cpython-310.pyc
│   │   │   ├── rfc8360.cpython-310.pyc
│   │   │   ├── rfc8398.cpython-310.pyc
│   │   │   ├── rfc8410.cpython-310.pyc
│   │   │   ├── rfc8418.cpython-310.pyc
│   │   │   ├── rfc8419.cpython-310.pyc
│   │   │   ├── rfc8479.cpython-310.pyc
│   │   │   ├── rfc8494.cpython-310.pyc
│   │   │   ├── rfc8520.cpython-310.pyc
│   │   │   ├── rfc8619.cpython-310.pyc
│   │   │   ├── rfc8649.cpython-310.pyc
│   │   │   ├── rfc8692.cpython-310.pyc
│   │   │   ├── rfc8696.cpython-310.pyc
│   │   │   ├── rfc8702.cpython-310.pyc
│   │   │   ├── rfc8708.cpython-310.pyc
│   │   │   └── rfc8769.cpython-310.pyc
│   │   ├── pem.py
│   │   ├── rfc1155.py
│   │   ├── rfc1157.py
│   │   ├── rfc1901.py
│   │   ├── rfc1902.py
│   │   ├── rfc1905.py
│   │   ├── rfc2251.py
│   │   ├── rfc2314.py
│   │   ├── rfc2315.py
│   │   ├── rfc2437.py
│   │   ├── rfc2459.py
│   │   ├── rfc2511.py
│   │   ├── rfc2560.py
│   │   ├── rfc2631.py
│   │   ├── rfc2634.py
│   │   ├── rfc2876.py
│   │   ├── rfc2985.py
│   │   ├── rfc2986.py
│   │   ├── rfc3058.py
│   │   ├── rfc3114.py
│   │   ├── rfc3125.py
│   │   ├── rfc3161.py
│   │   ├── rfc3274.py
│   │   ├── rfc3279.py
│   │   ├── rfc3280.py
│   │   ├── rfc3281.py
│   │   ├── rfc3370.py
│   │   ├── rfc3412.py
│   │   ├── rfc3414.py
│   │   ├── rfc3447.py
│   │   ├── rfc3537.py
│   │   ├── rfc3560.py
│   │   ├── rfc3565.py
│   │   ├── rfc3657.py
│   │   ├── rfc3709.py
│   │   ├── rfc3739.py
│   │   ├── rfc3770.py
│   │   ├── rfc3779.py
│   │   ├── rfc3820.py
│   │   ├── rfc3852.py
│   │   ├── rfc4010.py
│   │   ├── rfc4043.py
│   │   ├── rfc4055.py
│   │   ├── rfc4073.py
│   │   ├── rfc4108.py
│   │   ├── rfc4210.py
│   │   ├── rfc4211.py
│   │   ├── rfc4334.py
│   │   ├── rfc4357.py
│   │   ├── rfc4387.py
│   │   ├── rfc4476.py
│   │   ├── rfc4490.py
│   │   ├── rfc4491.py
│   │   ├── rfc4683.py
│   │   ├── rfc4985.py
│   │   ├── rfc5035.py
│   │   ├── rfc5083.py
│   │   ├── rfc5084.py
│   │   ├── rfc5126.py
│   │   ├── rfc5208.py
│   │   ├── rfc5275.py
│   │   ├── rfc5280.py
│   │   ├── rfc5480.py
│   │   ├── rfc5636.py
│   │   ├── rfc5639.py
│   │   ├── rfc5649.py
│   │   ├── rfc5652.py
│   │   ├── rfc5697.py
│   │   ├── rfc5751.py
│   │   ├── rfc5752.py
│   │   ├── rfc5753.py
│   │   ├── rfc5755.py
│   │   ├── rfc5913.py
│   │   ├── rfc5914.py
│   │   ├── rfc5915.py
│   │   ├── rfc5916.py
│   │   ├── rfc5917.py
│   │   ├── rfc5924.py
│   │   ├── rfc5934.py
│   │   ├── rfc5940.py
│   │   ├── rfc5958.py
│   │   ├── rfc5990.py
│   │   ├── rfc6010.py
│   │   ├── rfc6019.py
│   │   ├── rfc6031.py
│   │   ├── rfc6032.py
│   │   ├── rfc6120.py
│   │   ├── rfc6170.py
│   │   ├── rfc6187.py
│   │   ├── rfc6210.py
│   │   ├── rfc6211.py
│   │   ├── rfc6402.py
│   │   ├── rfc6482.py
│   │   ├── rfc6486.py
│   │   ├── rfc6487.py
│   │   ├── rfc6664.py
│   │   ├── rfc6955.py
│   │   ├── rfc6960.py
│   │   ├── rfc7030.py
│   │   ├── rfc7191.py
│   │   ├── rfc7229.py
│   │   ├── rfc7292.py
│   │   ├── rfc7296.py
│   │   ├── rfc7508.py
│   │   ├── rfc7585.py
│   │   ├── rfc7633.py
│   │   ├── rfc7773.py
│   │   ├── rfc7894.py
│   │   ├── rfc7906.py
│   │   ├── rfc7914.py
│   │   ├── rfc8017.py
│   │   ├── rfc8018.py
│   │   ├── rfc8103.py
│   │   ├── rfc8209.py
│   │   ├── rfc8226.py
│   │   ├── rfc8358.py
│   │   ├── rfc8360.py
│   │   ├── rfc8398.py
│   │   ├── rfc8410.py
│   │   ├── rfc8418.py
│   │   ├── rfc8419.py
│   │   ├── rfc8479.py
│   │   ├── rfc8494.py
│   │   ├── rfc8520.py
│   │   ├── rfc8619.py
│   │   ├── rfc8649.py
│   │   ├── rfc8692.py
│   │   ├── rfc8696.py
│   │   ├── rfc8702.py
│   │   ├── rfc8708.py
│   │   └── rfc8769.py
│   ├── pyasn1_modules-0.3.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── top_level.txt
│   │   └── zip-safe
│   ├── requests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── __version__.cpython-310.pyc
│   │   │   ├── _internal_utils.cpython-310.pyc
│   │   │   ├── adapters.cpython-310.pyc
│   │   │   ├── api.cpython-310.pyc
│   │   │   ├── auth.cpython-310.pyc
│   │   │   ├── certs.cpython-310.pyc
│   │   │   ├── compat.cpython-310.pyc
│   │   │   ├── cookies.cpython-310.pyc
│   │   │   ├── exceptions.cpython-310.pyc
│   │   │   ├── help.cpython-310.pyc
│   │   │   ├── hooks.cpython-310.pyc
│   │   │   ├── models.cpython-310.pyc
│   │   │   ├── packages.cpython-310.pyc
│   │   │   ├── sessions.cpython-310.pyc
│   │   │   ├── status_codes.cpython-310.pyc
│   │   │   ├── structures.cpython-310.pyc
│   │   │   └── utils.cpython-310.pyc
│   │   ├── __version__.py
│   │   ├── _internal_utils.py
│   │   ├── adapters.py
│   │   ├── api.py
│   │   ├── auth.py
│   │   ├── certs.py
│   │   ├── compat.py
│   │   ├── cookies.py
│   │   ├── exceptions.py
│   │   ├── help.py
│   │   ├── hooks.py
│   │   ├── models.py
│   │   ├── packages.py
│   │   ├── sessions.py
│   │   ├── status_codes.py
│   │   ├── structures.py
│   │   └── utils.py
│   ├── requests-2.30.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── requests_oauthlib
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── oauth1_auth.cpython-310.pyc
│   │   │   ├── oauth1_session.cpython-310.pyc
│   │   │   ├── oauth2_auth.cpython-310.pyc
│   │   │   └── oauth2_session.cpython-310.pyc
│   │   ├── compliance_fixes
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── douban.cpython-310.pyc
│   │   │   │   ├── ebay.cpython-310.pyc
│   │   │   │   ├── facebook.cpython-310.pyc
│   │   │   │   ├── fitbit.cpython-310.pyc
│   │   │   │   ├── instagram.cpython-310.pyc
│   │   │   │   ├── mailchimp.cpython-310.pyc
│   │   │   │   ├── plentymarkets.cpython-310.pyc
│   │   │   │   ├── slack.cpython-310.pyc
│   │   │   │   └── weibo.cpython-310.pyc
│   │   │   ├── douban.py
│   │   │   ├── ebay.py
│   │   │   ├── facebook.py
│   │   │   ├── fitbit.py
│   │   │   ├── instagram.py
│   │   │   ├── mailchimp.py
│   │   │   ├── plentymarkets.py
│   │   │   ├── slack.py
│   │   │   └── weibo.py
│   │   ├── oauth1_auth.py
│   │   ├── oauth1_session.py
│   │   ├── oauth2_auth.py
│   │   └── oauth2_session.py
│   ├── requests_oauthlib-1.3.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── rfc3339-6.2.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── rfc3339.py
│   ├── rsa
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── asn1.cpython-310.pyc
│   │   │   ├── cli.cpython-310.pyc
│   │   │   ├── common.cpython-310.pyc
│   │   │   ├── core.cpython-310.pyc
│   │   │   ├── key.cpython-310.pyc
│   │   │   ├── parallel.cpython-310.pyc
│   │   │   ├── pem.cpython-310.pyc
│   │   │   ├── pkcs1.cpython-310.pyc
│   │   │   ├── pkcs1_v2.cpython-310.pyc
│   │   │   ├── prime.cpython-310.pyc
│   │   │   ├── randnum.cpython-310.pyc
│   │   │   ├── transform.cpython-310.pyc
│   │   │   └── util.cpython-310.pyc
│   │   ├── asn1.py
│   │   ├── cli.py
│   │   ├── common.py
│   │   ├── core.py
│   │   ├── key.py
│   │   ├── parallel.py
│   │   ├── pem.py
│   │   ├── pkcs1.py
│   │   ├── pkcs1_v2.py
│   │   ├── prime.py
│   │   ├── py.typed
│   │   ├── randnum.py
│   │   ├── transform.py
│   │   └── util.py
│   ├── rsa-4.9.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── entry_points.txt
│   ├── six-1.16.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── six.py
│   ├── tensorboard
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── assets.cpython-310.pyc
│   │   │   ├── auth.cpython-310.pyc
│   │   │   ├── context.cpython-310.pyc
│   │   │   ├── data_compat.cpython-310.pyc
│   │   │   ├── dataclass_compat.cpython-310.pyc
│   │   │   ├── default.cpython-310.pyc
│   │   │   ├── errors.cpython-310.pyc
│   │   │   ├── lazy.cpython-310.pyc
│   │   │   ├── main.cpython-310.pyc
│   │   │   ├── main_lib.cpython-310.pyc
│   │   │   ├── manager.cpython-310.pyc
│   │   │   ├── notebook.cpython-310.pyc
│   │   │   ├── plugin_util.cpython-310.pyc
│   │   │   ├── program.cpython-310.pyc
│   │   │   └── version.cpython-310.pyc
│   │   ├── _vendor
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── bleach
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── callbacks.cpython-310.pyc
│   │   │   │   │   ├── encoding.cpython-310.pyc
│   │   │   │   │   ├── linkifier.cpython-310.pyc
│   │   │   │   │   ├── sanitizer.cpython-310.pyc
│   │   │   │   │   ├── utils.cpython-310.pyc
│   │   │   │   │   └── version.cpython-310.pyc
│   │   │   │   ├── callbacks.py
│   │   │   │   ├── encoding.py
│   │   │   │   ├── linkifier.py
│   │   │   │   ├── sanitizer.py
│   │   │   │   ├── utils.py
│   │   │   │   └── version.py
│   │   │   ├── html5lib
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── _ihatexml.cpython-310.pyc
│   │   │   │   │   ├── _inputstream.cpython-310.pyc
│   │   │   │   │   ├── _tokenizer.cpython-310.pyc
│   │   │   │   │   ├── _utils.cpython-310.pyc
│   │   │   │   │   ├── constants.cpython-310.pyc
│   │   │   │   │   ├── html5parser.cpython-310.pyc
│   │   │   │   │   └── serializer.cpython-310.pyc
│   │   │   │   ├── _ihatexml.py
│   │   │   │   ├── _inputstream.py
│   │   │   │   ├── _tokenizer.py
│   │   │   │   ├── _trie
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── _base.cpython-310.pyc
│   │   │   │   │   │   └── py.cpython-310.pyc
│   │   │   │   │   ├── _base.py
│   │   │   │   │   └── py.py
│   │   │   │   ├── _utils.py
│   │   │   │   ├── constants.py
│   │   │   │   ├── filters
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── alphabeticalattributes.cpython-310.pyc
│   │   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   │   ├── inject_meta_charset.cpython-310.pyc
│   │   │   │   │   │   ├── lint.cpython-310.pyc
│   │   │   │   │   │   ├── optionaltags.cpython-310.pyc
│   │   │   │   │   │   ├── sanitizer.cpython-310.pyc
│   │   │   │   │   │   └── whitespace.cpython-310.pyc
│   │   │   │   │   ├── alphabeticalattributes.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── inject_meta_charset.py
│   │   │   │   │   ├── lint.py
│   │   │   │   │   ├── optionaltags.py
│   │   │   │   │   ├── sanitizer.py
│   │   │   │   │   └── whitespace.py
│   │   │   │   ├── html5parser.py
│   │   │   │   ├── serializer.py
│   │   │   │   ├── treeadapters
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── genshi.cpython-310.pyc
│   │   │   │   │   │   └── sax.cpython-310.pyc
│   │   │   │   │   ├── genshi.py
│   │   │   │   │   └── sax.py
│   │   │   │   ├── treebuilders
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   │   ├── dom.cpython-310.pyc
│   │   │   │   │   │   ├── etree.cpython-310.pyc
│   │   │   │   │   │   └── etree_lxml.cpython-310.pyc
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── dom.py
│   │   │   │   │   ├── etree.py
│   │   │   │   │   └── etree_lxml.py
│   │   │   │   └── treewalkers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── base.cpython-310.pyc
│   │   │   │   │   ├── dom.cpython-310.pyc
│   │   │   │   │   ├── etree.cpython-310.pyc
│   │   │   │   │   ├── etree_lxml.cpython-310.pyc
│   │   │   │   │   └── genshi.cpython-310.pyc
│   │   │   │   ├── base.py
│   │   │   │   ├── dom.py
│   │   │   │   ├── etree.py
│   │   │   │   ├── etree_lxml.py
│   │   │   │   └── genshi.py
│   │   │   └── webencodings
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── labels.cpython-310.pyc
│   │   │   │   ├── mklabels.cpython-310.pyc
│   │   │   │   └── x_user_defined.cpython-310.pyc
│   │   │   ├── labels.py
│   │   │   ├── mklabels.py
│   │   │   └── x_user_defined.py
│   │   ├── assets.py
│   │   ├── auth.py
│   │   ├── backend
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── application.cpython-310.pyc
│   │   │   │   ├── client_feature_flags.cpython-310.pyc
│   │   │   │   ├── empty_path_redirect.cpython-310.pyc
│   │   │   │   ├── experiment_id.cpython-310.pyc
│   │   │   │   ├── experimental_plugin.cpython-310.pyc
│   │   │   │   ├── http_util.cpython-310.pyc
│   │   │   │   ├── json_util.cpython-310.pyc
│   │   │   │   ├── path_prefix.cpython-310.pyc
│   │   │   │   ├── process_graph.cpython-310.pyc
│   │   │   │   └── security_validator.cpython-310.pyc
│   │   │   ├── application.py
│   │   │   ├── client_feature_flags.py
│   │   │   ├── empty_path_redirect.py
│   │   │   ├── event_processing
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── data_ingester.cpython-310.pyc
│   │   │   │   │   ├── data_provider.cpython-310.pyc
│   │   │   │   │   ├── directory_loader.cpython-310.pyc
│   │   │   │   │   ├── directory_watcher.cpython-310.pyc
│   │   │   │   │   ├── event_accumulator.cpython-310.pyc
│   │   │   │   │   ├── event_file_inspector.cpython-310.pyc
│   │   │   │   │   ├── event_file_loader.cpython-310.pyc
│   │   │   │   │   ├── event_multiplexer.cpython-310.pyc
│   │   │   │   │   ├── io_wrapper.cpython-310.pyc
│   │   │   │   │   ├── plugin_asset_util.cpython-310.pyc
│   │   │   │   │   ├── plugin_event_accumulator.cpython-310.pyc
│   │   │   │   │   ├── plugin_event_multiplexer.cpython-310.pyc
│   │   │   │   │   ├── reservoir.cpython-310.pyc
│   │   │   │   │   └── tag_types.cpython-310.pyc
│   │   │   │   ├── data_ingester.py
│   │   │   │   ├── data_provider.py
│   │   │   │   ├── directory_loader.py
│   │   │   │   ├── directory_watcher.py
│   │   │   │   ├── event_accumulator.py
│   │   │   │   ├── event_file_inspector.py
│   │   │   │   ├── event_file_loader.py
│   │   │   │   ├── event_multiplexer.py
│   │   │   │   ├── io_wrapper.py
│   │   │   │   ├── plugin_asset_util.py
│   │   │   │   ├── plugin_event_accumulator.py
│   │   │   │   ├── plugin_event_multiplexer.py
│   │   │   │   ├── reservoir.py
│   │   │   │   └── tag_types.py
│   │   │   ├── experiment_id.py
│   │   │   ├── experimental_plugin.py
│   │   │   ├── http_util.py
│   │   │   ├── json_util.py
│   │   │   ├── path_prefix.py
│   │   │   ├── process_graph.py
│   │   │   └── security_validator.py
│   │   ├── compat
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── allocation_description_pb2.cpython-310.pyc
│   │   │   │   │   ├── api_def_pb2.cpython-310.pyc
│   │   │   │   │   ├── attr_value_pb2.cpython-310.pyc
│   │   │   │   │   ├── cluster_pb2.cpython-310.pyc
│   │   │   │   │   ├── config_pb2.cpython-310.pyc
│   │   │   │   │   ├── coordination_config_pb2.cpython-310.pyc
│   │   │   │   │   ├── cost_graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── cpp_shape_inference_pb2.cpython-310.pyc
│   │   │   │   │   ├── debug_pb2.cpython-310.pyc
│   │   │   │   │   ├── event_pb2.cpython-310.pyc
│   │   │   │   │   ├── full_type_pb2.cpython-310.pyc
│   │   │   │   │   ├── function_pb2.cpython-310.pyc
│   │   │   │   │   ├── graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── histogram_pb2.cpython-310.pyc
│   │   │   │   │   ├── meta_graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── node_def_pb2.cpython-310.pyc
│   │   │   │   │   ├── op_def_pb2.cpython-310.pyc
│   │   │   │   │   ├── resource_handle_pb2.cpython-310.pyc
│   │   │   │   │   ├── rewriter_config_pb2.cpython-310.pyc
│   │   │   │   │   ├── rpc_options_pb2.cpython-310.pyc
│   │   │   │   │   ├── saved_object_graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── saver_pb2.cpython-310.pyc
│   │   │   │   │   ├── step_stats_pb2.cpython-310.pyc
│   │   │   │   │   ├── struct_pb2.cpython-310.pyc
│   │   │   │   │   ├── summary_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_description_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_shape_pb2.cpython-310.pyc
│   │   │   │   │   ├── tfprof_log_pb2.cpython-310.pyc
│   │   │   │   │   ├── trackable_object_graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── types_pb2.cpython-310.pyc
│   │   │   │   │   ├── variable_pb2.cpython-310.pyc
│   │   │   │   │   ├── verifier_config_pb2.cpython-310.pyc
│   │   │   │   │   └── versions_pb2.cpython-310.pyc
│   │   │   │   ├── allocation_description_pb2.py
│   │   │   │   ├── api_def_pb2.py
│   │   │   │   ├── attr_value_pb2.py
│   │   │   │   ├── cluster_pb2.py
│   │   │   │   ├── config_pb2.py
│   │   │   │   ├── coordination_config_pb2.py
│   │   │   │   ├── cost_graph_pb2.py
│   │   │   │   ├── cpp_shape_inference_pb2.py
│   │   │   │   ├── debug_pb2.py
│   │   │   │   ├── event_pb2.py
│   │   │   │   ├── full_type_pb2.py
│   │   │   │   ├── function_pb2.py
│   │   │   │   ├── graph_pb2.py
│   │   │   │   ├── histogram_pb2.py
│   │   │   │   ├── meta_graph_pb2.py
│   │   │   │   ├── node_def_pb2.py
│   │   │   │   ├── op_def_pb2.py
│   │   │   │   ├── resource_handle_pb2.py
│   │   │   │   ├── rewriter_config_pb2.py
│   │   │   │   ├── rpc_options_pb2.py
│   │   │   │   ├── saved_object_graph_pb2.py
│   │   │   │   ├── saver_pb2.py
│   │   │   │   ├── step_stats_pb2.py
│   │   │   │   ├── struct_pb2.py
│   │   │   │   ├── summary_pb2.py
│   │   │   │   ├── tensor_description_pb2.py
│   │   │   │   ├── tensor_pb2.py
│   │   │   │   ├── tensor_shape_pb2.py
│   │   │   │   ├── tfprof_log_pb2.py
│   │   │   │   ├── trackable_object_graph_pb2.py
│   │   │   │   ├── types_pb2.py
│   │   │   │   ├── variable_pb2.py
│   │   │   │   ├── verifier_config_pb2.py
│   │   │   │   └── versions_pb2.py
│   │   │   └── tensorflow_stub
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── app.cpython-310.pyc
│   │   │   │   ├── dtypes.cpython-310.pyc
│   │   │   │   ├── error_codes.cpython-310.pyc
│   │   │   │   ├── errors.cpython-310.pyc
│   │   │   │   ├── flags.cpython-310.pyc
│   │   │   │   ├── pywrap_tensorflow.cpython-310.pyc
│   │   │   │   └── tensor_shape.cpython-310.pyc
│   │   │   ├── app.py
│   │   │   ├── compat
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── v1
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── dtypes.py
│   │   │   ├── error_codes.py
│   │   │   ├── errors.py
│   │   │   ├── flags.py
│   │   │   ├── io
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── gfile.cpython-310.pyc
│   │   │   │   └── gfile.py
│   │   │   ├── pywrap_tensorflow.py
│   │   │   └── tensor_shape.py
│   │   ├── context.py
│   │   ├── data
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── grpc_provider.cpython-310.pyc
│   │   │   │   ├── ingester.cpython-310.pyc
│   │   │   │   ├── provider.cpython-310.pyc
│   │   │   │   └── server_ingester.cpython-310.pyc
│   │   │   ├── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── base_experiment.cpython-310.pyc
│   │   │   │   │   ├── experiment_from_dev.cpython-310.pyc
│   │   │   │   │   └── utils.cpython-310.pyc
│   │   │   │   ├── base_experiment.py
│   │   │   │   ├── experiment_from_dev.py
│   │   │   │   └── utils.py
│   │   │   ├── grpc_provider.py
│   │   │   ├── ingester.py
│   │   │   ├── proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── data_provider_pb2.cpython-310.pyc
│   │   │   │   │   └── data_provider_pb2_grpc.cpython-310.pyc
│   │   │   │   ├── data_provider_pb2.py
│   │   │   │   └── data_provider_pb2_grpc.py
│   │   │   ├── provider.py
│   │   │   └── server_ingester.py
│   │   ├── data_compat.py
│   │   ├── dataclass_compat.py
│   │   ├── default.py
│   │   ├── errors.py
│   │   ├── lazy.py
│   │   ├── main.py
│   │   ├── main_lib.py
│   │   ├── manager.py
│   │   ├── notebook.py
│   │   ├── plugin_util.py
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── base_plugin.cpython-310.pyc
│   │   │   ├── audio
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── audio_plugin.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── plugin_data_pb2.cpython-310.pyc
│   │   │   │   │   ├── summary.cpython-310.pyc
│   │   │   │   │   └── summary_v2.cpython-310.pyc
│   │   │   │   ├── audio_plugin.py
│   │   │   │   ├── metadata.py
│   │   │   │   ├── plugin_data_pb2.py
│   │   │   │   ├── summary.py
│   │   │   │   └── summary_v2.py
│   │   │   ├── base_plugin.py
│   │   │   ├── core
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── core_plugin.cpython-310.pyc
│   │   │   │   └── core_plugin.py
│   │   │   ├── custom_scalar
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── custom_scalars_plugin.cpython-310.pyc
│   │   │   │   │   ├── layout_pb2.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   └── summary.cpython-310.pyc
│   │   │   │   ├── custom_scalars_plugin.py
│   │   │   │   ├── layout_pb2.py
│   │   │   │   ├── metadata.py
│   │   │   │   └── summary.py
│   │   │   ├── debugger_v2
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── debug_data_multiplexer.cpython-310.pyc
│   │   │   │   │   ├── debug_data_provider.cpython-310.pyc
│   │   │   │   │   └── debugger_v2_plugin.cpython-310.pyc
│   │   │   │   ├── debug_data_multiplexer.py
│   │   │   │   ├── debug_data_provider.py
│   │   │   │   └── debugger_v2_plugin.py
│   │   │   ├── distribution
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── compressor.cpython-310.pyc
│   │   │   │   │   ├── distributions_plugin.cpython-310.pyc
│   │   │   │   │   └── metadata.cpython-310.pyc
│   │   │   │   ├── compressor.py
│   │   │   │   ├── distributions_plugin.py
│   │   │   │   └── metadata.py
│   │   │   ├── graph
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── graph_util.cpython-310.pyc
│   │   │   │   │   ├── graphs_plugin.cpython-310.pyc
│   │   │   │   │   ├── keras_util.cpython-310.pyc
│   │   │   │   │   └── metadata.cpython-310.pyc
│   │   │   │   ├── graph_util.py
│   │   │   │   ├── graphs_plugin.py
│   │   │   │   ├── keras_util.py
│   │   │   │   └── metadata.py
│   │   │   ├── histogram
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── histograms_plugin.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── plugin_data_pb2.cpython-310.pyc
│   │   │   │   │   ├── summary.cpython-310.pyc
│   │   │   │   │   └── summary_v2.cpython-310.pyc
│   │   │   │   ├── histograms_plugin.py
│   │   │   │   ├── metadata.py
│   │   │   │   ├── plugin_data_pb2.py
│   │   │   │   ├── summary.py
│   │   │   │   └── summary_v2.py
│   │   │   ├── hparams
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── _keras.cpython-310.pyc
│   │   │   │   │   ├── api.cpython-310.pyc
│   │   │   │   │   ├── api_pb2.cpython-310.pyc
│   │   │   │   │   ├── backend_context.cpython-310.pyc
│   │   │   │   │   ├── download_data.cpython-310.pyc
│   │   │   │   │   ├── error.cpython-310.pyc
│   │   │   │   │   ├── get_experiment.cpython-310.pyc
│   │   │   │   │   ├── hparams_plugin.cpython-310.pyc
│   │   │   │   │   ├── hparams_util_pb2.cpython-310.pyc
│   │   │   │   │   ├── list_metric_evals.cpython-310.pyc
│   │   │   │   │   ├── list_session_groups.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── metrics.cpython-310.pyc
│   │   │   │   │   ├── plugin_data_pb2.cpython-310.pyc
│   │   │   │   │   ├── summary.cpython-310.pyc
│   │   │   │   │   └── summary_v2.cpython-310.pyc
│   │   │   │   ├── _keras.py
│   │   │   │   ├── api.py
│   │   │   │   ├── api_pb2.py
│   │   │   │   ├── backend_context.py
│   │   │   │   ├── download_data.py
│   │   │   │   ├── error.py
│   │   │   │   ├── get_experiment.py
│   │   │   │   ├── hparams_plugin.py
│   │   │   │   ├── hparams_util_pb2.py
│   │   │   │   ├── list_metric_evals.py
│   │   │   │   ├── list_session_groups.py
│   │   │   │   ├── metadata.py
│   │   │   │   ├── metrics.py
│   │   │   │   ├── plugin_data_pb2.py
│   │   │   │   ├── summary.py
│   │   │   │   └── summary_v2.py
│   │   │   ├── image
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── images_plugin.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── plugin_data_pb2.cpython-310.pyc
│   │   │   │   │   ├── summary.cpython-310.pyc
│   │   │   │   │   └── summary_v2.cpython-310.pyc
│   │   │   │   ├── images_plugin.py
│   │   │   │   ├── metadata.py
│   │   │   │   ├── plugin_data_pb2.py
│   │   │   │   ├── summary.py
│   │   │   │   └── summary_v2.py
│   │   │   ├── mesh
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── mesh_plugin.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── plugin_data_pb2.cpython-310.pyc
│   │   │   │   │   ├── summary.cpython-310.pyc
│   │   │   │   │   └── summary_v2.cpython-310.pyc
│   │   │   │   ├── mesh_plugin.py
│   │   │   │   ├── metadata.py
│   │   │   │   ├── plugin_data_pb2.py
│   │   │   │   ├── summary.py
│   │   │   │   └── summary_v2.py
│   │   │   ├── metrics
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   └── metrics_plugin.cpython-310.pyc
│   │   │   │   ├── metadata.py
│   │   │   │   └── metrics_plugin.py
│   │   │   ├── npmi
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── npmi_plugin.cpython-310.pyc
│   │   │   │   │   └── plugin_data_pb2.cpython-310.pyc
│   │   │   │   ├── metadata.py
│   │   │   │   ├── npmi_plugin.py
│   │   │   │   └── plugin_data_pb2.py
│   │   │   ├── pr_curve
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── plugin_data_pb2.cpython-310.pyc
│   │   │   │   │   ├── pr_curves_plugin.cpython-310.pyc
│   │   │   │   │   └── summary.cpython-310.pyc
│   │   │   │   ├── metadata.py
│   │   │   │   ├── plugin_data_pb2.py
│   │   │   │   ├── pr_curves_plugin.py
│   │   │   │   └── summary.py
│   │   │   ├── profile_redirect
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── profile_redirect_plugin.cpython-310.pyc
│   │   │   │   └── profile_redirect_plugin.py
│   │   │   ├── projector
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── projector_config_pb2.cpython-310.pyc
│   │   │   │   │   └── projector_plugin.cpython-310.pyc
│   │   │   │   ├── metadata.py
│   │   │   │   ├── projector_config_pb2.py
│   │   │   │   ├── projector_plugin.py
│   │   │   │   └── tf_projector_plugin
│   │   │   │   ├── index.js
│   │   │   │   ├── projector_binary.html
│   │   │   │   └── projector_binary.js
│   │   │   ├── scalar
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── plugin_data_pb2.cpython-310.pyc
│   │   │   │   │   ├── scalars_plugin.cpython-310.pyc
│   │   │   │   │   ├── summary.cpython-310.pyc
│   │   │   │   │   └── summary_v2.cpython-310.pyc
│   │   │   │   ├── metadata.py
│   │   │   │   ├── plugin_data_pb2.py
│   │   │   │   ├── scalars_plugin.py
│   │   │   │   ├── summary.py
│   │   │   │   └── summary_v2.py
│   │   │   ├── text
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── metadata.cpython-310.pyc
│   │   │   │   │   ├── plugin_data_pb2.cpython-310.pyc
│   │   │   │   │   ├── summary.cpython-310.pyc
│   │   │   │   │   ├── summary_v2.cpython-310.pyc
│   │   │   │   │   └── text_plugin.cpython-310.pyc
│   │   │   │   ├── metadata.py
│   │   │   │   ├── plugin_data_pb2.py
│   │   │   │   ├── summary.py
│   │   │   │   ├── summary_v2.py
│   │   │   │   └── text_plugin.py
│   │   │   └── text_v2
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── text_v2_plugin.cpython-310.pyc
│   │   │   └── text_v2_plugin.py
│   │   ├── program.py
│   │   ├── summary
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── _output.cpython-310.pyc
│   │   │   │   ├── _writer.cpython-310.pyc
│   │   │   │   ├── v1.cpython-310.pyc
│   │   │   │   └── v2.cpython-310.pyc
│   │   │   ├── _output.py
│   │   │   ├── _tf
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── summary
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── _writer.py
│   │   │   ├── v1.py
│   │   │   ├── v2.py
│   │   │   └── writer
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── event_file_writer.cpython-310.pyc
│   │   │   │   └── record_writer.cpython-310.pyc
│   │   │   ├── event_file_writer.py
│   │   │   └── record_writer.py
│   │   ├── uploader
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── auth.cpython-310.pyc
│   │   │   │   ├── dry_run_stubs.cpython-310.pyc
│   │   │   │   ├── exporter.cpython-310.pyc
│   │   │   │   ├── flags_parser.cpython-310.pyc
│   │   │   │   ├── formatters.cpython-310.pyc
│   │   │   │   ├── logdir_loader.cpython-310.pyc
│   │   │   │   ├── server_info.cpython-310.pyc
│   │   │   │   ├── upload_tracker.cpython-310.pyc
│   │   │   │   ├── uploader.cpython-310.pyc
│   │   │   │   ├── uploader_subcommand.cpython-310.pyc
│   │   │   │   └── util.cpython-310.pyc
│   │   │   ├── auth.py
│   │   │   ├── dry_run_stubs.py
│   │   │   ├── exporter.py
│   │   │   ├── flags_parser.py
│   │   │   ├── formatters.py
│   │   │   ├── logdir_loader.py
│   │   │   ├── proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── blob_pb2.cpython-310.pyc
│   │   │   │   │   ├── blob_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── experiment_pb2.cpython-310.pyc
│   │   │   │   │   ├── experiment_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── export_service_pb2.cpython-310.pyc
│   │   │   │   │   ├── export_service_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── scalar_pb2.cpython-310.pyc
│   │   │   │   │   ├── scalar_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── server_info_pb2.cpython-310.pyc
│   │   │   │   │   ├── server_info_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── tensor_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── write_service_pb2.cpython-310.pyc
│   │   │   │   │   └── write_service_pb2_grpc.cpython-310.pyc
│   │   │   │   ├── blob_pb2.py
│   │   │   │   ├── blob_pb2_grpc.py
│   │   │   │   ├── experiment_pb2.py
│   │   │   │   ├── experiment_pb2_grpc.py
│   │   │   │   ├── export_service_pb2.py
│   │   │   │   ├── export_service_pb2_grpc.py
│   │   │   │   ├── scalar_pb2.py
│   │   │   │   ├── scalar_pb2_grpc.py
│   │   │   │   ├── server_info_pb2.py
│   │   │   │   ├── server_info_pb2_grpc.py
│   │   │   │   ├── tensor_pb2.py
│   │   │   │   ├── tensor_pb2_grpc.py
│   │   │   │   ├── write_service_pb2.py
│   │   │   │   └── write_service_pb2_grpc.py
│   │   │   ├── server_info.py
│   │   │   ├── upload_tracker.py
│   │   │   ├── uploader.py
│   │   │   ├── uploader_subcommand.py
│   │   │   └── util.py
│   │   ├── util
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── encoder.cpython-310.pyc
│   │   │   │   ├── grpc_util.cpython-310.pyc
│   │   │   │   ├── io_util.cpython-310.pyc
│   │   │   │   ├── lazy_tensor_creator.cpython-310.pyc
│   │   │   │   ├── op_evaluator.cpython-310.pyc
│   │   │   │   ├── platform_util.cpython-310.pyc
│   │   │   │   ├── tb_logging.cpython-310.pyc
│   │   │   │   ├── tensor_util.cpython-310.pyc
│   │   │   │   └── timing.cpython-310.pyc
│   │   │   ├── encoder.py
│   │   │   ├── grpc_util.py
│   │   │   ├── io_util.py
│   │   │   ├── lazy_tensor_creator.py
│   │   │   ├── op_evaluator.py
│   │   │   ├── platform_util.py
│   │   │   ├── tb_logging.py
│   │   │   ├── tensor_util.py
│   │   │   └── timing.py
│   │   ├── version.py
│   │   └── webfiles.zip
│   ├── tensorboard-2.11.2.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   └── top_level.txt
│   ├── tensorboard_data_server
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-310.pyc
│   ├── tensorboard_data_server-0.6.1.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   └── top_level.txt
│   ├── tensorboard_plugin_wit
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-310.pyc
│   │   │   ├── wit_plugin.cpython-310.pyc
│   │   │   └── wit_plugin_loader.cpython-310.pyc
│   │   ├── _utils
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── common_utils.cpython-310.pyc
│   │   │   │   ├── inference_utils.cpython-310.pyc
│   │   │   │   └── platform_utils.cpython-310.pyc
│   │   │   ├── common_utils.py
│   │   │   ├── inference_utils.py
│   │   │   └── platform_utils.py
│   │   ├── _vendor
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── tensorflow_serving
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── apis
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── classification_pb2.cpython-310.pyc
│   │   │   │   │   ├── get_model_metadata_pb2.cpython-310.pyc
│   │   │   │   │   ├── get_model_status_pb2.cpython-310.pyc
│   │   │   │   │   ├── inference_pb2.cpython-310.pyc
│   │   │   │   │   ├── input_pb2.cpython-310.pyc
│   │   │   │   │   ├── model_management_pb2.cpython-310.pyc
│   │   │   │   │   ├── model_pb2.cpython-310.pyc
│   │   │   │   │   ├── model_service_pb2.cpython-310.pyc
│   │   │   │   │   ├── model_service_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── predict_pb2.cpython-310.pyc
│   │   │   │   │   ├── prediction_log_pb2.cpython-310.pyc
│   │   │   │   │   ├── prediction_service_pb2.cpython-310.pyc
│   │   │   │   │   ├── prediction_service_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── regression_pb2.cpython-310.pyc
│   │   │   │   │   └── session_service_pb2.cpython-310.pyc
│   │   │   │   ├── classification_pb2.py
│   │   │   │   ├── get_model_metadata_pb2.py
│   │   │   │   ├── get_model_status_pb2.py
│   │   │   │   ├── inference_pb2.py
│   │   │   │   ├── input_pb2.py
│   │   │   │   ├── model_management_pb2.py
│   │   │   │   ├── model_pb2.py
│   │   │   │   ├── model_service_pb2.py
│   │   │   │   ├── model_service_pb2_grpc.py
│   │   │   │   ├── predict_pb2.py
│   │   │   │   ├── prediction_log_pb2.py
│   │   │   │   ├── prediction_service_pb2.py
│   │   │   │   ├── prediction_service_pb2_grpc.py
│   │   │   │   ├── regression_pb2.py
│   │   │   │   └── session_service_pb2.py
│   │   │   ├── config
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── log_collector_config_pb2.cpython-310.pyc
│   │   │   │   │   ├── logging_config_pb2.cpython-310.pyc
│   │   │   │   │   └── model_server_config_pb2.cpython-310.pyc
│   │   │   │   ├── log_collector_config_pb2.py
│   │   │   │   ├── logging_config_pb2.py
│   │   │   │   └── model_server_config_pb2.py
│   │   │   ├── sources
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── storage_path
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── file_system_storage_path_source_pb2.cpython-310.pyc
│   │   │   │   └── file_system_storage_path_source_pb2.py
│   │   │   └── util
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── status_pb2.cpython-310.pyc
│   │   │   └── status_pb2.py
│   │   ├── static
│   │   │   ├── index.js
│   │   │   ├── wit_tb_bin.html
│   │   │   └── wit_tb_bin.js
│   │   ├── wit_plugin.py
│   │   └── wit_plugin_loader.py
│   ├── tensorboard_plugin_wit-1.8.1.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── WHEEL
│   │   ├── entry_points.txt
│   │   └── top_level.txt
│   ├── tensorflow
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   ├── _api
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── v2
│   │   │   ├── __init__.py
│   │   │   ├── __internal__
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── autograph
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── decorator
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── dispatch
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── distribute
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── combinations
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── interim
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── multi_process_runner
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── eager_context
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── feature_column
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── function
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── graph_util
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mixed_precision
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── monitoring
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── nest
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── ops
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── saved_model
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── load
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── smart_cond
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── test
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── combinations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── tf2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── tracking
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── train
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── types
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── __operators__
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── v2.cpython-310.pyc
│   │   │   ├── audio
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── autodiff
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── autograph
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── bitwise
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── compat
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── v1
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── app
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── audio
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── autograph
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── bitwise
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── compat
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── v1
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   │   └── compat
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── v2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── compat
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── config
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── experimental
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── optimizer
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── threading
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── data
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── service
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── debugging
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── distribute
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── cluster_resolver
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── distributions
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── dtypes
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── errors
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── feature_column
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── gfile
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── graph_util
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── image
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── initializers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── io
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── gfile
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── layers
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── linalg
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── lite
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── constants
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── authoring
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── microfrontend
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── python
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── ops
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── logging
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── lookup
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── losses
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── manip
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── math
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── special
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── metrics
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mixed_precision
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mlir
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── nest
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── nn
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── experimental
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── rnn_cell
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── profiler
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── python_io
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── quantization
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── queue
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── ragged
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── random
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── raw_ops
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── resource_loader
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── saved_model
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── builder
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── constants
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── experimental
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── loader
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── main_op
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── signature_constants
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── signature_def_utils
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── tag_constants
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── utils
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── sets
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── signal
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── sparse
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── spectral
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── strings
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── summary
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── sysconfig
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── test
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── tpu
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── embedding
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── train
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── experimental
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── queue_runner
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── types
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── user_ops
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── version
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── xla
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── v2
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __internal__
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── autograph
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── decorator
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── dispatch
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── distribute
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── combinations
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── interim
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── multi_process_runner
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── eager_context
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── feature_column
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── function
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── graph_util
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── mixed_precision
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── monitoring
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── nest
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── ops
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── saved_model
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── load
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── smart_cond
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── test
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── combinations
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── tf2
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── tracking
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── train
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── types
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── __operators__
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── audio
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── autodiff
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── autograph
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── bitwise
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── compat
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── v1
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── compat
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── v2
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── compat
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── config
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── experimental
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── optimizer
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── threading
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── data
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── service
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── debugging
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── distribute
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── cluster_resolver
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── coordinator
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── coordinator
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── partitioners
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── rpc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── dtypes
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── errors
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── dlpack
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── dtensor
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── numpy
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   │   └── random
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── tensorrt
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── feature_column
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── graph_util
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── image
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── io
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── gfile
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── linalg
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── lite
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── authoring
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── microfrontend
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── python
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── ops
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── lookup
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── math
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── special
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── mlir
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── nest
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── nn
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── profiler
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   ├── client
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── server
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── quantization
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── queue
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── ragged
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── random
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── raw_ops
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── saved_model
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── sets
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── signal
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── sparse
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── strings
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── summary
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── sysconfig
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── test
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── tpu
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── embedding
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── train
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── types
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── distributed
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── version
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── xla
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── config
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── experimental
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── optimizer
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── threading
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── data
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── service
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── debugging
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── distribute
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── cluster_resolver
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── coordinator
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── coordinator
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── partitioners
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── rpc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── dtypes
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── errors
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── dlpack
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── dtensor
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── numpy
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   │   └── random
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── tensorrt
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── feature_column
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── graph_util
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── image
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── io
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── gfile
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── linalg
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── lite
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── authoring
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── microfrontend
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── python
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── ops
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── lookup
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── math
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── special
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── mlir
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── nest
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── nn
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── profiler
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── client
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── server
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── quantization
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── queue
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── ragged
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── random
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── raw_ops
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── saved_model
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── sets
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── signal
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── sparse
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── strings
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── summary
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── sysconfig
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── test
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── tpu
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── embedding
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── train
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── types
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── experimental
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── distributed
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── v2.py
│   │   │   ├── version
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── xla
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── experimental
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-310.pyc
│   │   ├── compiler
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── jit
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── ops
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── xla_ops.cpython-310.pyc
│   │   │   │   │   └── xla_ops_grad.cpython-310.pyc
│   │   │   │   ├── xla_ops.py
│   │   │   │   └── xla_ops_grad.py
│   │   │   ├── mlir
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── tensorflow
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── gen_mlir_passthrough_op.cpython-310.pyc
│   │   │   │   └── gen_mlir_passthrough_op.py
│   │   │   ├── tf2tensorrt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── _pywrap_py_utils.so
│   │   │   │   ├── ops
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   └── gen_trt_ops.cpython-310.pyc
│   │   │   │   │   └── gen_trt_ops.py
│   │   │   │   └── utils
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── trt_engine_instance_pb2.cpython-310.pyc
│   │   │   │   └── trt_engine_instance_pb2.py
│   │   │   ├── tf2xla
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── tf2xla_pb2.cpython-310.pyc
│   │   │   │   ├── ops
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   └── gen_xla_ops.cpython-310.pyc
│   │   │   │   │   ├── _xla_ops.so
│   │   │   │   │   └── gen_xla_ops.py
│   │   │   │   ├── python
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   └── xla.cpython-310.pyc
│   │   │   │   │   └── xla.py
│   │   │   │   └── tf2xla_pb2.py
│   │   │   └── xla
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   └── xla_data_pb2.cpython-310.pyc
│   │   │   ├── python_api
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── types.cpython-310.pyc
│   │   │   │   │   └── xla_shape.cpython-310.pyc
│   │   │   │   ├── types.py
│   │   │   │   └── xla_shape.py
│   │   │   ├── service
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── hlo_pb2.cpython-310.pyc
│   │   │   │   └── hlo_pb2.py
│   │   │   └── xla_data_pb2.py
│   │   ├── core
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── config
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── flags.cpython-310.pyc
│   │   │   │   └── flags.py
│   │   │   ├── debug
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── debug_service_pb2.cpython-310.pyc
│   │   │   │   │   ├── debug_service_pb2_grpc.cpython-310.pyc
│   │   │   │   │   └── debugger_event_metadata_pb2.cpython-310.pyc
│   │   │   │   ├── debug_service_pb2.py
│   │   │   │   ├── debug_service_pb2_grpc.py
│   │   │   │   └── debugger_event_metadata_pb2.py
│   │   │   ├── distributed_runtime
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── preemption
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── gen_check_preemption_op.cpython-310.pyc
│   │   │   │   └── gen_check_preemption_op.py
│   │   │   ├── example
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── example_parser_configuration_pb2.cpython-310.pyc
│   │   │   │   │   ├── example_pb2.cpython-310.pyc
│   │   │   │   │   └── feature_pb2.cpython-310.pyc
│   │   │   │   ├── example_parser_configuration_pb2.py
│   │   │   │   ├── example_pb2.py
│   │   │   │   └── feature_pb2.py
│   │   │   ├── framework
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── allocation_description_pb2.cpython-310.pyc
│   │   │   │   │   ├── api_def_pb2.cpython-310.pyc
│   │   │   │   │   ├── attr_value_pb2.cpython-310.pyc
│   │   │   │   │   ├── cost_graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── dataset_metadata_pb2.cpython-310.pyc
│   │   │   │   │   ├── dataset_options_pb2.cpython-310.pyc
│   │   │   │   │   ├── device_attributes_pb2.cpython-310.pyc
│   │   │   │   │   ├── full_type_pb2.cpython-310.pyc
│   │   │   │   │   ├── function_pb2.cpython-310.pyc
│   │   │   │   │   ├── graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── graph_transfer_info_pb2.cpython-310.pyc
│   │   │   │   │   ├── kernel_def_pb2.cpython-310.pyc
│   │   │   │   │   ├── log_memory_pb2.cpython-310.pyc
│   │   │   │   │   ├── model_pb2.cpython-310.pyc
│   │   │   │   │   ├── node_def_pb2.cpython-310.pyc
│   │   │   │   │   ├── op_def_pb2.cpython-310.pyc
│   │   │   │   │   ├── reader_base_pb2.cpython-310.pyc
│   │   │   │   │   ├── resource_handle_pb2.cpython-310.pyc
│   │   │   │   │   ├── step_stats_pb2.cpython-310.pyc
│   │   │   │   │   ├── summary_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_description_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_shape_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_slice_pb2.cpython-310.pyc
│   │   │   │   │   ├── types_pb2.cpython-310.pyc
│   │   │   │   │   ├── variable_pb2.cpython-310.pyc
│   │   │   │   │   └── versions_pb2.cpython-310.pyc
│   │   │   │   ├── allocation_description_pb2.py
│   │   │   │   ├── api_def_pb2.py
│   │   │   │   ├── attr_value_pb2.py
│   │   │   │   ├── cost_graph_pb2.py
│   │   │   │   ├── dataset_metadata_pb2.py
│   │   │   │   ├── dataset_options_pb2.py
│   │   │   │   ├── device_attributes_pb2.py
│   │   │   │   ├── full_type_pb2.py
│   │   │   │   ├── function_pb2.py
│   │   │   │   ├── graph_pb2.py
│   │   │   │   ├── graph_transfer_info_pb2.py
│   │   │   │   ├── kernel_def_pb2.py
│   │   │   │   ├── log_memory_pb2.py
│   │   │   │   ├── model_pb2.py
│   │   │   │   ├── node_def_pb2.py
│   │   │   │   ├── op_def_pb2.py
│   │   │   │   ├── reader_base_pb2.py
│   │   │   │   ├── resource_handle_pb2.py
│   │   │   │   ├── step_stats_pb2.py
│   │   │   │   ├── summary_pb2.py
│   │   │   │   ├── tensor_description_pb2.py
│   │   │   │   ├── tensor_pb2.py
│   │   │   │   ├── tensor_shape_pb2.py
│   │   │   │   ├── tensor_slice_pb2.py
│   │   │   │   ├── types_pb2.py
│   │   │   │   ├── variable_pb2.py
│   │   │   │   └── versions_pb2.py
│   │   │   ├── function
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   ├── polymorphism
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── function_cache.cpython-310.pyc
│   │   │   │   │   │   ├── function_type.cpython-310.pyc
│   │   │   │   │   │   └── type_dispatch.cpython-310.pyc
│   │   │   │   │   ├── function_cache.py
│   │   │   │   │   ├── function_type.py
│   │   │   │   │   └── type_dispatch.py
│   │   │   │   └── trace_type
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── default_types.cpython-310.pyc
│   │   │   │   │   ├── default_types_pb2.cpython-310.pyc
│   │   │   │   │   ├── serialization.cpython-310.pyc
│   │   │   │   │   ├── serialization_pb2.cpython-310.pyc
│   │   │   │   │   ├── serialization_test_pb2.cpython-310.pyc
│   │   │   │   │   ├── trace_type_builder.cpython-310.pyc
│   │   │   │   │   └── util.cpython-310.pyc
│   │   │   │   ├── default_types.py
│   │   │   │   ├── default_types_pb2.py
│   │   │   │   ├── serialization.py
│   │   │   │   ├── serialization_pb2.py
│   │   │   │   ├── serialization_test_pb2.py
│   │   │   │   ├── trace_type_builder.py
│   │   │   │   └── util.py
│   │   │   ├── grappler
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── costs
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── op_performance_data_pb2.cpython-310.pyc
│   │   │   │   └── op_performance_data_pb2.py
│   │   │   ├── kernels
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── libtfkernel_sobol_op.so
│   │   │   ├── lib
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-310.pyc
│   │   │   │   └── core
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── error_codes_pb2.cpython-310.pyc
│   │   │   │   └── error_codes_pb2.py
│   │   │   ├── profiler
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── profile_pb2.cpython-310.pyc
│   │   │   │   │   ├── profiler_analysis_pb2.cpython-310.pyc
│   │   │   │   │   ├── profiler_analysis_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── profiler_options_pb2.cpython-310.pyc
│   │   │   │   │   ├── profiler_service_monitor_result_pb2.cpython-310.pyc
│   │   │   │   │   ├── profiler_service_pb2.cpython-310.pyc
│   │   │   │   │   ├── profiler_service_pb2_grpc.cpython-310.pyc
│   │   │   │   │   ├── tfprof_log_pb2.cpython-310.pyc
│   │   │   │   │   ├── tfprof_options_pb2.cpython-310.pyc
│   │   │   │   │   └── tfprof_output_pb2.cpython-310.pyc
│   │   │   │   ├── profile_pb2.py
│   │   │   │   ├── profiler_analysis_pb2.py
│   │   │   │   ├── profiler_analysis_pb2_grpc.py
│   │   │   │   ├── profiler_options_pb2.py
│   │   │   │   ├── profiler_service_monitor_result_pb2.py
│   │   │   │   ├── profiler_service_pb2.py
│   │   │   │   ├── profiler_service_pb2_grpc.py
│   │   │   │   ├── protobuf
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── trace_events_pb2.cpython-310.pyc
│   │   │   │   │   │   └── xplane_pb2.cpython-310.pyc
│   │   │   │   │   ├── trace_events_pb2.py
│   │   │   │   │   └── xplane_pb2.py
│   │   │   │   ├── tfprof_log_pb2.py
│   │   │   │   ├── tfprof_options_pb2.py
│   │   │   │   └── tfprof_output_pb2.py
│   │   │   ├── protobuf
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   ├── bfc_memory_map_pb2.cpython-310.pyc
│   │   │   │   │   ├── cluster_pb2.cpython-310.pyc
│   │   │   │   │   ├── composite_tensor_variant_pb2.cpython-310.pyc
│   │   │   │   │   ├── config_pb2.cpython-310.pyc
│   │   │   │   │   ├── control_flow_pb2.cpython-310.pyc
│   │   │   │   │   ├── coordination_config_pb2.cpython-310.pyc
│   │   │   │   │   ├── core_platform_payloads_pb2.cpython-310.pyc
│   │   │   │   │   ├── data_service_pb2.cpython-310.pyc
│   │   │   │   │   ├── debug_event_pb2.cpython-310.pyc
│   │   │   │   │   ├── debug_pb2.cpython-310.pyc
│   │   │   │   │   ├── device_filters_pb2.cpython-310.pyc
│   │   │   │   │   ├── device_properties_pb2.cpython-310.pyc
│   │   │   │   │   ├── distributed_runtime_payloads_pb2.cpython-310.pyc
│   │   │   │   │   ├── error_codes_pb2.cpython-310.pyc
│   │   │   │   │   ├── fingerprint_pb2.cpython-310.pyc
│   │   │   │   │   ├── graph_debug_info_pb2.cpython-310.pyc
│   │   │   │   │   ├── meta_graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── named_tensor_pb2.cpython-310.pyc
│   │   │   │   │   ├── queue_runner_pb2.cpython-310.pyc
│   │   │   │   │   ├── remote_tensor_handle_pb2.cpython-310.pyc
│   │   │   │   │   ├── rewriter_config_pb2.cpython-310.pyc
│   │   │   │   │   ├── saved_model_pb2.cpython-310.pyc
│   │   │   │   │   ├── saved_object_graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── saver_pb2.cpython-310.pyc
│   │   │   │   │   ├── service_config_pb2.cpython-310.pyc
│   │   │   │   │   ├── snapshot_pb2.cpython-310.pyc
│   │   │   │   │   ├── struct_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensor_bundle_pb2.cpython-310.pyc
│   │   │   │   │   ├── tensorflow_server_pb2.cpython-310.pyc
│   │   │   │   │   ├── trackable_object_graph_pb2.cpython-310.pyc
│   │   │   │   │   ├── transport_options_pb2.cpython-310.pyc
│   │   │   │   │   └── verifier_config_pb2.cpython-310.pyc
│   │   │   │   ├── bfc_memory_map_pb2.py
│   │   │   │   ├── cluster_pb2.py
│   │   │   │   ├── composite_tensor_variant_pb2.py
│   │   │   │   ├── config_pb2.py
│   │   │   │   ├── control_flow_pb2.py
│   │   │   │   ├── coordination_config_pb2.py
│   │   │   │   ├── core_platform_payloads_pb2.py
│   │   │   │   ├── data_service_pb2.py
│   │   │   │   ├── debug_event_pb2.py
│   │   │   │   ├── debug_pb2.py
│   │   │   │   ├── device_filters_pb2.py
│   │   │   │   ├── device_properties_pb2.py
│   │   │   │   ├── distributed_runtime_payloads_pb2.py
│   │   │   │   ├── error_codes_pb2.py
│   │   │   │   ├── fingerprint_pb2.py
│   │   │   │   ├── graph_debug_info_pb2.py
│   │   │   │   ├── meta_graph_pb2.py
│   │   │   │   ├── named_tensor_pb2.py
│   │   │   │   ├── queue_runner_pb2.py
│   │   │   │   ├── remote_tensor_handle_pb2.py
│   │   │   │   ├── rewriter_config_pb2.py
│   │   │   │   ├── saved_model_pb2.py
│   │   │   │   ├── saved_object_graph_pb2.py
│   │   │   │   ├── saver_pb2.py
│   │   │   │   ├── service_config_pb2.py
│   │   │   │   ├── snapshot_pb2.py
│   │   │   │   ├── struct_pb2.py
│   │   │   │   ├── tensor_bundle_pb2.py
│   │   │   │   ├── tensorflow_server_pb2.py
│   │   │   │   ├── tpu
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   │   ├── compilation_result_pb2.cpython-310.pyc
│   │   │   │   │   │   ├── dynamic_padding_pb2.cpython-310.pyc
│   │   │   │   │   │   ├── optimization_parameters_pb2.cpython-310.pyc
│   │   │   │   │   │   ├── topology_pb2.cpython-310.pyc
│   │   │   │   │   │   └── tpu_embedding_configuration_pb2.cpython-310.pyc
│   │   │   │   │   ├── compilation_result_pb2.py
│   │   │   │   │   ├── dynamic_padding_pb2.py
│   │   │   │   │   ├── optimization_parameters_pb2.py
│   │   │   │   │   ├── topology_pb2.py
│   │   │   │   │   └── tpu_embedding_configuration_pb2.py
│   │   │   │   ├── trackable_object_graph_pb2.py
│   │   │   │   ├── transport_options_pb2.py
│   │   │   │   └── verifier_config_pb2.py
│   │   │   └── util
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── event_pb2.cpython-310.pyc
│   │   │   │   ├── memmapped_file_system_pb2.cpython-310.pyc
│   │   │   │   ├── saved_tensor_slice_pb2.cpython-310.pyc
│   │   │   │   └── test_log_pb2.cpython-310.pyc
│   │   │   ├── event_pb2.py
│   │   │   ├── memmapped_file_system_pb2.py
│   │   │   ├── quantization
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── uniform_quant_ops_attr_pb2.cpython-310.pyc
│   │   │   │   └── uniform_quant_ops_attr_pb2.py
│   │   │   ├── saved_tensor_slice_pb2.py
│   │   │   └── test_log_pb2.py
│   │   ├── distribute
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── experimental
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   └── rpc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── kernels
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── gen_rpc_ops.cpython-310.pyc
│   │   │   │   └── gen_rpc_ops.py
│   │   │   └── proto
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── tf_rpc_service_pb2.cpython-310.pyc
│   │   │   │   └── tf_rpc_service_pb2_grpc.cpython-310.pyc
│   │   │   ├── tf_rpc_service_pb2.py
│   │   │   └── tf_rpc_service_pb2_grpc.py
│   │   ├── dtensor
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-310.pyc
│   │   │   ├── proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   │   └── layout_pb2.cpython-310.pyc
│   │   │   │   └── layout_pb2.py
│   │   │   └── python
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-310.pyc
│   │   │   │   ├── accelerator_util.cpython-310.pyc
│   │   │   │   ├── api.cpython-310.pyc
│   │   │   │   ├── config.cpython-310.pyc
│   │   │   │   ├── d_checkpoint.cpython-310.pyc
│   │   │   │   ├── d_variable.cpython-310.pyc
│   │   │   │   ├── dtensor_device.cpython-310.pyc
│   │   │   │   ├── gen_dtensor_ops.cpython-310.pyc
│   │   │   │   ├── heartbeat.cpython-310.pyc
│   │   │   │   ├── input_util.cpython-310.pyc
│   │   │   │   ├── layout.cpython-310.pyc
│   │   │   │   ├── mesh_util.cpython-310.pyc
│   │   │   │   ├── save_restore.cpython-310.pyc
│   │   │   │   └── tpu_util.cpython-310.pyc
│   │   │   ├── accelerator_util.py
│   │   │   ├── api.py
│   │   │   ├── config.py
│   │   │   ├── d_checkpoint.py
│   │   │   ├── d_variable.py
│   │   │   ├── dtensor_device.py
│   │   │   ├── gen_dtensor_ops.py
│   │   │   ├── heartbeat.py
│   │   │   ├── input_util.py
│   │   │   ├── layout.py
│   │   │   ├── mesh_util.py
│   │   │   ├── save_restore.py
│   │   │   └── tpu_util.py
│   │   ├── include
│   │   │   ├── Eigen
│   │   │   │   ├── AccelerateSupport
│   │   │   │   ├── Cholesky
│   │   │   │   ├── CholmodSupport
│   │   │   │   ├── Core
│   │   │   │   ├── Dense
│   │   │   │   ├── Eigen
│   │   │   │   ├── Eigenvalues
│   │   │   │   ├── Geometry
│   │   │   │   ├── Householder
│   │   │   │   ├── IterativeLinearSolvers
│   │   │   │   ├── Jacobi
│   │   │   │   ├── KLUSupport
│   │   │   │   ├── LU
│   │   │   │   ├── MetisSupport
│   │   │   │   ├── OrderingMethods
│   │   │   │   ├── PaStiXSupport
│   │   │   │   ├── PardisoSupport
│   │   │   │   ├── QR
│   │   │   │   ├── QtAlignedMalloc
│   │   │   │   ├── SPQRSupport
│   │   │   │   ├── SVD
│   │   │   │   ├── Sparse
│   │   │   │   ├── SparseCholesky
│   │   │   │   ├── SparseCore
│   │   │   │   ├── SparseLU
│   │   │   │   ├── SparseQR
│   │   │   │   ├── StdDeque
│   │   │   │   ├── StdList
│   │   │   │   ├── StdVector
│   │   │   │   ├── SuperLUSupport
│   │   │   │   ├── UmfPackSupport
│   │   │   │   └── src
│   │   │   │   ├── AccelerateSupport
│   │   │   │   │   ├── AccelerateSupport.h
│   │   │   │   │   └── InternalHeaderCheck.h
│   │   │   │   ├── Cholesky
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── LDLT.h
│   │   │   │   │   ├── LLT.h
│   │   │   │   │   └── LLT_LAPACKE.h
│   │   │   │   ├── CholmodSupport
│   │   │   │   │   ├── CholmodSupport.h
│   │   │   │   │   └── InternalHeaderCheck.h
│   │   │   │   ├── Core
│   │   │   │   │   ├── ArithmeticSequence.h
│   │   │   │   │   ├── Array.h
│   │   │   │   │   ├── ArrayBase.h
│   │   │   │   │   ├── ArrayWrapper.h
│   │   │   │   │   ├── Assign.h
│   │   │   │   │   ├── AssignEvaluator.h
│   │   │   │   │   ├── Assign_MKL.h
│   │   │   │   │   ├── BandMatrix.h
│   │   │   │   │   ├── Block.h
│   │   │   │   │   ├── BooleanRedux.h
│   │   │   │   │   ├── CommaInitializer.h
│   │   │   │   │   ├── ConditionEstimator.h
│   │   │   │   │   ├── CoreEvaluators.h
│   │   │   │   │   ├── CoreIterators.h
│   │   │   │   │   ├── CwiseBinaryOp.h
│   │   │   │   │   ├── CwiseNullaryOp.h
│   │   │   │   │   ├── CwiseTernaryOp.h
│   │   │   │   │   ├── CwiseUnaryOp.h
│   │   │   │   │   ├── CwiseUnaryView.h
│   │   │   │   │   ├── DenseBase.h
│   │   │   │   │   ├── DenseCoeffsBase.h
│   │   │   │   │   ├── DenseStorage.h
│   │   │   │   │   ├── Diagonal.h
│   │   │   │   │   ├── DiagonalMatrix.h
│   │   │   │   │   ├── DiagonalProduct.h
│   │   │   │   │   ├── Dot.h
│   │   │   │   │   ├── EigenBase.h
│   │   │   │   │   ├── ForceAlignedAccess.h
│   │   │   │   │   ├── Fuzzy.h
│   │   │   │   │   ├── GeneralProduct.h
│   │   │   │   │   ├── GenericPacketMath.h
│   │   │   │   │   ├── GlobalFunctions.h
│   │   │   │   │   ├── IO.h
│   │   │   │   │   ├── IndexedView.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── Inverse.h
│   │   │   │   │   ├── Map.h
│   │   │   │   │   ├── MapBase.h
│   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   ├── MathFunctionsImpl.h
│   │   │   │   │   ├── Matrix.h
│   │   │   │   │   ├── MatrixBase.h
│   │   │   │   │   ├── NestByValue.h
│   │   │   │   │   ├── NoAlias.h
│   │   │   │   │   ├── NumTraits.h
│   │   │   │   │   ├── PartialReduxEvaluator.h
│   │   │   │   │   ├── PermutationMatrix.h
│   │   │   │   │   ├── PlainObjectBase.h
│   │   │   │   │   ├── Product.h
│   │   │   │   │   ├── ProductEvaluators.h
│   │   │   │   │   ├── Random.h
│   │   │   │   │   ├── Redux.h
│   │   │   │   │   ├── Ref.h
│   │   │   │   │   ├── Replicate.h
│   │   │   │   │   ├── Reshaped.h
│   │   │   │   │   ├── ReturnByValue.h
│   │   │   │   │   ├── Reverse.h
│   │   │   │   │   ├── Select.h
│   │   │   │   │   ├── SelfAdjointView.h
│   │   │   │   │   ├── SelfCwiseBinaryOp.h
│   │   │   │   │   ├── SkewSymmetricMatrix3.h
│   │   │   │   │   ├── Solve.h
│   │   │   │   │   ├── SolveTriangular.h
│   │   │   │   │   ├── SolverBase.h
│   │   │   │   │   ├── StableNorm.h
│   │   │   │   │   ├── StlIterators.h
│   │   │   │   │   ├── Stride.h
│   │   │   │   │   ├── Swap.h
│   │   │   │   │   ├── Transpose.h
│   │   │   │   │   ├── Transpositions.h
│   │   │   │   │   ├── TriangularMatrix.h
│   │   │   │   │   ├── VectorBlock.h
│   │   │   │   │   ├── VectorwiseOp.h
│   │   │   │   │   ├── Visitor.h
│   │   │   │   │   ├── arch
│   │   │   │   │   │   ├── AVX
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── AVX512
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── GemmKernel.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   ├── PacketMathFP16.h
│   │   │   │   │   │   │   ├── TrsmKernel.h
│   │   │   │   │   │   │   ├── TrsmUnrolls.inc
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── AltiVec
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── MatrixProduct.h
│   │   │   │   │   │   │   ├── MatrixProductCommon.h
│   │   │   │   │   │   │   ├── MatrixProductMMA.h
│   │   │   │   │   │   │   ├── MatrixVectorProduct.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── Default
│   │   │   │   │   │   │   ├── BFloat16.h
│   │   │   │   │   │   │   ├── ConjHelper.h
│   │   │   │   │   │   │   ├── GenericPacketMathFunctions.h
│   │   │   │   │   │   │   ├── GenericPacketMathFunctionsFwd.h
│   │   │   │   │   │   │   ├── Half.h
│   │   │   │   │   │   │   ├── Settings.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── GPU
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   ├── Tuple.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── HIP
│   │   │   │   │   │   │   └── hcc
│   │   │   │   │   │   │   └── math_constants.h
│   │   │   │   │   │   ├── MSA
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   │   ├── NEON
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── GeneralBlockPanelKernel.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   ├── TypeCasting.h
│   │   │   │   │   │   │   └── UnaryFunctors.h
│   │   │   │   │   │   ├── SSE
│   │   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── SVE
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   ├── SYCL
│   │   │   │   │   │   │   ├── InteropHeaders.h
│   │   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   │   ├── PacketMath.h
│   │   │   │   │   │   │   ├── SyclMemoryModel.h
│   │   │   │   │   │   │   └── TypeCasting.h
│   │   │   │   │   │   └── ZVector
│   │   │   │   │   │   ├── Complex.h
│   │   │   │   │   │   ├── MathFunctions.h
│   │   │   │   │   │   └── PacketMath.h
│   │   │   │   │   ├── functors
│   │   │   │   │   │   ├── AssignmentFunctors.h
│   │   │   │   │   │   ├── BinaryFunctors.h
│   │   │   │   │   │   ├── NullaryFunctors.h
│   │   │   │   │   │   ├── StlFunctors.h
│   │   │   │   │   │   ├── TernaryFunctors.h
│   │   │   │   │   │   └── UnaryFunctors.h
│   │   │   │   │   ├── products
│   │   │   │   │   │   ├── GeneralBlockPanelKernel.h
│   │   │   │   │   │   ├── GeneralMatrixMatrix.h
│   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular.h
│   │   │   │   │   │   ├── GeneralMatrixMatrixTriangular_BLAS.h
│   │   │   │   │   │   ├── GeneralMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── GeneralMatrixVector.h
│   │   │   │   │   │   ├── GeneralMatrixVector_BLAS.h
│   │   │   │   │   │   ├── Parallelizer.h
│   │   │   │   │   │   ├── SelfadjointMatrixMatrix.h
│   │   │   │   │   │   ├── SelfadjointMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── SelfadjointMatrixVector.h
│   │   │   │   │   │   ├── SelfadjointMatrixVector_BLAS.h
│   │   │   │   │   │   ├── SelfadjointProduct.h
│   │   │   │   │   │   ├── SelfadjointRank2Update.h
│   │   │   │   │   │   ├── TriangularMatrixMatrix.h
│   │   │   │   │   │   ├── TriangularMatrixMatrix_BLAS.h
│   │   │   │   │   │   ├── TriangularMatrixVector.h
│   │   │   │   │   │   ├── TriangularMatrixVector_BLAS.h
│   │   │   │   │   │   ├── TriangularSolverMatrix.h
│   │   │   │   │   │   ├── TriangularSolverMatrix_BLAS.h
│   │   │   │   │   │   └── TriangularSolverVector.h
│   │   │   │   │   └── util
│   │   │   │   │   ├── BlasUtil.h
│   │   │   │   │   ├── ConfigureVectorization.h
│   │   │   │   │   ├── Constants.h
│   │   │   │   │   ├── DisableStupidWarnings.h
│   │   │   │   │   ├── ForwardDeclarations.h
│   │   │   │   │   ├── IndexedViewHelper.h
│   │   │   │   │   ├── IntegralConstant.h
│   │   │   │   │   ├── MKL_support.h
│   │   │   │   │   ├── Macros.h
│   │   │   │   │   ├── Memory.h
│   │   │   │   │   ├── Meta.h
│   │   │   │   │   ├── ReenableStupidWarnings.h
│   │   │   │   │   ├── ReshapedHelper.h
│   │   │   │   │   ├── Serializer.h
│   │   │   │   │   ├── StaticAssert.h
│   │   │   │   │   ├── SymbolicIndex.h
│   │   │   │   │   └── XprHelper.h
│   │   │   │   ├── Eigenvalues
│   │   │   │   │   ├── ComplexEigenSolver.h
│   │   │   │   │   ├── ComplexSchur.h
│   │   │   │   │   ├── ComplexSchur_LAPACKE.h
│   │   │   │   │   ├── EigenSolver.h
│   │   │   │   │   ├── GeneralizedEigenSolver.h
│   │   │   │   │   ├── GeneralizedSelfAdjointEigenSolver.h
│   │   │   │   │   ├── HessenbergDecomposition.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── MatrixBaseEigenvalues.h
│   │   │   │   │   ├── RealQZ.h
│   │   │   │   │   ├── RealSchur.h
│   │   │   │   │   ├── RealSchur_LAPACKE.h
│   │   │   │   │   ├── SelfAdjointEigenSolver.h
│   │   │   │   │   ├── SelfAdjointEigenSolver_LAPACKE.h
│   │   │   │   │   └── Tridiagonalization.h
│   │   │   │   ├── Geometry
│   │   │   │   │   ├── AlignedBox.h
│   │   │   │   │   ├── AngleAxis.h
│   │   │   │   │   ├── EulerAngles.h
│   │   │   │   │   ├── Homogeneous.h
│   │   │   │   │   ├── Hyperplane.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── OrthoMethods.h
│   │   │   │   │   ├── ParametrizedLine.h
│   │   │   │   │   ├── Quaternion.h
│   │   │   │   │   ├── Rotation2D.h
│   │   │   │   │   ├── RotationBase.h
│   │   │   │   │   ├── Scaling.h
│   │   │   │   │   ├── Transform.h
│   │   │   │   │   ├── Translation.h
│   │   │   │   │   ├── Umeyama.h
│   │   │   │   │   └── arch
│   │   │   │   │   └── Geometry_SIMD.h
│   │   │   │   ├── Householder
│   │   │   │   │   ├── BlockHouseholder.h
│   │   │   │   │   ├── Householder.h
│   │   │   │   │   ├── HouseholderSequence.h
│   │   │   │   │   └── InternalHeaderCheck.h
│   │   │   │   ├── IterativeLinearSolvers
│   │   │   │   │   ├── BasicPreconditioners.h
│   │   │   │   │   ├── BiCGSTAB.h
│   │   │   │   │   ├── ConjugateGradient.h
│   │   │   │   │   ├── IncompleteCholesky.h
│   │   │   │   │   ├── IncompleteLUT.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── IterativeSolverBase.h
│   │   │   │   │   ├── LeastSquareConjugateGradient.h
│   │   │   │   │   └── SolveWithGuess.h
│   │   │   │   ├── Jacobi
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── Jacobi.h
│   │   │   │   ├── KLUSupport
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── KLUSupport.h
│   │   │   │   ├── LU
│   │   │   │   │   ├── Determinant.h
│   │   │   │   │   ├── FullPivLU.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── InverseImpl.h
│   │   │   │   │   ├── PartialPivLU.h
│   │   │   │   │   ├── PartialPivLU_LAPACKE.h
│   │   │   │   │   └── arch
│   │   │   │   │   └── InverseSize4.h
│   │   │   │   ├── MetisSupport
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── MetisSupport.h
│   │   │   │   ├── OrderingMethods
│   │   │   │   │   ├── Amd.h
│   │   │   │   │   ├── Eigen_Colamd.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── Ordering.h
│   │   │   │   ├── PaStiXSupport
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── PaStiXSupport.h
│   │   │   │   ├── PardisoSupport
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── PardisoSupport.h
│   │   │   │   ├── QR
│   │   │   │   │   ├── ColPivHouseholderQR.h
│   │   │   │   │   ├── ColPivHouseholderQR_LAPACKE.h
│   │   │   │   │   ├── CompleteOrthogonalDecomposition.h
│   │   │   │   │   ├── FullPivHouseholderQR.h
│   │   │   │   │   ├── HouseholderQR.h
│   │   │   │   │   ├── HouseholderQR_LAPACKE.h
│   │   │   │   │   └── InternalHeaderCheck.h
│   │   │   │   ├── SPQRSupport
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── SuiteSparseQRSupport.h
│   │   │   │   ├── SVD
│   │   │   │   │   ├── BDCSVD.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── JacobiSVD.h
│   │   │   │   │   ├── JacobiSVD_LAPACKE.h
│   │   │   │   │   ├── SVDBase.h
│   │   │   │   │   └── UpperBidiagonalization.h
│   │   │   │   ├── SparseCholesky
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── SimplicialCholesky.h
│   │   │   │   │   └── SimplicialCholesky_impl.h
│   │   │   │   ├── SparseCore
│   │   │   │   │   ├── AmbiVector.h
│   │   │   │   │   ├── CompressedStorage.h
│   │   │   │   │   ├── ConservativeSparseSparseProduct.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── SparseAssign.h
│   │   │   │   │   ├── SparseBlock.h
│   │   │   │   │   ├── SparseColEtree.h
│   │   │   │   │   ├── SparseCompressedBase.h
│   │   │   │   │   ├── SparseCwiseBinaryOp.h
│   │   │   │   │   ├── SparseCwiseUnaryOp.h
│   │   │   │   │   ├── SparseDenseProduct.h
│   │   │   │   │   ├── SparseDiagonalProduct.h
│   │   │   │   │   ├── SparseDot.h
│   │   │   │   │   ├── SparseFuzzy.h
│   │   │   │   │   ├── SparseMap.h
│   │   │   │   │   ├── SparseMatrix.h
│   │   │   │   │   ├── SparseMatrixBase.h
│   │   │   │   │   ├── SparsePermutation.h
│   │   │   │   │   ├── SparseProduct.h
│   │   │   │   │   ├── SparseRedux.h
│   │   │   │   │   ├── SparseRef.h
│   │   │   │   │   ├── SparseSelfAdjointView.h
│   │   │   │   │   ├── SparseSolverBase.h
│   │   │   │   │   ├── SparseSparseProductWithPruning.h
│   │   │   │   │   ├── SparseTranspose.h
│   │   │   │   │   ├── SparseTriangularView.h
│   │   │   │   │   ├── SparseUtil.h
│   │   │   │   │   ├── SparseVector.h
│   │   │   │   │   ├── SparseView.h
│   │   │   │   │   └── TriangularSolver.h
│   │   │   │   ├── SparseLU
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── SparseLU.h
│   │   │   │   │   ├── SparseLUImpl.h
│   │   │   │   │   ├── SparseLU_Memory.h
│   │   │   │   │   ├── SparseLU_Structs.h
│   │   │   │   │   ├── SparseLU_SupernodalMatrix.h
│   │   │   │   │   ├── SparseLU_Utils.h
│   │   │   │   │   ├── SparseLU_column_bmod.h
│   │   │   │   │   ├── SparseLU_column_dfs.h
│   │   │   │   │   ├── SparseLU_copy_to_ucol.h
│   │   │   │   │   ├── SparseLU_gemm_kernel.h
│   │   │   │   │   ├── SparseLU_heap_relax_snode.h
│   │   │   │   │   ├── SparseLU_kernel_bmod.h
│   │   │   │   │   ├── SparseLU_panel_bmod.h
│   │   │   │   │   ├── SparseLU_panel_dfs.h
│   │   │   │   │   ├── SparseLU_pivotL.h
│   │   │   │   │   ├── SparseLU_pruneL.h
│   │   │   │   │   └── SparseLU_relax_snode.h
│   │   │   │   ├── SparseQR
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── SparseQR.h
│   │   │   │   ├── StlSupport
│   │   │   │   │   ├── StdDeque.h
│   │   │   │   │   ├── StdList.h
│   │   │   │   │   ├── StdVector.h
│   │   │   │   │   └── details.h
│   │   │   │   ├── SuperLUSupport
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── SuperLUSupport.h
│   │   │   │   ├── UmfPackSupport
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   └── UmfPackSupport.h
│   │   │   │   ├── misc
│   │   │   │   │   ├── Image.h
│   │   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   │   ├── Kernel.h
│   │   │   │   │   ├── RealSvd2x2.h
│   │   │   │   │   ├── blas.h
│   │   │   │   │   ├── lapack.h
│   │   │   │   │   ├── lapacke.h
│   │   │   │   │   ├── lapacke_helpers.h
│   │   │   │   │   └── lapacke_mangling.h
│   │   │   │   └── plugins
│   │   │   │   ├── ArrayCwiseBinaryOps.h
│   │   │   │   ├── ArrayCwiseUnaryOps.h
│   │   │   │   ├── BlockMethods.h
│   │   │   │   ├── CommonCwiseBinaryOps.h
│   │   │   │   ├── CommonCwiseUnaryOps.h
│   │   │   │   ├── IndexedViewMethods.h
│   │   │   │   ├── InternalHeaderCheck.h
│   │   │   │   ├── MatrixCwiseBinaryOps.h
│   │   │   │   ├── MatrixCwiseUnaryOps.h
│   │   │   │   └── ReshapedMethods.h
│   │   │   ├── absl
│   │   │   │   ├── algorithm
│   │   │   │   │   ├── algorithm.h
│   │   │   │   │   └── container.h
│   │   │   │   ├── base
│   │   │   │   │   ├── attributes.h
│   │   │   │   │   ├── call_once.h
│   │   │   │   │   ├── casts.h
│   │   │   │   │   ├── config.h
│   │   │   │   │   ├── const_init.h
│   │   │   │   │   ├── dynamic_annotations.h
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── atomic_hook.h
│   │   │   │   │   │   ├── cycleclock.h
│   │   │   │   │   │   ├── direct_mmap.h
│   │   │   │   │   │   ├── dynamic_annotations.h
│   │   │   │   │   │   ├── endian.h
│   │   │   │   │   │   ├── errno_saver.h
│   │   │   │   │   │   ├── fast_type_id.h
│   │   │   │   │   │   ├── hide_ptr.h
│   │   │   │   │   │   ├── identity.h
│   │   │   │   │   │   ├── inline_variable.h
│   │   │   │   │   │   ├── invoke.h
│   │   │   │   │   │   ├── low_level_alloc.h
│   │   │   │   │   │   ├── low_level_scheduling.h
│   │   │   │   │   │   ├── per_thread_tls.h
│   │   │   │   │   │   ├── prefetch.h
│   │   │   │   │   │   ├── raw_logging.h
│   │   │   │   │   │   ├── scheduling_mode.h
│   │   │   │   │   │   ├── spinlock.h
│   │   │   │   │   │   ├── spinlock_akaros.inc
│   │   │   │   │   │   ├── spinlock_linux.inc
│   │   │   │   │   │   ├── spinlock_posix.inc
│   │   │   │   │   │   ├── spinlock_wait.h
│   │   │   │   │   │   ├── spinlock_win32.inc
│   │   │   │   │   │   ├── strerror.h
│   │   │   │   │   │   ├── sysinfo.h
│   │   │   │   │   │   ├── thread_annotations.h
│   │   │   │   │   │   ├── thread_identity.h
│   │   │   │   │   │   ├── throw_delegate.h
│   │   │   │   │   │   ├── tsan_mutex_interface.h
│   │   │   │   │   │   ├── unaligned_access.h
│   │   │   │   │   │   └── unscaledcycleclock.h
│   │   │   │   │   ├── log_severity.h
│   │   │   │   │   ├── macros.h
│   │   │   │   │   ├── optimization.h
│   │   │   │   │   ├── options.h
│   │   │   │   │   ├── policy_checks.h
│   │   │   │   │   ├── port.h
│   │   │   │   │   └── thread_annotations.h
│   │   │   │   ├── cleanup
│   │   │   │   │   ├── cleanup.h
│   │   │   │   │   └── internal
│   │   │   │   │   └── cleanup.h
│   │   │   │   ├── container
│   │   │   │   │   ├── btree_map.h
│   │   │   │   │   ├── btree_set.h
│   │   │   │   │   ├── fixed_array.h
│   │   │   │   │   ├── flat_hash_map.h
│   │   │   │   │   ├── flat_hash_set.h
│   │   │   │   │   ├── inlined_vector.h
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── btree.h
│   │   │   │   │   │   ├── btree_container.h
│   │   │   │   │   │   ├── common.h
│   │   │   │   │   │   ├── compressed_tuple.h
│   │   │   │   │   │   ├── container_memory.h
│   │   │   │   │   │   ├── hash_function_defaults.h
│   │   │   │   │   │   ├── hash_policy_traits.h
│   │   │   │   │   │   ├── hashtable_debug_hooks.h
│   │   │   │   │   │   ├── hashtablez_sampler.h
│   │   │   │   │   │   ├── inlined_vector.h
│   │   │   │   │   │   ├── layout.h
│   │   │   │   │   │   ├── node_slot_policy.h
│   │   │   │   │   │   ├── raw_hash_map.h
│   │   │   │   │   │   └── raw_hash_set.h
│   │   │   │   │   └── node_hash_map.h
│   │   │   │   ├── debugging
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── address_is_readable.h
│   │   │   │   │   │   ├── demangle.h
│   │   │   │   │   │   ├── elf_mem_image.h
│   │   │   │   │   │   ├── stacktrace_aarch64-inl.inc
│   │   │   │   │   │   ├── stacktrace_arm-inl.inc
│   │   │   │   │   │   ├── stacktrace_config.h
│   │   │   │   │   │   ├── stacktrace_emscripten-inl.inc
│   │   │   │   │   │   ├── stacktrace_generic-inl.inc
│   │   │   │   │   │   ├── stacktrace_powerpc-inl.inc
│   │   │   │   │   │   ├── stacktrace_riscv-inl.inc
│   │   │   │   │   │   ├── stacktrace_unimplemented-inl.inc
│   │   │   │   │   │   ├── stacktrace_win32-inl.inc
│   │   │   │   │   │   ├── stacktrace_x86-inl.inc
│   │   │   │   │   │   ├── symbolize.h
│   │   │   │   │   │   └── vdso_support.h
│   │   │   │   │   ├── leak_check.h
│   │   │   │   │   ├── stacktrace.h
│   │   │   │   │   ├── symbolize.h
│   │   │   │   │   ├── symbolize_darwin.inc
│   │   │   │   │   ├── symbolize_elf.inc
│   │   │   │   │   ├── symbolize_emscripten.inc
│   │   │   │   │   ├── symbolize_unimplemented.inc
│   │   │   │   │   └── symbolize_win32.inc
│   │   │   │   ├── flags
│   │   │   │   │   ├── commandlineflag.h
│   │   │   │   │   ├── config.h
│   │   │   │   │   ├── declare.h
│   │   │   │   │   ├── flag.h
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── commandlineflag.h
│   │   │   │   │   │   ├── flag.h
│   │   │   │   │   │   ├── flag_msvc.inc
│   │   │   │   │   │   ├── path_util.h
│   │   │   │   │   │   ├── private_handle_accessor.h
│   │   │   │   │   │   ├── program_name.h
│   │   │   │   │   │   ├── registry.h
│   │   │   │   │   │   └── sequence_lock.h
│   │   │   │   │   ├── marshalling.h
│   │   │   │   │   ├── reflection.h
│   │   │   │   │   └── usage_config.h
│   │   │   │   ├── functional
│   │   │   │   │   ├── bind_front.h
│   │   │   │   │   ├── function_ref.h
│   │   │   │   │   └── internal
│   │   │   │   │   ├── front_binder.h
│   │   │   │   │   └── function_ref.h
│   │   │   │   ├── hash
│   │   │   │   │   ├── hash.h
│   │   │   │   │   └── internal
│   │   │   │   │   ├── city.h
│   │   │   │   │   ├── hash.h
│   │   │   │   │   └── low_level_hash.h
│   │   │   │   ├── memory
│   │   │   │   │   └── memory.h
│   │   │   │   ├── meta
│   │   │   │   │   └── type_traits.h
│   │   │   │   ├── numeric
│   │   │   │   │   ├── bits.h
│   │   │   │   │   ├── int128.h
│   │   │   │   │   ├── int128_have_intrinsic.inc
│   │   │   │   │   ├── int128_no_intrinsic.inc
│   │   │   │   │   └── internal
│   │   │   │   │   ├── bits.h
│   │   │   │   │   └── representation.h
│   │   │   │   ├── profiling
│   │   │   │   │   └── internal
│   │   │   │   │   ├── exponential_biased.h
│   │   │   │   │   └── sample_recorder.h
│   │   │   │   ├── random
│   │   │   │   │   ├── bernoulli_distribution.h
│   │   │   │   │   ├── beta_distribution.h
│   │   │   │   │   ├── discrete_distribution.h
│   │   │   │   │   ├── distributions.h
│   │   │   │   │   ├── exponential_distribution.h
│   │   │   │   │   ├── gaussian_distribution.h
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── distribution_caller.h
│   │   │   │   │   │   ├── fast_uniform_bits.h
│   │   │   │   │   │   ├── fastmath.h
│   │   │   │   │   │   ├── generate_real.h
│   │   │   │   │   │   ├── iostream_state_saver.h
│   │   │   │   │   │   ├── nonsecure_base.h
│   │   │   │   │   │   ├── pcg_engine.h
│   │   │   │   │   │   ├── platform.h
│   │   │   │   │   │   ├── pool_urbg.h
│   │   │   │   │   │   ├── randen.h
│   │   │   │   │   │   ├── randen_detect.h
│   │   │   │   │   │   ├── randen_engine.h
│   │   │   │   │   │   ├── randen_hwaes.h
│   │   │   │   │   │   ├── randen_slow.h
│   │   │   │   │   │   ├── randen_traits.h
│   │   │   │   │   │   ├── salted_seed_seq.h
│   │   │   │   │   │   ├── seed_material.h
│   │   │   │   │   │   ├── traits.h
│   │   │   │   │   │   ├── uniform_helper.h
│   │   │   │   │   │   └── wide_multiply.h
│   │   │   │   │   ├── log_uniform_int_distribution.h
│   │   │   │   │   ├── poisson_distribution.h
│   │   │   │   │   ├── random.h
│   │   │   │   │   ├── seed_gen_exception.h
│   │   │   │   │   ├── seed_sequences.h
│   │   │   │   │   ├── uniform_int_distribution.h
│   │   │   │   │   ├── uniform_real_distribution.h
│   │   │   │   │   └── zipf_distribution.h
│   │   │   │   ├── status
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── status_internal.h
│   │   │   │   │   │   └── statusor_internal.h
│   │   │   │   │   ├── status.h
│   │   │   │   │   ├── status_payload_printer.h
│   │   │   │   │   └── statusor.h
│   │   │   │   ├── strings
│   │   │   │   │   ├── ascii.h
│   │   │   │   │   ├── charconv.h
│   │   │   │   │   ├── cord.h
│   │   │   │   │   ├── cord_analysis.h
│   │   │   │   │   ├── cord_buffer.h
│   │   │   │   │   ├── escaping.h
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── char_map.h
│   │   │   │   │   │   ├── charconv_bigint.h
│   │   │   │   │   │   ├── charconv_parse.h
│   │   │   │   │   │   ├── cord_data_edge.h
│   │   │   │   │   │   ├── cord_internal.h
│   │   │   │   │   │   ├── cord_rep_btree.h
│   │   │   │   │   │   ├── cord_rep_btree_navigator.h
│   │   │   │   │   │   ├── cord_rep_btree_reader.h
│   │   │   │   │   │   ├── cord_rep_consume.h
│   │   │   │   │   │   ├── cord_rep_crc.h
│   │   │   │   │   │   ├── cord_rep_flat.h
│   │   │   │   │   │   ├── cord_rep_ring.h
│   │   │   │   │   │   ├── cord_rep_ring_reader.h
│   │   │   │   │   │   ├── cordz_functions.h
│   │   │   │   │   │   ├── cordz_handle.h
│   │   │   │   │   │   ├── cordz_info.h
│   │   │   │   │   │   ├── cordz_statistics.h
│   │   │   │   │   │   ├── cordz_update_scope.h
│   │   │   │   │   │   ├── cordz_update_tracker.h
│   │   │   │   │   │   ├── escaping.h
│   │   │   │   │   │   ├── memutil.h
│   │   │   │   │   │   ├── ostringstream.h
│   │   │   │   │   │   ├── resize_uninitialized.h
│   │   │   │   │   │   ├── stl_type_traits.h
│   │   │   │   │   │   ├── str_format
│   │   │   │   │   │   │   ├── arg.h
│   │   │   │   │   │   │   ├── bind.h
│   │   │   │   │   │   │   ├── checker.h
│   │   │   │   │   │   │   ├── extension.h
│   │   │   │   │   │   │   ├── float_conversion.h
│   │   │   │   │   │   │   ├── output.h
│   │   │   │   │   │   │   └── parser.h
│   │   │   │   │   │   ├── str_join_internal.h
│   │   │   │   │   │   ├── str_split_internal.h
│   │   │   │   │   │   ├── string_constant.h
│   │   │   │   │   │   └── utf8.h
│   │   │   │   │   ├── match.h
│   │   │   │   │   ├── numbers.h
│   │   │   │   │   ├── str_cat.h
│   │   │   │   │   ├── str_format.h
│   │   │   │   │   ├── str_join.h
│   │   │   │   │   ├── str_replace.h
│   │   │   │   │   ├── str_split.h
│   │   │   │   │   ├── string_view.h
│   │   │   │   │   ├── strip.h
│   │   │   │   │   └── substitute.h
│   │   │   │   ├── synchronization
│   │   │   │   │   ├── barrier.h
│   │   │   │   │   ├── blocking_counter.h
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── create_thread_identity.h
│   │   │   │   │   │   ├── futex.h
│   │   │   │   │   │   ├── graphcycles.h
│   │   │   │   │   │   ├── kernel_timeout.h
│   │   │   │   │   │   ├── per_thread_sem.h
│   │   │   │   │   │   └── waiter.h
│   │   │   │   │   ├── mutex.h
│   │   │   │   │   └── notification.h
│   │   │   │   ├── time
│   │   │   │   │   ├── civil_time.h
│   │   │   │   │   ├── clock.h
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── cctz
│   │   │   │   │   │   │   ├── include
│   │   │   │   │   │   │   │   └── cctz
│   │   │   │   │   │   │   │   ├── civil_time.h
│   │   │   │   │   │   │   │   ├── civil_time_detail.h
│   │   │   │   │   │   │   │   ├── time_zone.h
│   │   │   │   │   │   │   │   └── zone_info_source.h
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── time_zone_fixed.h
│   │   │   │   │   │   │   ├── time_zone_if.h
│   │   │   │   │   │   │   ├── time_zone_impl.h
│   │   │   │   │   │   │   ├── time_zone_info.h
│   │   │   │   │   │   │   ├── time_zone_libc.h
│   │   │   │   │   │   │   ├── time_zone_posix.h
│   │   │   │   │   │   │   └── tzfile.h
│   │   │   │   │   │   ├── get_current_time_chrono.inc
│   │   │   │   │   │   └── get_current_time_posix.inc
│   │   │   │   │   └── time.h
│   │   │   │   ├── types
│   │   │   │   │   ├── any.h
│   │   │   │   │   ├── bad_any_cast.h
│   │   │   │   │   ├── bad_optional_access.h
│   │   │   │   │   ├── bad_variant_access.h
│   │   │   │   │   ├── compare.h
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── optional.h
│   │   │   │   │   │   ├── span.h
│   │   │   │   │   │   └── variant.h
│   │   │   │   │   ├── optional.h
│   │   │   │   │   ├── span.h
│   │   │   │   │   └── variant.h
│   │   │   │   └── utility
│   │   │   │   └── utility.h
│   │   │   ├── external
│   │   │   │   ├── FP16
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── FXdiv
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── XNNPACK
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── absl_py
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── arm_neon_2_x86_sse
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── astunparse_archive
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── boringssl
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   └── src
│   │   │   │   │   ├── crypto
│   │   │   │   │   │   ├── asn1
│   │   │   │   │   │   │   ├── charmap.h
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── bio
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── bytestring
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── chacha
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── cipher_extra
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── conf
│   │   │   │   │   │   │   ├── conf_def.h
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── cpu-arm-linux.h
│   │   │   │   │   │   ├── curve25519
│   │   │   │   │   │   │   ├── curve25519_tables.h
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── dsa
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── ec_extra
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── err
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── evp
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── fipsmodule
│   │   │   │   │   │   │   ├── aes
│   │   │   │   │   │   │   │   ├── aes.c
│   │   │   │   │   │   │   │   ├── aes_nohw.c
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   ├── key_wrap.c
│   │   │   │   │   │   │   │   └── mode_wrappers.c
│   │   │   │   │   │   │   ├── bn
│   │   │   │   │   │   │   │   ├── add.c
│   │   │   │   │   │   │   │   ├── asm
│   │   │   │   │   │   │   │   │   └── x86_64-gcc.c
│   │   │   │   │   │   │   │   ├── bn.c
│   │   │   │   │   │   │   │   ├── bytes.c
│   │   │   │   │   │   │   │   ├── cmp.c
│   │   │   │   │   │   │   │   ├── ctx.c
│   │   │   │   │   │   │   │   ├── div.c
│   │   │   │   │   │   │   │   ├── div_extra.c
│   │   │   │   │   │   │   │   ├── exponentiation.c
│   │   │   │   │   │   │   │   ├── gcd.c
│   │   │   │   │   │   │   │   ├── gcd_extra.c
│   │   │   │   │   │   │   │   ├── generic.c
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   ├── jacobi.c
│   │   │   │   │   │   │   │   ├── montgomery.c
│   │   │   │   │   │   │   │   ├── montgomery_inv.c
│   │   │   │   │   │   │   │   ├── mul.c
│   │   │   │   │   │   │   │   ├── prime.c
│   │   │   │   │   │   │   │   ├── random.c
│   │   │   │   │   │   │   │   ├── rsaz_exp.c
│   │   │   │   │   │   │   │   ├── rsaz_exp.h
│   │   │   │   │   │   │   │   ├── shift.c
│   │   │   │   │   │   │   │   └── sqrt.c
│   │   │   │   │   │   │   ├── cipher
│   │   │   │   │   │   │   │   ├── aead.c
│   │   │   │   │   │   │   │   ├── cipher.c
│   │   │   │   │   │   │   │   ├── e_aes.c
│   │   │   │   │   │   │   │   ├── e_des.c
│   │   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   │   ├── delocate.h
│   │   │   │   │   │   │   ├── des
│   │   │   │   │   │   │   │   ├── des.c
│   │   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   │   ├── dh
│   │   │   │   │   │   │   │   ├── check.c
│   │   │   │   │   │   │   │   └── dh.c
│   │   │   │   │   │   │   ├── digest
│   │   │   │   │   │   │   │   ├── digest.c
│   │   │   │   │   │   │   │   ├── digests.c
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   └── md32_common.h
│   │   │   │   │   │   │   ├── ec
│   │   │   │   │   │   │   │   ├── ec.c
│   │   │   │   │   │   │   │   ├── ec_key.c
│   │   │   │   │   │   │   │   ├── ec_montgomery.c
│   │   │   │   │   │   │   │   ├── felem.c
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   ├── oct.c
│   │   │   │   │   │   │   │   ├── p224-64.c
│   │   │   │   │   │   │   │   ├── p256-x86_64-table.h
│   │   │   │   │   │   │   │   ├── p256-x86_64.c
│   │   │   │   │   │   │   │   ├── p256-x86_64.h
│   │   │   │   │   │   │   │   ├── p256.c
│   │   │   │   │   │   │   │   ├── p256_table.h
│   │   │   │   │   │   │   │   ├── scalar.c
│   │   │   │   │   │   │   │   ├── simple.c
│   │   │   │   │   │   │   │   ├── simple_mul.c
│   │   │   │   │   │   │   │   ├── util.c
│   │   │   │   │   │   │   │   └── wnaf.c
│   │   │   │   │   │   │   ├── ecdh
│   │   │   │   │   │   │   │   └── ecdh.c
│   │   │   │   │   │   │   ├── ecdsa
│   │   │   │   │   │   │   │   ├── ecdsa.c
│   │   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   │   ├── hmac
│   │   │   │   │   │   │   │   └── hmac.c
│   │   │   │   │   │   │   ├── md4
│   │   │   │   │   │   │   │   └── md4.c
│   │   │   │   │   │   │   ├── md5
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   └── md5.c
│   │   │   │   │   │   │   ├── modes
│   │   │   │   │   │   │   │   ├── cbc.c
│   │   │   │   │   │   │   │   ├── cfb.c
│   │   │   │   │   │   │   │   ├── ctr.c
│   │   │   │   │   │   │   │   ├── gcm.c
│   │   │   │   │   │   │   │   ├── gcm_nohw.c
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   ├── ofb.c
│   │   │   │   │   │   │   │   └── polyval.c
│   │   │   │   │   │   │   ├── rand
│   │   │   │   │   │   │   │   ├── ctrdrbg.c
│   │   │   │   │   │   │   │   ├── fork_detect.c
│   │   │   │   │   │   │   │   ├── fork_detect.h
│   │   │   │   │   │   │   │   ├── getrandom_fillin.h
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   ├── rand.c
│   │   │   │   │   │   │   │   └── urandom.c
│   │   │   │   │   │   │   ├── rsa
│   │   │   │   │   │   │   │   ├── blinding.c
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   ├── padding.c
│   │   │   │   │   │   │   │   ├── rsa.c
│   │   │   │   │   │   │   │   └── rsa_impl.c
│   │   │   │   │   │   │   ├── self_check
│   │   │   │   │   │   │   │   ├── fips.c
│   │   │   │   │   │   │   │   └── self_check.c
│   │   │   │   │   │   │   ├── sha
│   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   ├── sha1-altivec.c
│   │   │   │   │   │   │   │   ├── sha1.c
│   │   │   │   │   │   │   │   ├── sha256.c
│   │   │   │   │   │   │   │   └── sha512.c
│   │   │   │   │   │   │   └── tls
│   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   └── kdf.c
│   │   │   │   │   │   ├── hrss
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   ├── lhash
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── obj
│   │   │   │   │   │   │   └── obj_dat.h
│   │   │   │   │   │   ├── pkcs7
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── pkcs8
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── poly1305
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── pool
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── trust_token
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   ├── x509
│   │   │   │   │   │   │   └── internal.h
│   │   │   │   │   │   └── x509v3
│   │   │   │   │   │   ├── ext_dat.h
│   │   │   │   │   │   └── internal.h
│   │   │   │   │   ├── include
│   │   │   │   │   │   └── openssl
│   │   │   │   │   │   ├── aead.h
│   │   │   │   │   │   ├── aes.h
│   │   │   │   │   │   ├── arm_arch.h
│   │   │   │   │   │   ├── asn1.h
│   │   │   │   │   │   ├── asn1_mac.h
│   │   │   │   │   │   ├── asn1t.h
│   │   │   │   │   │   ├── base.h
│   │   │   │   │   │   ├── base64.h
│   │   │   │   │   │   ├── bio.h
│   │   │   │   │   │   ├── blake2.h
│   │   │   │   │   │   ├── blowfish.h
│   │   │   │   │   │   ├── bn.h
│   │   │   │   │   │   ├── buf.h
│   │   │   │   │   │   ├── buffer.h
│   │   │   │   │   │   ├── bytestring.h
│   │   │   │   │   │   ├── cast.h
│   │   │   │   │   │   ├── chacha.h
│   │   │   │   │   │   ├── cipher.h
│   │   │   │   │   │   ├── cmac.h
│   │   │   │   │   │   ├── conf.h
│   │   │   │   │   │   ├── cpu.h
│   │   │   │   │   │   ├── crypto.h
│   │   │   │   │   │   ├── curve25519.h
│   │   │   │   │   │   ├── des.h
│   │   │   │   │   │   ├── dh.h
│   │   │   │   │   │   ├── digest.h
│   │   │   │   │   │   ├── dsa.h
│   │   │   │   │   │   ├── dtls1.h
│   │   │   │   │   │   ├── e_os2.h
│   │   │   │   │   │   ├── ec.h
│   │   │   │   │   │   ├── ec_key.h
│   │   │   │   │   │   ├── ecdh.h
│   │   │   │   │   │   ├── ecdsa.h
│   │   │   │   │   │   ├── engine.h
│   │   │   │   │   │   ├── err.h
│   │   │   │   │   │   ├── evp.h
│   │   │   │   │   │   ├── evp_errors.h
│   │   │   │   │   │   ├── ex_data.h
│   │   │   │   │   │   ├── hkdf.h
│   │   │   │   │   │   ├── hmac.h
│   │   │   │   │   │   ├── hpke.h
│   │   │   │   │   │   ├── hrss.h
│   │   │   │   │   │   ├── is_boringssl.h
│   │   │   │   │   │   ├── lhash.h
│   │   │   │   │   │   ├── md4.h
│   │   │   │   │   │   ├── md5.h
│   │   │   │   │   │   ├── mem.h
│   │   │   │   │   │   ├── nid.h
│   │   │   │   │   │   ├── obj.h
│   │   │   │   │   │   ├── obj_mac.h
│   │   │   │   │   │   ├── objects.h
│   │   │   │   │   │   ├── opensslconf.h
│   │   │   │   │   │   ├── opensslv.h
│   │   │   │   │   │   ├── ossl_typ.h
│   │   │   │   │   │   ├── pem.h
│   │   │   │   │   │   ├── pkcs12.h
│   │   │   │   │   │   ├── pkcs7.h
│   │   │   │   │   │   ├── pkcs8.h
│   │   │   │   │   │   ├── poly1305.h
│   │   │   │   │   │   ├── pool.h
│   │   │   │   │   │   ├── rand.h
│   │   │   │   │   │   ├── rc4.h
│   │   │   │   │   │   ├── ripemd.h
│   │   │   │   │   │   ├── rsa.h
│   │   │   │   │   │   ├── safestack.h
│   │   │   │   │   │   ├── sha.h
│   │   │   │   │   │   ├── siphash.h
│   │   │   │   │   │   ├── span.h
│   │   │   │   │   │   ├── srtp.h
│   │   │   │   │   │   ├── ssl.h
│   │   │   │   │   │   ├── ssl3.h
│   │   │   │   │   │   ├── stack.h
│   │   │   │   │   │   ├── thread.h
│   │   │   │   │   │   ├── tls1.h
│   │   │   │   │   │   ├── trust_token.h
│   │   │   │   │   │   ├── type_check.h
│   │   │   │   │   │   ├── x509.h
│   │   │   │   │   │   ├── x509_vfy.h
│   │   │   │   │   │   └── x509v3.h
│   │   │   │   │   ├── ssl
│   │   │   │   │   │   └── internal.h
│   │   │   │   │   └── third_party
│   │   │   │   │   └── fiat
│   │   │   │   │   ├── curve25519_32.h
│   │   │   │   │   ├── curve25519_64.h
│   │   │   │   │   ├── p256_32.h
│   │   │   │   │   └── p256_64.h
│   │   │   │   ├── com_github_googlecloudplatform_google_cloud_cpp
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── com_github_grpc_grpc
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── include
│   │   │   │   │   │   ├── grpc
│   │   │   │   │   │   │   ├── byte_buffer.h
│   │   │   │   │   │   │   ├── byte_buffer_reader.h
│   │   │   │   │   │   │   ├── census.h
│   │   │   │   │   │   │   ├── compression.h
│   │   │   │   │   │   │   ├── fork.h
│   │   │   │   │   │   │   ├── grpc.h
│   │   │   │   │   │   │   ├── grpc_posix.h
│   │   │   │   │   │   │   ├── grpc_security.h
│   │   │   │   │   │   │   ├── grpc_security_constants.h
│   │   │   │   │   │   │   ├── impl
│   │   │   │   │   │   │   │   └── codegen
│   │   │   │   │   │   │   │   ├── atm.h
│   │   │   │   │   │   │   │   ├── atm_gcc_atomic.h
│   │   │   │   │   │   │   │   ├── atm_gcc_sync.h
│   │   │   │   │   │   │   │   ├── atm_windows.h
│   │   │   │   │   │   │   │   ├── byte_buffer.h
│   │   │   │   │   │   │   │   ├── byte_buffer_reader.h
│   │   │   │   │   │   │   │   ├── compression_types.h
│   │   │   │   │   │   │   │   ├── connectivity_state.h
│   │   │   │   │   │   │   │   ├── fork.h
│   │   │   │   │   │   │   │   ├── gpr_slice.h
│   │   │   │   │   │   │   │   ├── gpr_types.h
│   │   │   │   │   │   │   │   ├── grpc_types.h
│   │   │   │   │   │   │   │   ├── log.h
│   │   │   │   │   │   │   │   ├── port_platform.h
│   │   │   │   │   │   │   │   ├── propagation_bits.h
│   │   │   │   │   │   │   │   ├── slice.h
│   │   │   │   │   │   │   │   ├── status.h
│   │   │   │   │   │   │   │   ├── sync.h
│   │   │   │   │   │   │   │   ├── sync_custom.h
│   │   │   │   │   │   │   │   ├── sync_generic.h
│   │   │   │   │   │   │   │   ├── sync_posix.h
│   │   │   │   │   │   │   │   └── sync_windows.h
│   │   │   │   │   │   │   ├── load_reporting.h
│   │   │   │   │   │   │   ├── slice.h
│   │   │   │   │   │   │   ├── slice_buffer.h
│   │   │   │   │   │   │   ├── status.h
│   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   ├── alloc.h
│   │   │   │   │   │   │   ├── atm.h
│   │   │   │   │   │   │   ├── atm_gcc_atomic.h
│   │   │   │   │   │   │   ├── atm_gcc_sync.h
│   │   │   │   │   │   │   ├── atm_windows.h
│   │   │   │   │   │   │   ├── cpu.h
│   │   │   │   │   │   │   ├── log.h
│   │   │   │   │   │   │   ├── log_windows.h
│   │   │   │   │   │   │   ├── port_platform.h
│   │   │   │   │   │   │   ├── string_util.h
│   │   │   │   │   │   │   ├── sync.h
│   │   │   │   │   │   │   ├── sync_custom.h
│   │   │   │   │   │   │   ├── sync_generic.h
│   │   │   │   │   │   │   ├── sync_posix.h
│   │   │   │   │   │   │   ├── sync_windows.h
│   │   │   │   │   │   │   ├── thd_id.h
│   │   │   │   │   │   │   ├── time.h
│   │   │   │   │   │   │   └── workaround_list.h
│   │   │   │   │   │   ├── grpc++
│   │   │   │   │   │   │   ├── alarm.h
│   │   │   │   │   │   │   ├── channel.h
│   │   │   │   │   │   │   ├── client_context.h
│   │   │   │   │   │   │   ├── completion_queue.h
│   │   │   │   │   │   │   ├── create_channel.h
│   │   │   │   │   │   │   ├── create_channel_posix.h
│   │   │   │   │   │   │   ├── ext
│   │   │   │   │   │   │   │   └── health_check_service_server_builder_option.h
│   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   ├── async_generic_service.h
│   │   │   │   │   │   │   │   └── generic_stub.h
│   │   │   │   │   │   │   ├── grpc++.h
│   │   │   │   │   │   │   ├── health_check_service_interface.h
│   │   │   │   │   │   │   ├── impl
│   │   │   │   │   │   │   │   ├── call.h
│   │   │   │   │   │   │   │   ├── channel_argument_option.h
│   │   │   │   │   │   │   │   ├── client_unary_call.h
│   │   │   │   │   │   │   │   ├── codegen
│   │   │   │   │   │   │   │   │   ├── async_stream.h
│   │   │   │   │   │   │   │   │   ├── async_unary_call.h
│   │   │   │   │   │   │   │   │   ├── byte_buffer.h
│   │   │   │   │   │   │   │   │   ├── call.h
│   │   │   │   │   │   │   │   │   ├── call_hook.h
│   │   │   │   │   │   │   │   │   ├── channel_interface.h
│   │   │   │   │   │   │   │   │   ├── client_context.h
│   │   │   │   │   │   │   │   │   ├── client_unary_call.h
│   │   │   │   │   │   │   │   │   ├── completion_queue.h
│   │   │   │   │   │   │   │   │   ├── completion_queue_tag.h
│   │   │   │   │   │   │   │   │   ├── config.h
│   │   │   │   │   │   │   │   │   ├── config_protobuf.h
│   │   │   │   │   │   │   │   │   ├── core_codegen.h
│   │   │   │   │   │   │   │   │   ├── core_codegen_interface.h
│   │   │   │   │   │   │   │   │   ├── create_auth_context.h
│   │   │   │   │   │   │   │   │   ├── grpc_library.h
│   │   │   │   │   │   │   │   │   ├── metadata_map.h
│   │   │   │   │   │   │   │   │   ├── method_handler_impl.h
│   │   │   │   │   │   │   │   │   ├── proto_utils.h
│   │   │   │   │   │   │   │   │   ├── rpc_method.h
│   │   │   │   │   │   │   │   │   ├── rpc_service_method.h
│   │   │   │   │   │   │   │   │   ├── security
│   │   │   │   │   │   │   │   │   │   └── auth_context.h
│   │   │   │   │   │   │   │   │   ├── serialization_traits.h
│   │   │   │   │   │   │   │   │   ├── server_context.h
│   │   │   │   │   │   │   │   │   ├── server_interface.h
│   │   │   │   │   │   │   │   │   ├── service_type.h
│   │   │   │   │   │   │   │   │   ├── slice.h
│   │   │   │   │   │   │   │   │   ├── status.h
│   │   │   │   │   │   │   │   │   ├── status_code_enum.h
│   │   │   │   │   │   │   │   │   ├── string_ref.h
│   │   │   │   │   │   │   │   │   ├── stub_options.h
│   │   │   │   │   │   │   │   │   ├── sync_stream.h
│   │   │   │   │   │   │   │   │   └── time.h
│   │   │   │   │   │   │   │   ├── grpc_library.h
│   │   │   │   │   │   │   │   ├── method_handler_impl.h
│   │   │   │   │   │   │   │   ├── rpc_method.h
│   │   │   │   │   │   │   │   ├── rpc_service_method.h
│   │   │   │   │   │   │   │   ├── serialization_traits.h
│   │   │   │   │   │   │   │   ├── server_builder_option.h
│   │   │   │   │   │   │   │   ├── server_builder_plugin.h
│   │   │   │   │   │   │   │   ├── server_initializer.h
│   │   │   │   │   │   │   │   ├── service_type.h
│   │   │   │   │   │   │   │   ├── sync_cxx11.h
│   │   │   │   │   │   │   │   └── sync_no_cxx11.h
│   │   │   │   │   │   │   ├── resource_quota.h
│   │   │   │   │   │   │   ├── security
│   │   │   │   │   │   │   │   ├── auth_context.h
│   │   │   │   │   │   │   │   ├── auth_metadata_processor.h
│   │   │   │   │   │   │   │   ├── credentials.h
│   │   │   │   │   │   │   │   └── server_credentials.h
│   │   │   │   │   │   │   ├── server.h
│   │   │   │   │   │   │   ├── server_builder.h
│   │   │   │   │   │   │   ├── server_context.h
│   │   │   │   │   │   │   ├── server_posix.h
│   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   ├── async_stream.h
│   │   │   │   │   │   │   ├── async_unary_call.h
│   │   │   │   │   │   │   ├── byte_buffer.h
│   │   │   │   │   │   │   ├── channel_arguments.h
│   │   │   │   │   │   │   ├── config.h
│   │   │   │   │   │   │   ├── slice.h
│   │   │   │   │   │   │   ├── status.h
│   │   │   │   │   │   │   ├── status_code_enum.h
│   │   │   │   │   │   │   ├── string_ref.h
│   │   │   │   │   │   │   ├── stub_options.h
│   │   │   │   │   │   │   ├── sync_stream.h
│   │   │   │   │   │   │   └── time.h
│   │   │   │   │   │   └── grpcpp
│   │   │   │   │   │   ├── alarm.h
│   │   │   │   │   │   ├── alarm_impl.h
│   │   │   │   │   │   ├── channel.h
│   │   │   │   │   │   ├── channel_impl.h
│   │   │   │   │   │   ├── client_context.h
│   │   │   │   │   │   ├── completion_queue.h
│   │   │   │   │   │   ├── completion_queue_impl.h
│   │   │   │   │   │   ├── create_channel.h
│   │   │   │   │   │   ├── create_channel_impl.h
│   │   │   │   │   │   ├── create_channel_posix.h
│   │   │   │   │   │   ├── create_channel_posix_impl.h
│   │   │   │   │   │   ├── ext
│   │   │   │   │   │   │   └── health_check_service_server_builder_option.h
│   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   ├── async_generic_service.h
│   │   │   │   │   │   │   ├── generic_stub.h
│   │   │   │   │   │   │   └── generic_stub_impl.h
│   │   │   │   │   │   ├── grpcpp.h
│   │   │   │   │   │   ├── health_check_service_interface.h
│   │   │   │   │   │   ├── health_check_service_interface_impl.h
│   │   │   │   │   │   ├── impl
│   │   │   │   │   │   │   ├── call.h
│   │   │   │   │   │   │   ├── channel_argument_option.h
│   │   │   │   │   │   │   ├── client_unary_call.h
│   │   │   │   │   │   │   ├── codegen
│   │   │   │   │   │   │   │   ├── async_generic_service.h
│   │   │   │   │   │   │   │   ├── async_stream.h
│   │   │   │   │   │   │   │   ├── async_stream_impl.h
│   │   │   │   │   │   │   │   ├── async_unary_call.h
│   │   │   │   │   │   │   │   ├── async_unary_call_impl.h
│   │   │   │   │   │   │   │   ├── byte_buffer.h
│   │   │   │   │   │   │   │   ├── call.h
│   │   │   │   │   │   │   │   ├── call_hook.h
│   │   │   │   │   │   │   │   ├── call_op_set.h
│   │   │   │   │   │   │   │   ├── call_op_set_interface.h
│   │   │   │   │   │   │   │   ├── callback_common.h
│   │   │   │   │   │   │   │   ├── channel_interface.h
│   │   │   │   │   │   │   │   ├── client_callback.h
│   │   │   │   │   │   │   │   ├── client_callback_impl.h
│   │   │   │   │   │   │   │   ├── client_context.h
│   │   │   │   │   │   │   │   ├── client_context_impl.h
│   │   │   │   │   │   │   │   ├── client_interceptor.h
│   │   │   │   │   │   │   │   ├── client_unary_call.h
│   │   │   │   │   │   │   │   ├── completion_queue.h
│   │   │   │   │   │   │   │   ├── completion_queue_impl.h
│   │   │   │   │   │   │   │   ├── completion_queue_tag.h
│   │   │   │   │   │   │   │   ├── config.h
│   │   │   │   │   │   │   │   ├── config_protobuf.h
│   │   │   │   │   │   │   │   ├── core_codegen.h
│   │   │   │   │   │   │   │   ├── core_codegen_interface.h
│   │   │   │   │   │   │   │   ├── create_auth_context.h
│   │   │   │   │   │   │   │   ├── delegating_channel.h
│   │   │   │   │   │   │   │   ├── grpc_library.h
│   │   │   │   │   │   │   │   ├── intercepted_channel.h
│   │   │   │   │   │   │   │   ├── interceptor.h
│   │   │   │   │   │   │   │   ├── interceptor_common.h
│   │   │   │   │   │   │   │   ├── message_allocator.h
│   │   │   │   │   │   │   │   ├── metadata_map.h
│   │   │   │   │   │   │   │   ├── method_handler.h
│   │   │   │   │   │   │   │   ├── method_handler_impl.h
│   │   │   │   │   │   │   │   ├── proto_buffer_reader.h
│   │   │   │   │   │   │   │   ├── proto_buffer_writer.h
│   │   │   │   │   │   │   │   ├── proto_utils.h
│   │   │   │   │   │   │   │   ├── rpc_method.h
│   │   │   │   │   │   │   │   ├── rpc_service_method.h
│   │   │   │   │   │   │   │   ├── security
│   │   │   │   │   │   │   │   │   └── auth_context.h
│   │   │   │   │   │   │   │   ├── serialization_traits.h
│   │   │   │   │   │   │   │   ├── server_callback.h
│   │   │   │   │   │   │   │   ├── server_callback_handlers.h
│   │   │   │   │   │   │   │   ├── server_callback_impl.h
│   │   │   │   │   │   │   │   ├── server_context.h
│   │   │   │   │   │   │   │   ├── server_context_impl.h
│   │   │   │   │   │   │   │   ├── server_interceptor.h
│   │   │   │   │   │   │   │   ├── server_interface.h
│   │   │   │   │   │   │   │   ├── service_type.h
│   │   │   │   │   │   │   │   ├── slice.h
│   │   │   │   │   │   │   │   ├── status.h
│   │   │   │   │   │   │   │   ├── status_code_enum.h
│   │   │   │   │   │   │   │   ├── string_ref.h
│   │   │   │   │   │   │   │   ├── stub_options.h
│   │   │   │   │   │   │   │   ├── sync.h
│   │   │   │   │   │   │   │   ├── sync_stream.h
│   │   │   │   │   │   │   │   ├── sync_stream_impl.h
│   │   │   │   │   │   │   │   └── time.h
│   │   │   │   │   │   │   ├── grpc_library.h
│   │   │   │   │   │   │   ├── method_handler_impl.h
│   │   │   │   │   │   │   ├── rpc_method.h
│   │   │   │   │   │   │   ├── rpc_service_method.h
│   │   │   │   │   │   │   ├── serialization_traits.h
│   │   │   │   │   │   │   ├── server_builder_option.h
│   │   │   │   │   │   │   ├── server_builder_option_impl.h
│   │   │   │   │   │   │   ├── server_builder_plugin.h
│   │   │   │   │   │   │   ├── server_initializer.h
│   │   │   │   │   │   │   ├── server_initializer_impl.h
│   │   │   │   │   │   │   ├── service_type.h
│   │   │   │   │   │   │   ├── sync_cxx11.h
│   │   │   │   │   │   │   └── sync_no_cxx11.h
│   │   │   │   │   │   ├── resource_quota.h
│   │   │   │   │   │   ├── resource_quota_impl.h
│   │   │   │   │   │   ├── security
│   │   │   │   │   │   │   ├── auth_context.h
│   │   │   │   │   │   │   ├── auth_metadata_processor.h
│   │   │   │   │   │   │   ├── auth_metadata_processor_impl.h
│   │   │   │   │   │   │   ├── credentials.h
│   │   │   │   │   │   │   ├── credentials_impl.h
│   │   │   │   │   │   │   ├── server_credentials.h
│   │   │   │   │   │   │   ├── server_credentials_impl.h
│   │   │   │   │   │   │   └── tls_credentials_options.h
│   │   │   │   │   │   ├── server.h
│   │   │   │   │   │   ├── server_builder.h
│   │   │   │   │   │   ├── server_builder_impl.h
│   │   │   │   │   │   ├── server_context.h
│   │   │   │   │   │   ├── server_impl.h
│   │   │   │   │   │   ├── server_posix.h
│   │   │   │   │   │   ├── server_posix_impl.h
│   │   │   │   │   │   └── support
│   │   │   │   │   │   ├── async_stream.h
│   │   │   │   │   │   ├── async_stream_impl.h
│   │   │   │   │   │   ├── async_unary_call.h
│   │   │   │   │   │   ├── async_unary_call_impl.h
│   │   │   │   │   │   ├── byte_buffer.h
│   │   │   │   │   │   ├── channel_arguments.h
│   │   │   │   │   │   ├── channel_arguments_impl.h
│   │   │   │   │   │   ├── client_callback.h
│   │   │   │   │   │   ├── client_callback_impl.h
│   │   │   │   │   │   ├── client_interceptor.h
│   │   │   │   │   │   ├── config.h
│   │   │   │   │   │   ├── interceptor.h
│   │   │   │   │   │   ├── message_allocator.h
│   │   │   │   │   │   ├── method_handler.h
│   │   │   │   │   │   ├── proto_buffer_reader.h
│   │   │   │   │   │   ├── proto_buffer_writer.h
│   │   │   │   │   │   ├── server_callback.h
│   │   │   │   │   │   ├── server_callback_impl.h
│   │   │   │   │   │   ├── server_interceptor.h
│   │   │   │   │   │   ├── slice.h
│   │   │   │   │   │   ├── status.h
│   │   │   │   │   │   ├── status_code_enum.h
│   │   │   │   │   │   ├── string_ref.h
│   │   │   │   │   │   ├── stub_options.h
│   │   │   │   │   │   ├── sync_stream.h
│   │   │   │   │   │   ├── sync_stream_impl.h
│   │   │   │   │   │   ├── time.h
│   │   │   │   │   │   └── validate_service_config.h
│   │   │   │   │   ├── src
│   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── ext
│   │   │   │   │   │   │   │   ├── filters
│   │   │   │   │   │   │   │   │   ├── client_channel
│   │   │   │   │   │   │   │   │   │   ├── backend_metric.h
│   │   │   │   │   │   │   │   │   │   ├── backup_poller.h
│   │   │   │   │   │   │   │   │   │   ├── client_channel.h
│   │   │   │   │   │   │   │   │   │   ├── client_channel_channelz.h
│   │   │   │   │   │   │   │   │   │   ├── client_channel_factory.h
│   │   │   │   │   │   │   │   │   │   ├── connector.h
│   │   │   │   │   │   │   │   │   │   ├── global_subchannel_pool.h
│   │   │   │   │   │   │   │   │   │   ├── health
│   │   │   │   │   │   │   │   │   │   │   └── health_check_client.h
│   │   │   │   │   │   │   │   │   │   ├── http_connect_handshaker.h
│   │   │   │   │   │   │   │   │   │   ├── http_proxy.h
│   │   │   │   │   │   │   │   │   │   ├── lb_policy
│   │   │   │   │   │   │   │   │   │   │   ├── grpclb
│   │   │   │   │   │   │   │   │   │   │   │   ├── client_load_reporting_filter.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── grpclb.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── grpclb_channel.h
│   │   │   │   │   │   │   │   │   │   │   │   ├── grpclb_client_stats.h
│   │   │   │   │   │   │   │   │   │   │   │   └── load_balancer_api.h
│   │   │   │   │   │   │   │   │   │   │   ├── subchannel_list.h
│   │   │   │   │   │   │   │   │   │   │   └── xds
│   │   │   │   │   │   │   │   │   │   │   └── xds.h
│   │   │   │   │   │   │   │   │   │   ├── lb_policy.h
│   │   │   │   │   │   │   │   │   │   ├── lb_policy_factory.h
│   │   │   │   │   │   │   │   │   │   ├── lb_policy_registry.h
│   │   │   │   │   │   │   │   │   │   ├── local_subchannel_pool.h
│   │   │   │   │   │   │   │   │   │   ├── parse_address.h
│   │   │   │   │   │   │   │   │   │   ├── proxy_mapper.h
│   │   │   │   │   │   │   │   │   │   ├── proxy_mapper_registry.h
│   │   │   │   │   │   │   │   │   │   ├── resolver
│   │   │   │   │   │   │   │   │   │   │   ├── dns
│   │   │   │   │   │   │   │   │   │   │   │   ├── c_ares
│   │   │   │   │   │   │   │   │   │   │   │   │   ├── grpc_ares_ev_driver.h
│   │   │   │   │   │   │   │   │   │   │   │   │   └── grpc_ares_wrapper.h
│   │   │   │   │   │   │   │   │   │   │   │   └── dns_resolver_selection.h
│   │   │   │   │   │   │   │   │   │   │   └── fake
│   │   │   │   │   │   │   │   │   │   │   └── fake_resolver.h
│   │   │   │   │   │   │   │   │   │   ├── resolver.h
│   │   │   │   │   │   │   │   │   │   ├── resolver_factory.h
│   │   │   │   │   │   │   │   │   │   ├── resolver_registry.h
│   │   │   │   │   │   │   │   │   │   ├── resolver_result_parsing.h
│   │   │   │   │   │   │   │   │   │   ├── resolving_lb_policy.h
│   │   │   │   │   │   │   │   │   │   ├── retry_throttle.h
│   │   │   │   │   │   │   │   │   │   ├── server_address.h
│   │   │   │   │   │   │   │   │   │   ├── service_config.h
│   │   │   │   │   │   │   │   │   │   ├── subchannel.h
│   │   │   │   │   │   │   │   │   │   ├── subchannel_interface.h
│   │   │   │   │   │   │   │   │   │   ├── subchannel_pool_interface.h
│   │   │   │   │   │   │   │   │   │   └── xds
│   │   │   │   │   │   │   │   │   │   ├── xds_api.h
│   │   │   │   │   │   │   │   │   │   ├── xds_bootstrap.h
│   │   │   │   │   │   │   │   │   │   ├── xds_channel.h
│   │   │   │   │   │   │   │   │   │   ├── xds_channel_args.h
│   │   │   │   │   │   │   │   │   │   ├── xds_client.h
│   │   │   │   │   │   │   │   │   │   └── xds_client_stats.h
│   │   │   │   │   │   │   │   │   ├── deadline
│   │   │   │   │   │   │   │   │   │   └── deadline_filter.h
│   │   │   │   │   │   │   │   │   ├── http
│   │   │   │   │   │   │   │   │   │   ├── client
│   │   │   │   │   │   │   │   │   │   │   └── http_client_filter.h
│   │   │   │   │   │   │   │   │   │   ├── client_authority_filter.h
│   │   │   │   │   │   │   │   │   │   ├── message_compress
│   │   │   │   │   │   │   │   │   │   │   └── message_compress_filter.h
│   │   │   │   │   │   │   │   │   │   └── server
│   │   │   │   │   │   │   │   │   │   └── http_server_filter.h
│   │   │   │   │   │   │   │   │   ├── max_age
│   │   │   │   │   │   │   │   │   │   └── max_age_filter.h
│   │   │   │   │   │   │   │   │   ├── message_size
│   │   │   │   │   │   │   │   │   │   └── message_size_filter.h
│   │   │   │   │   │   │   │   │   └── workarounds
│   │   │   │   │   │   │   │   │   ├── workaround_cronet_compression_filter.h
│   │   │   │   │   │   │   │   │   └── workaround_utils.h
│   │   │   │   │   │   │   │   ├── transport
│   │   │   │   │   │   │   │   │   ├── chttp2
│   │   │   │   │   │   │   │   │   │   ├── alpn
│   │   │   │   │   │   │   │   │   │   │   └── alpn.h
│   │   │   │   │   │   │   │   │   │   ├── client
│   │   │   │   │   │   │   │   │   │   │   ├── authority.h
│   │   │   │   │   │   │   │   │   │   │   └── chttp2_connector.h
│   │   │   │   │   │   │   │   │   │   ├── server
│   │   │   │   │   │   │   │   │   │   │   └── chttp2_server.h
│   │   │   │   │   │   │   │   │   │   └── transport
│   │   │   │   │   │   │   │   │   │   ├── bin_decoder.h
│   │   │   │   │   │   │   │   │   │   ├── bin_encoder.h
│   │   │   │   │   │   │   │   │   │   ├── chttp2_transport.h
│   │   │   │   │   │   │   │   │   │   ├── context_list.h
│   │   │   │   │   │   │   │   │   │   ├── flow_control.h
│   │   │   │   │   │   │   │   │   │   ├── frame.h
│   │   │   │   │   │   │   │   │   │   ├── frame_data.h
│   │   │   │   │   │   │   │   │   │   ├── frame_goaway.h
│   │   │   │   │   │   │   │   │   │   ├── frame_ping.h
│   │   │   │   │   │   │   │   │   │   ├── frame_rst_stream.h
│   │   │   │   │   │   │   │   │   │   ├── frame_settings.h
│   │   │   │   │   │   │   │   │   │   ├── frame_window_update.h
│   │   │   │   │   │   │   │   │   │   ├── hpack_encoder.h
│   │   │   │   │   │   │   │   │   │   ├── hpack_parser.h
│   │   │   │   │   │   │   │   │   │   ├── hpack_table.h
│   │   │   │   │   │   │   │   │   │   ├── http2_settings.h
│   │   │   │   │   │   │   │   │   │   ├── huffsyms.h
│   │   │   │   │   │   │   │   │   │   ├── incoming_metadata.h
│   │   │   │   │   │   │   │   │   │   ├── internal.h
│   │   │   │   │   │   │   │   │   │   ├── stream_map.h
│   │   │   │   │   │   │   │   │   │   └── varint.h
│   │   │   │   │   │   │   │   │   └── inproc
│   │   │   │   │   │   │   │   │   └── inproc_transport.h
│   │   │   │   │   │   │   │   └── upb-generated
│   │   │   │   │   │   │   │   ├── envoy
│   │   │   │   │   │   │   │   │   ├── api
│   │   │   │   │   │   │   │   │   │   └── v2
│   │   │   │   │   │   │   │   │   │   ├── auth
│   │   │   │   │   │   │   │   │   │   │   └── cert.upb.h
│   │   │   │   │   │   │   │   │   │   ├── cds.upb.h
│   │   │   │   │   │   │   │   │   │   ├── cluster
│   │   │   │   │   │   │   │   │   │   │   ├── circuit_breaker.upb.h
│   │   │   │   │   │   │   │   │   │   │   ├── filter.upb.h
│   │   │   │   │   │   │   │   │   │   │   └── outlier_detection.upb.h
│   │   │   │   │   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   │   │   │   │   ├── address.upb.h
│   │   │   │   │   │   │   │   │   │   │   ├── base.upb.h
│   │   │   │   │   │   │   │   │   │   │   ├── config_source.upb.h
│   │   │   │   │   │   │   │   │   │   │   ├── grpc_service.upb.h
│   │   │   │   │   │   │   │   │   │   │   ├── health_check.upb.h
│   │   │   │   │   │   │   │   │   │   │   ├── http_uri.upb.h
│   │   │   │   │   │   │   │   │   │   │   └── protocol.upb.h
│   │   │   │   │   │   │   │   │   │   ├── discovery.upb.h
│   │   │   │   │   │   │   │   │   │   ├── eds.upb.h
│   │   │   │   │   │   │   │   │   │   └── endpoint
│   │   │   │   │   │   │   │   │   │   ├── endpoint.upb.h
│   │   │   │   │   │   │   │   │   │   └── load_report.upb.h
│   │   │   │   │   │   │   │   │   ├── service
│   │   │   │   │   │   │   │   │   │   ├── discovery
│   │   │   │   │   │   │   │   │   │   │   └── v2
│   │   │   │   │   │   │   │   │   │   │   └── ads.upb.h
│   │   │   │   │   │   │   │   │   │   └── load_stats
│   │   │   │   │   │   │   │   │   │   └── v2
│   │   │   │   │   │   │   │   │   │   └── lrs.upb.h
│   │   │   │   │   │   │   │   │   └── type
│   │   │   │   │   │   │   │   │   ├── http.upb.h
│   │   │   │   │   │   │   │   │   ├── percent.upb.h
│   │   │   │   │   │   │   │   │   └── range.upb.h
│   │   │   │   │   │   │   │   ├── gogoproto
│   │   │   │   │   │   │   │   │   └── gogo.upb.h
│   │   │   │   │   │   │   │   ├── google
│   │   │   │   │   │   │   │   │   ├── api
│   │   │   │   │   │   │   │   │   │   ├── annotations.upb.h
│   │   │   │   │   │   │   │   │   │   └── http.upb.h
│   │   │   │   │   │   │   │   │   ├── protobuf
│   │   │   │   │   │   │   │   │   │   ├── any.upb.h
│   │   │   │   │   │   │   │   │   │   ├── descriptor.upb.h
│   │   │   │   │   │   │   │   │   │   ├── duration.upb.h
│   │   │   │   │   │   │   │   │   │   ├── empty.upb.h
│   │   │   │   │   │   │   │   │   │   ├── struct.upb.h
│   │   │   │   │   │   │   │   │   │   ├── timestamp.upb.h
│   │   │   │   │   │   │   │   │   │   └── wrappers.upb.h
│   │   │   │   │   │   │   │   │   └── rpc
│   │   │   │   │   │   │   │   │   └── status.upb.h
│   │   │   │   │   │   │   │   ├── src
│   │   │   │   │   │   │   │   │   └── proto
│   │   │   │   │   │   │   │   │   └── grpc
│   │   │   │   │   │   │   │   │   ├── gcp
│   │   │   │   │   │   │   │   │   │   ├── altscontext.upb.h
│   │   │   │   │   │   │   │   │   │   ├── handshaker.upb.h
│   │   │   │   │   │   │   │   │   │   └── transport_security_common.upb.h
│   │   │   │   │   │   │   │   │   ├── health
│   │   │   │   │   │   │   │   │   │   └── v1
│   │   │   │   │   │   │   │   │   │   └── health.upb.h
│   │   │   │   │   │   │   │   │   └── lb
│   │   │   │   │   │   │   │   │   └── v1
│   │   │   │   │   │   │   │   │   └── load_balancer.upb.h
│   │   │   │   │   │   │   │   ├── udpa
│   │   │   │   │   │   │   │   │   └── data
│   │   │   │   │   │   │   │   │   └── orca
│   │   │   │   │   │   │   │   │   └── v1
│   │   │   │   │   │   │   │   │   └── orca_load_report.upb.h
│   │   │   │   │   │   │   │   └── validate
│   │   │   │   │   │   │   │   └── validate.upb.h
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── avl
│   │   │   │   │   │   │   │   │   └── avl.h
│   │   │   │   │   │   │   │   ├── backoff
│   │   │   │   │   │   │   │   │   └── backoff.h
│   │   │   │   │   │   │   │   ├── channel
│   │   │   │   │   │   │   │   │   ├── channel_args.h
│   │   │   │   │   │   │   │   │   ├── channel_stack.h
│   │   │   │   │   │   │   │   │   ├── channel_stack_builder.h
│   │   │   │   │   │   │   │   │   ├── channel_trace.h
│   │   │   │   │   │   │   │   │   ├── channelz.h
│   │   │   │   │   │   │   │   │   ├── channelz_registry.h
│   │   │   │   │   │   │   │   │   ├── connected_channel.h
│   │   │   │   │   │   │   │   │   ├── context.h
│   │   │   │   │   │   │   │   │   ├── handshaker.h
│   │   │   │   │   │   │   │   │   ├── handshaker_factory.h
│   │   │   │   │   │   │   │   │   ├── handshaker_registry.h
│   │   │   │   │   │   │   │   │   └── status_util.h
│   │   │   │   │   │   │   │   ├── compression
│   │   │   │   │   │   │   │   │   ├── algorithm_metadata.h
│   │   │   │   │   │   │   │   │   ├── compression_args.h
│   │   │   │   │   │   │   │   │   ├── compression_internal.h
│   │   │   │   │   │   │   │   │   ├── message_compress.h
│   │   │   │   │   │   │   │   │   ├── stream_compression.h
│   │   │   │   │   │   │   │   │   ├── stream_compression_gzip.h
│   │   │   │   │   │   │   │   │   └── stream_compression_identity.h
│   │   │   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   │   │   ├── stats.h
│   │   │   │   │   │   │   │   │   ├── stats_data.h
│   │   │   │   │   │   │   │   │   └── trace.h
│   │   │   │   │   │   │   │   ├── gpr
│   │   │   │   │   │   │   │   │   ├── alloc.h
│   │   │   │   │   │   │   │   │   ├── arena.h
│   │   │   │   │   │   │   │   │   ├── env.h
│   │   │   │   │   │   │   │   │   ├── murmur_hash.h
│   │   │   │   │   │   │   │   │   ├── spinlock.h
│   │   │   │   │   │   │   │   │   ├── string.h
│   │   │   │   │   │   │   │   │   ├── string_windows.h
│   │   │   │   │   │   │   │   │   ├── time_precise.h
│   │   │   │   │   │   │   │   │   ├── tls.h
│   │   │   │   │   │   │   │   │   ├── tls_gcc.h
│   │   │   │   │   │   │   │   │   ├── tls_msvc.h
│   │   │   │   │   │   │   │   │   ├── tls_pthread.h
│   │   │   │   │   │   │   │   │   ├── tmpfile.h
│   │   │   │   │   │   │   │   │   └── useful.h
│   │   │   │   │   │   │   │   ├── gprpp
│   │   │   │   │   │   │   │   │   ├── arena.h
│   │   │   │   │   │   │   │   │   ├── atomic.h
│   │   │   │   │   │   │   │   │   ├── debug_location.h
│   │   │   │   │   │   │   │   │   ├── fork.h
│   │   │   │   │   │   │   │   │   ├── global_config.h
│   │   │   │   │   │   │   │   │   ├── global_config_custom.h
│   │   │   │   │   │   │   │   │   ├── global_config_env.h
│   │   │   │   │   │   │   │   │   ├── global_config_generic.h
│   │   │   │   │   │   │   │   │   ├── host_port.h
│   │   │   │   │   │   │   │   │   ├── inlined_vector.h
│   │   │   │   │   │   │   │   │   ├── manual_constructor.h
│   │   │   │   │   │   │   │   │   ├── map.h
│   │   │   │   │   │   │   │   │   ├── memory.h
│   │   │   │   │   │   │   │   │   ├── mpscq.h
│   │   │   │   │   │   │   │   │   ├── optional.h
│   │   │   │   │   │   │   │   │   ├── orphanable.h
│   │   │   │   │   │   │   │   │   ├── ref_counted.h
│   │   │   │   │   │   │   │   │   ├── ref_counted_ptr.h
│   │   │   │   │   │   │   │   │   ├── string_view.h
│   │   │   │   │   │   │   │   │   ├── sync.h
│   │   │   │   │   │   │   │   │   └── thd.h
│   │   │   │   │   │   │   │   ├── http
│   │   │   │   │   │   │   │   │   ├── format_request.h
│   │   │   │   │   │   │   │   │   ├── httpcli.h
│   │   │   │   │   │   │   │   │   └── parser.h
│   │   │   │   │   │   │   │   ├── iomgr
│   │   │   │   │   │   │   │   │   ├── block_annotate.h
│   │   │   │   │   │   │   │   │   ├── buffer_list.h
│   │   │   │   │   │   │   │   │   ├── call_combiner.h
│   │   │   │   │   │   │   │   │   ├── cfstream_handle.h
│   │   │   │   │   │   │   │   │   ├── closure.h
│   │   │   │   │   │   │   │   │   ├── combiner.h
│   │   │   │   │   │   │   │   │   ├── dynamic_annotations.h
│   │   │   │   │   │   │   │   │   ├── endpoint.h
│   │   │   │   │   │   │   │   │   ├── endpoint_cfstream.h
│   │   │   │   │   │   │   │   │   ├── endpoint_pair.h
│   │   │   │   │   │   │   │   │   ├── error.h
│   │   │   │   │   │   │   │   │   ├── error_cfstream.h
│   │   │   │   │   │   │   │   │   ├── error_internal.h
│   │   │   │   │   │   │   │   │   ├── ev_epoll1_linux.h
│   │   │   │   │   │   │   │   │   ├── ev_epollex_linux.h
│   │   │   │   │   │   │   │   │   ├── ev_poll_posix.h
│   │   │   │   │   │   │   │   │   ├── ev_posix.h
│   │   │   │   │   │   │   │   │   ├── exec_ctx.h
│   │   │   │   │   │   │   │   │   ├── executor
│   │   │   │   │   │   │   │   │   │   ├── mpmcqueue.h
│   │   │   │   │   │   │   │   │   │   └── threadpool.h
│   │   │   │   │   │   │   │   │   ├── executor.h
│   │   │   │   │   │   │   │   │   ├── gethostname.h
│   │   │   │   │   │   │   │   │   ├── grpc_if_nametoindex.h
│   │   │   │   │   │   │   │   │   ├── internal_errqueue.h
│   │   │   │   │   │   │   │   │   ├── iocp_windows.h
│   │   │   │   │   │   │   │   │   ├── iomgr.h
│   │   │   │   │   │   │   │   │   ├── iomgr_custom.h
│   │   │   │   │   │   │   │   │   ├── iomgr_internal.h
│   │   │   │   │   │   │   │   │   ├── iomgr_posix.h
│   │   │   │   │   │   │   │   │   ├── is_epollexclusive_available.h
│   │   │   │   │   │   │   │   │   ├── load_file.h
│   │   │   │   │   │   │   │   │   ├── lockfree_event.h
│   │   │   │   │   │   │   │   │   ├── logical_thread.h
│   │   │   │   │   │   │   │   │   ├── nameser.h
│   │   │   │   │   │   │   │   │   ├── polling_entity.h
│   │   │   │   │   │   │   │   │   ├── pollset.h
│   │   │   │   │   │   │   │   │   ├── pollset_custom.h
│   │   │   │   │   │   │   │   │   ├── pollset_set.h
│   │   │   │   │   │   │   │   │   ├── pollset_set_custom.h
│   │   │   │   │   │   │   │   │   ├── pollset_set_windows.h
│   │   │   │   │   │   │   │   │   ├── pollset_uv.h
│   │   │   │   │   │   │   │   │   ├── pollset_windows.h
│   │   │   │   │   │   │   │   │   ├── port.h
│   │   │   │   │   │   │   │   │   ├── python_util.h
│   │   │   │   │   │   │   │   │   ├── resolve_address.h
│   │   │   │   │   │   │   │   │   ├── resolve_address_custom.h
│   │   │   │   │   │   │   │   │   ├── resource_quota.h
│   │   │   │   │   │   │   │   │   ├── sockaddr.h
│   │   │   │   │   │   │   │   │   ├── sockaddr_custom.h
│   │   │   │   │   │   │   │   │   ├── sockaddr_posix.h
│   │   │   │   │   │   │   │   │   ├── sockaddr_utils.h
│   │   │   │   │   │   │   │   │   ├── sockaddr_windows.h
│   │   │   │   │   │   │   │   │   ├── socket_factory_posix.h
│   │   │   │   │   │   │   │   │   ├── socket_mutator.h
│   │   │   │   │   │   │   │   │   ├── socket_utils.h
│   │   │   │   │   │   │   │   │   ├── socket_utils_posix.h
│   │   │   │   │   │   │   │   │   ├── socket_windows.h
│   │   │   │   │   │   │   │   │   ├── sys_epoll_wrapper.h
│   │   │   │   │   │   │   │   │   ├── tcp_client.h
│   │   │   │   │   │   │   │   │   ├── tcp_client_posix.h
│   │   │   │   │   │   │   │   │   ├── tcp_custom.h
│   │   │   │   │   │   │   │   │   ├── tcp_posix.h
│   │   │   │   │   │   │   │   │   ├── tcp_server.h
│   │   │   │   │   │   │   │   │   ├── tcp_server_utils_posix.h
│   │   │   │   │   │   │   │   │   ├── tcp_windows.h
│   │   │   │   │   │   │   │   │   ├── time_averaged_stats.h
│   │   │   │   │   │   │   │   │   ├── timer.h
│   │   │   │   │   │   │   │   │   ├── timer_custom.h
│   │   │   │   │   │   │   │   │   ├── timer_generic.h
│   │   │   │   │   │   │   │   │   ├── timer_heap.h
│   │   │   │   │   │   │   │   │   ├── timer_manager.h
│   │   │   │   │   │   │   │   │   ├── udp_server.h
│   │   │   │   │   │   │   │   │   ├── unix_sockets_posix.h
│   │   │   │   │   │   │   │   │   ├── wakeup_fd_pipe.h
│   │   │   │   │   │   │   │   │   └── wakeup_fd_posix.h
│   │   │   │   │   │   │   │   ├── json
│   │   │   │   │   │   │   │   │   └── json.h
│   │   │   │   │   │   │   │   ├── profiling
│   │   │   │   │   │   │   │   │   └── timers.h
│   │   │   │   │   │   │   │   ├── security
│   │   │   │   │   │   │   │   │   ├── context
│   │   │   │   │   │   │   │   │   │   └── security_context.h
│   │   │   │   │   │   │   │   │   ├── credentials
│   │   │   │   │   │   │   │   │   │   ├── alts
│   │   │   │   │   │   │   │   │   │   │   ├── alts_credentials.h
│   │   │   │   │   │   │   │   │   │   │   ├── check_gcp_environment.h
│   │   │   │   │   │   │   │   │   │   │   └── grpc_alts_credentials_options.h
│   │   │   │   │   │   │   │   │   │   ├── composite
│   │   │   │   │   │   │   │   │   │   │   └── composite_credentials.h
│   │   │   │   │   │   │   │   │   │   ├── credentials.h
│   │   │   │   │   │   │   │   │   │   ├── fake
│   │   │   │   │   │   │   │   │   │   │   └── fake_credentials.h
│   │   │   │   │   │   │   │   │   │   ├── google_default
│   │   │   │   │   │   │   │   │   │   │   └── google_default_credentials.h
│   │   │   │   │   │   │   │   │   │   ├── iam
│   │   │   │   │   │   │   │   │   │   │   └── iam_credentials.h
│   │   │   │   │   │   │   │   │   │   ├── jwt
│   │   │   │   │   │   │   │   │   │   │   ├── json_token.h
│   │   │   │   │   │   │   │   │   │   │   ├── jwt_credentials.h
│   │   │   │   │   │   │   │   │   │   │   └── jwt_verifier.h
│   │   │   │   │   │   │   │   │   │   ├── local
│   │   │   │   │   │   │   │   │   │   │   └── local_credentials.h
│   │   │   │   │   │   │   │   │   │   ├── oauth2
│   │   │   │   │   │   │   │   │   │   │   └── oauth2_credentials.h
│   │   │   │   │   │   │   │   │   │   ├── plugin
│   │   │   │   │   │   │   │   │   │   │   └── plugin_credentials.h
│   │   │   │   │   │   │   │   │   │   ├── ssl
│   │   │   │   │   │   │   │   │   │   │   └── ssl_credentials.h
│   │   │   │   │   │   │   │   │   │   └── tls
│   │   │   │   │   │   │   │   │   │   ├── grpc_tls_credentials_options.h
│   │   │   │   │   │   │   │   │   │   └── tls_credentials.h
│   │   │   │   │   │   │   │   │   ├── security_connector
│   │   │   │   │   │   │   │   │   │   ├── alts
│   │   │   │   │   │   │   │   │   │   │   └── alts_security_connector.h
│   │   │   │   │   │   │   │   │   │   ├── fake
│   │   │   │   │   │   │   │   │   │   │   └── fake_security_connector.h
│   │   │   │   │   │   │   │   │   │   ├── load_system_roots.h
│   │   │   │   │   │   │   │   │   │   ├── load_system_roots_linux.h
│   │   │   │   │   │   │   │   │   │   ├── local
│   │   │   │   │   │   │   │   │   │   │   └── local_security_connector.h
│   │   │   │   │   │   │   │   │   │   ├── security_connector.h
│   │   │   │   │   │   │   │   │   │   ├── ssl
│   │   │   │   │   │   │   │   │   │   │   └── ssl_security_connector.h
│   │   │   │   │   │   │   │   │   │   ├── ssl_utils.h
│   │   │   │   │   │   │   │   │   │   ├── ssl_utils_config.h
│   │   │   │   │   │   │   │   │   │   └── tls
│   │   │   │   │   │   │   │   │   │   └── tls_security_connector.h
│   │   │   │   │   │   │   │   │   ├── transport
│   │   │   │   │   │   │   │   │   │   ├── auth_filters.h
│   │   │   │   │   │   │   │   │   │   ├── secure_endpoint.h
│   │   │   │   │   │   │   │   │   │   ├── security_handshaker.h
│   │   │   │   │   │   │   │   │   │   ├── target_authority_table.h
│   │   │   │   │   │   │   │   │   │   └── tsi_error.h
│   │   │   │   │   │   │   │   │   └── util
│   │   │   │   │   │   │   │   │   └── json_util.h
│   │   │   │   │   │   │   │   ├── slice
│   │   │   │   │   │   │   │   │   ├── b64.h
│   │   │   │   │   │   │   │   │   ├── percent_encoding.h
│   │   │   │   │   │   │   │   │   ├── slice_hash_table.h
│   │   │   │   │   │   │   │   │   ├── slice_internal.h
│   │   │   │   │   │   │   │   │   ├── slice_string_helpers.h
│   │   │   │   │   │   │   │   │   ├── slice_utils.h
│   │   │   │   │   │   │   │   │   └── slice_weak_hash_table.h
│   │   │   │   │   │   │   │   ├── surface
│   │   │   │   │   │   │   │   │   ├── api_trace.h
│   │   │   │   │   │   │   │   │   ├── call.h
│   │   │   │   │   │   │   │   │   ├── call_test_only.h
│   │   │   │   │   │   │   │   │   ├── channel.h
│   │   │   │   │   │   │   │   │   ├── channel_init.h
│   │   │   │   │   │   │   │   │   ├── channel_stack_type.h
│   │   │   │   │   │   │   │   │   ├── completion_queue.h
│   │   │   │   │   │   │   │   │   ├── completion_queue_factory.h
│   │   │   │   │   │   │   │   │   ├── event_string.h
│   │   │   │   │   │   │   │   │   ├── init.h
│   │   │   │   │   │   │   │   │   ├── lame_client.h
│   │   │   │   │   │   │   │   │   ├── server.h
│   │   │   │   │   │   │   │   │   └── validate_metadata.h
│   │   │   │   │   │   │   │   ├── transport
│   │   │   │   │   │   │   │   │   ├── bdp_estimator.h
│   │   │   │   │   │   │   │   │   ├── byte_stream.h
│   │   │   │   │   │   │   │   │   ├── connectivity_state.h
│   │   │   │   │   │   │   │   │   ├── error_utils.h
│   │   │   │   │   │   │   │   │   ├── http2_errors.h
│   │   │   │   │   │   │   │   │   ├── metadata.h
│   │   │   │   │   │   │   │   │   ├── metadata_batch.h
│   │   │   │   │   │   │   │   │   ├── pid_controller.h
│   │   │   │   │   │   │   │   │   ├── static_metadata.h
│   │   │   │   │   │   │   │   │   ├── status_conversion.h
│   │   │   │   │   │   │   │   │   ├── status_metadata.h
│   │   │   │   │   │   │   │   │   ├── timeout_encoding.h
│   │   │   │   │   │   │   │   │   ├── transport.h
│   │   │   │   │   │   │   │   │   └── transport_impl.h
│   │   │   │   │   │   │   │   └── uri
│   │   │   │   │   │   │   │   └── uri_parser.h
│   │   │   │   │   │   │   └── tsi
│   │   │   │   │   │   │   ├── alts
│   │   │   │   │   │   │   │   ├── crypt
│   │   │   │   │   │   │   │   │   └── gsec.h
│   │   │   │   │   │   │   │   ├── frame_protector
│   │   │   │   │   │   │   │   │   ├── alts_counter.h
│   │   │   │   │   │   │   │   │   ├── alts_crypter.h
│   │   │   │   │   │   │   │   │   ├── alts_frame_protector.h
│   │   │   │   │   │   │   │   │   ├── alts_record_protocol_crypter_common.h
│   │   │   │   │   │   │   │   │   └── frame_handler.h
│   │   │   │   │   │   │   │   ├── handshaker
│   │   │   │   │   │   │   │   │   ├── alts_handshaker_client.h
│   │   │   │   │   │   │   │   │   ├── alts_shared_resource.h
│   │   │   │   │   │   │   │   │   ├── alts_tsi_handshaker.h
│   │   │   │   │   │   │   │   │   ├── alts_tsi_handshaker_private.h
│   │   │   │   │   │   │   │   │   ├── alts_tsi_utils.h
│   │   │   │   │   │   │   │   │   └── transport_security_common_api.h
│   │   │   │   │   │   │   │   └── zero_copy_frame_protector
│   │   │   │   │   │   │   │   ├── alts_grpc_integrity_only_record_protocol.h
│   │   │   │   │   │   │   │   ├── alts_grpc_privacy_integrity_record_protocol.h
│   │   │   │   │   │   │   │   ├── alts_grpc_record_protocol.h
│   │   │   │   │   │   │   │   ├── alts_grpc_record_protocol_common.h
│   │   │   │   │   │   │   │   ├── alts_iovec_record_protocol.h
│   │   │   │   │   │   │   │   └── alts_zero_copy_grpc_protector.h
│   │   │   │   │   │   │   ├── fake_transport_security.h
│   │   │   │   │   │   │   ├── grpc_shadow_boringssl.h
│   │   │   │   │   │   │   ├── local_transport_security.h
│   │   │   │   │   │   │   ├── ssl
│   │   │   │   │   │   │   │   └── session_cache
│   │   │   │   │   │   │   │   ├── ssl_session.h
│   │   │   │   │   │   │   │   └── ssl_session_cache.h
│   │   │   │   │   │   │   ├── ssl_transport_security.h
│   │   │   │   │   │   │   ├── ssl_types.h
│   │   │   │   │   │   │   ├── transport_security.h
│   │   │   │   │   │   │   ├── transport_security_grpc.h
│   │   │   │   │   │   │   └── transport_security_interface.h
│   │   │   │   │   │   └── cpp
│   │   │   │   │   │   ├── client
│   │   │   │   │   │   │   ├── create_channel_internal.h
│   │   │   │   │   │   │   └── secure_credentials.h
│   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   ├── channel_filter.h
│   │   │   │   │   │   │   ├── secure_auth_context.h
│   │   │   │   │   │   │   └── tls_credentials_options_util.h
│   │   │   │   │   │   ├── server
│   │   │   │   │   │   │   ├── dynamic_thread_pool.h
│   │   │   │   │   │   │   ├── external_connection_acceptor_impl.h
│   │   │   │   │   │   │   ├── health
│   │   │   │   │   │   │   │   └── default_health_check_service.h
│   │   │   │   │   │   │   ├── secure_server_credentials.h
│   │   │   │   │   │   │   └── thread_pool_interface.h
│   │   │   │   │   │   └── thread_manager
│   │   │   │   │   │   └── thread_manager.h
│   │   │   │   │   └── third_party
│   │   │   │   │   └── address_sorting
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── address_sorting_internal.h
│   │   │   │   │   └── include
│   │   │   │   │   └── address_sorting
│   │   │   │   │   └── address_sorting.h
│   │   │   │   ├── com_google_absl
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── com_google_protobuf
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── com_googlesource_code_re2
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── re2
│   │   │   │   │   │   ├── bitmap256.h
│   │   │   │   │   │   ├── filtered_re2.h
│   │   │   │   │   │   ├── pod_array.h
│   │   │   │   │   │   ├── prefilter.h
│   │   │   │   │   │   ├── prefilter_tree.h
│   │   │   │   │   │   ├── prog.h
│   │   │   │   │   │   ├── re2.h
│   │   │   │   │   │   ├── regexp.h
│   │   │   │   │   │   ├── set.h
│   │   │   │   │   │   ├── sparse_array.h
│   │   │   │   │   │   ├── sparse_set.h
│   │   │   │   │   │   ├── unicode_casefold.h
│   │   │   │   │   │   ├── unicode_groups.h
│   │   │   │   │   │   └── walker-inl.h
│   │   │   │   │   └── util
│   │   │   │   │   ├── logging.h
│   │   │   │   │   ├── strutil.h
│   │   │   │   │   └── utf.h
│   │   │   │   ├── compute_library
│   │   │   │   │   ├── _virtual_includes
│   │   │   │   │   │   └── include
│   │   │   │   │   │   ├── CL
│   │   │   │   │   │   │   ├── cl.h
│   │   │   │   │   │   │   ├── cl_d3d10.h
│   │   │   │   │   │   │   ├── cl_d3d11.h
│   │   │   │   │   │   │   ├── cl_dx9_media_sharing.h
│   │   │   │   │   │   │   ├── cl_dx9_media_sharing_intel.h
│   │   │   │   │   │   │   ├── cl_egl.h
│   │   │   │   │   │   │   ├── cl_ext.h
│   │   │   │   │   │   │   ├── cl_ext_intel.h
│   │   │   │   │   │   │   ├── cl_gl.h
│   │   │   │   │   │   │   ├── cl_gl_ext.h
│   │   │   │   │   │   │   ├── cl_half.h
│   │   │   │   │   │   │   ├── cl_icd.h
│   │   │   │   │   │   │   ├── cl_platform.h
│   │   │   │   │   │   │   ├── cl_va_api_media_sharing_intel.h
│   │   │   │   │   │   │   ├── cl_version.h
│   │   │   │   │   │   │   ├── opencl.h
│   │   │   │   │   │   │   └── opencl.hpp
│   │   │   │   │   │   ├── half
│   │   │   │   │   │   │   └── half.hpp
│   │   │   │   │   │   ├── libnpy
│   │   │   │   │   │   │   └── npy.hpp
│   │   │   │   │   │   └── stb
│   │   │   │   │   │   └── stb_image.h
│   │   │   │   │   ├── arm_compute
│   │   │   │   │   │   ├── Acl.h
│   │   │   │   │   │   ├── Acl.hpp
│   │   │   │   │   │   ├── AclDescriptors.h
│   │   │   │   │   │   ├── AclEntrypoints.h
│   │   │   │   │   │   ├── AclOpenClExt.h
│   │   │   │   │   │   ├── AclOperators.h
│   │   │   │   │   │   ├── AclTypes.h
│   │   │   │   │   │   ├── AclUtils.h
│   │   │   │   │   │   ├── AclVersion.h
│   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── CL
│   │   │   │   │   │   │   │   ├── CLCompileContext.h
│   │   │   │   │   │   │   │   ├── CLDevice.h
│   │   │   │   │   │   │   │   ├── CLHelpers.h
│   │   │   │   │   │   │   │   ├── CLKernelLibrary.h
│   │   │   │   │   │   │   │   ├── CLTypes.h
│   │   │   │   │   │   │   │   ├── ICLArray.h
│   │   │   │   │   │   │   │   ├── ICLTensor.h
│   │   │   │   │   │   │   │   └── OpenCL.h
│   │   │   │   │   │   │   ├── CPP
│   │   │   │   │   │   │   │   ├── CPPKernels.h
│   │   │   │   │   │   │   │   ├── CPPTypes.h
│   │   │   │   │   │   │   │   ├── ICPPKernel.h
│   │   │   │   │   │   │   │   └── kernels
│   │   │   │   │   │   │   │   ├── CPPBoxWithNonMaximaSuppressionLimitKernel.h
│   │   │   │   │   │   │   │   ├── CPPNonMaximumSuppressionKernel.h
│   │   │   │   │   │   │   │   ├── CPPPermuteKernel.h
│   │   │   │   │   │   │   │   ├── CPPTopKVKernel.h
│   │   │   │   │   │   │   │   └── CPPUpsampleKernel.h
│   │   │   │   │   │   │   ├── Coordinates.h
│   │   │   │   │   │   │   ├── Dimensions.h
│   │   │   │   │   │   │   ├── Error.h
│   │   │   │   │   │   │   ├── GPUTarget.h
│   │   │   │   │   │   │   ├── Helpers.h
│   │   │   │   │   │   │   ├── Helpers.inl
│   │   │   │   │   │   │   ├── IAccessWindow.h
│   │   │   │   │   │   │   ├── IArray.h
│   │   │   │   │   │   │   ├── IDevice.h
│   │   │   │   │   │   │   ├── IKernel.h
│   │   │   │   │   │   │   ├── ITensor.h
│   │   │   │   │   │   │   ├── ITensorInfo.h
│   │   │   │   │   │   │   ├── ITensorPack.h
│   │   │   │   │   │   │   ├── KernelDescriptors.h
│   │   │   │   │   │   │   ├── Log.h
│   │   │   │   │   │   │   ├── PixelValue.h
│   │   │   │   │   │   │   ├── QuantizationInfo.h
│   │   │   │   │   │   │   ├── Rounding.h
│   │   │   │   │   │   │   ├── Size2D.h
│   │   │   │   │   │   │   ├── Size3D.h
│   │   │   │   │   │   │   ├── Steps.h
│   │   │   │   │   │   │   ├── Strides.h
│   │   │   │   │   │   │   ├── SubTensorInfo.h
│   │   │   │   │   │   │   ├── TensorInfo.h
│   │   │   │   │   │   │   ├── TensorShape.h
│   │   │   │   │   │   │   ├── Types.h
│   │   │   │   │   │   │   ├── Utils.h
│   │   │   │   │   │   │   ├── Validate.h
│   │   │   │   │   │   │   ├── Version.h
│   │   │   │   │   │   │   ├── Window.h
│   │   │   │   │   │   │   ├── Window.inl
│   │   │   │   │   │   │   ├── WindowIterator.h
│   │   │   │   │   │   │   ├── experimental
│   │   │   │   │   │   │   │   ├── ClWorkload.h
│   │   │   │   │   │   │   │   ├── DependencyGraph.h
│   │   │   │   │   │   │   │   ├── IPostOp.h
│   │   │   │   │   │   │   │   ├── IWorkload.h
│   │   │   │   │   │   │   │   ├── OperatorGraph.h
│   │   │   │   │   │   │   │   ├── PostOps.h
│   │   │   │   │   │   │   │   └── Types.h
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   └── tensor_transform.h
│   │   │   │   │   │   │   ├── io
│   │   │   │   │   │   │   │   └── FileHandler.h
│   │   │   │   │   │   │   ├── logging
│   │   │   │   │   │   │   │   ├── FilePrinter.h
│   │   │   │   │   │   │   │   ├── Helpers.h
│   │   │   │   │   │   │   │   ├── IPrinter.h
│   │   │   │   │   │   │   │   ├── LogMsgDecorators.h
│   │   │   │   │   │   │   │   ├── Logger.h
│   │   │   │   │   │   │   │   ├── LoggerRegistry.h
│   │   │   │   │   │   │   │   ├── Macros.h
│   │   │   │   │   │   │   │   ├── Printers.h
│   │   │   │   │   │   │   │   ├── StdPrinter.h
│   │   │   │   │   │   │   │   └── Types.h
│   │   │   │   │   │   │   ├── math
│   │   │   │   │   │   │   │   └── SafeOps.h
│   │   │   │   │   │   │   ├── misc
│   │   │   │   │   │   │   │   ├── InfoHelpers.h
│   │   │   │   │   │   │   │   ├── MMappedFile.h
│   │   │   │   │   │   │   │   ├── Macros.h
│   │   │   │   │   │   │   │   ├── ShapeCalculator.h
│   │   │   │   │   │   │   │   ├── Traits.h
│   │   │   │   │   │   │   │   └── Utility.h
│   │   │   │   │   │   │   └── quantization
│   │   │   │   │   │   │   └── AsymmHelpers.h
│   │   │   │   │   │   ├── graph
│   │   │   │   │   │   │   ├── DataLayerVisitor.h
│   │   │   │   │   │   │   ├── Edge.h
│   │   │   │   │   │   │   ├── Graph.h
│   │   │   │   │   │   │   ├── GraphBuilder.h
│   │   │   │   │   │   │   ├── GraphContext.h
│   │   │   │   │   │   │   ├── GraphManager.h
│   │   │   │   │   │   │   ├── IDeviceBackend.h
│   │   │   │   │   │   │   ├── IGraphMutator.h
│   │   │   │   │   │   │   ├── IGraphPrinter.h
│   │   │   │   │   │   │   ├── INode.h
│   │   │   │   │   │   │   ├── INodeVisitor.h
│   │   │   │   │   │   │   ├── ITensorAccessor.h
│   │   │   │   │   │   │   ├── ITensorHandle.h
│   │   │   │   │   │   │   ├── LayerDescriptors.h
│   │   │   │   │   │   │   ├── Logger.h
│   │   │   │   │   │   │   ├── PassManager.h
│   │   │   │   │   │   │   ├── Tensor.h
│   │   │   │   │   │   │   ├── TensorDescriptor.h
│   │   │   │   │   │   │   ├── TypeLoader.h
│   │   │   │   │   │   │   ├── TypePrinter.h
│   │   │   │   │   │   │   ├── Types.h
│   │   │   │   │   │   │   ├── Utils.h
│   │   │   │   │   │   │   ├── Workload.h
│   │   │   │   │   │   │   ├── algorithms
│   │   │   │   │   │   │   │   ├── Algorithms.h
│   │   │   │   │   │   │   │   └── TopologicalSort.h
│   │   │   │   │   │   │   ├── backends
│   │   │   │   │   │   │   │   ├── BackendRegistrar.h
│   │   │   │   │   │   │   │   ├── BackendRegistry.h
│   │   │   │   │   │   │   │   ├── CL
│   │   │   │   │   │   │   │   │   ├── CLDeviceBackend.h
│   │   │   │   │   │   │   │   │   ├── CLFunctionFactory.h
│   │   │   │   │   │   │   │   │   ├── CLNodeValidator.h
│   │   │   │   │   │   │   │   │   ├── CLSubTensorHandle.h
│   │   │   │   │   │   │   │   │   └── CLTensorHandle.h
│   │   │   │   │   │   │   │   ├── FunctionHelpers.h
│   │   │   │   │   │   │   │   ├── FusedConvolutionBatchNormalizationFunction.h
│   │   │   │   │   │   │   │   ├── FusedConvolutionBatchNormalizationWithPostOpsFunction.h
│   │   │   │   │   │   │   │   ├── FusedDepthwiseConvolutionBatchNormalizationFunction.h
│   │   │   │   │   │   │   │   ├── NEON
│   │   │   │   │   │   │   │   │   ├── NEDeviceBackend.h
│   │   │   │   │   │   │   │   │   ├── NEFunctionFactory.h
│   │   │   │   │   │   │   │   │   ├── NENodeValidator.h
│   │   │   │   │   │   │   │   │   ├── NESubTensorHandle.h
│   │   │   │   │   │   │   │   │   └── NETensorHandle.h
│   │   │   │   │   │   │   │   ├── Utils.h
│   │   │   │   │   │   │   │   └── ValidateHelpers.h
│   │   │   │   │   │   │   ├── detail
│   │   │   │   │   │   │   │   ├── CrossLayerMemoryManagerHelpers.h
│   │   │   │   │   │   │   │   └── ExecutionHelpers.h
│   │   │   │   │   │   │   ├── frontend
│   │   │   │   │   │   │   │   ├── ILayer.h
│   │   │   │   │   │   │   │   ├── IStream.h
│   │   │   │   │   │   │   │   ├── IStreamOperators.h
│   │   │   │   │   │   │   │   ├── Layers.h
│   │   │   │   │   │   │   │   ├── Stream.h
│   │   │   │   │   │   │   │   ├── SubStream.h
│   │   │   │   │   │   │   │   └── Types.h
│   │   │   │   │   │   │   ├── mutators
│   │   │   │   │   │   │   │   ├── DepthConcatSubTensorMutator.h
│   │   │   │   │   │   │   │   ├── GraphMutators.h
│   │   │   │   │   │   │   │   ├── GroupedConvolutionMutator.h
│   │   │   │   │   │   │   │   ├── InPlaceOperationMutator.h
│   │   │   │   │   │   │   │   ├── NodeExecutionMethodMutator.h
│   │   │   │   │   │   │   │   ├── NodeFusionMutator.h
│   │   │   │   │   │   │   │   ├── SplitLayerSubTensorMutator.h
│   │   │   │   │   │   │   │   └── SyntheticDataTypeMutator.h
│   │   │   │   │   │   │   ├── nodes
│   │   │   │   │   │   │   │   ├── ActivationLayerNode.h
│   │   │   │   │   │   │   │   ├── ArgMinMaxLayerNode.h
│   │   │   │   │   │   │   │   ├── BatchNormalizationLayerNode.h
│   │   │   │   │   │   │   │   ├── BoundingBoxTransformLayerNode.h
│   │   │   │   │   │   │   │   ├── ChannelShuffleLayerNode.h
│   │   │   │   │   │   │   │   ├── ConcatenateLayerNode.h
│   │   │   │   │   │   │   │   ├── ConstNode.h
│   │   │   │   │   │   │   │   ├── ConvolutionLayerNode.h
│   │   │   │   │   │   │   │   ├── DeconvolutionLayerNode.h
│   │   │   │   │   │   │   │   ├── DepthToSpaceLayerNode.h
│   │   │   │   │   │   │   │   ├── DepthwiseConvolutionLayerNode.h
│   │   │   │   │   │   │   │   ├── DequantizationLayerNode.h
│   │   │   │   │   │   │   │   ├── DetectionOutputLayerNode.h
│   │   │   │   │   │   │   │   ├── DetectionPostProcessLayerNode.h
│   │   │   │   │   │   │   │   ├── DummyNode.h
│   │   │   │   │   │   │   │   ├── EltwiseLayerNode.h
│   │   │   │   │   │   │   │   ├── FlattenLayerNode.h
│   │   │   │   │   │   │   │   ├── FullyConnectedLayerNode.h
│   │   │   │   │   │   │   │   ├── FusedConvolutionBatchNormalizationNode.h
│   │   │   │   │   │   │   │   ├── FusedConvolutionBatchNormalizationWithPostOpsNode.h
│   │   │   │   │   │   │   │   ├── FusedConvolutionWithPostOpNode.h
│   │   │   │   │   │   │   │   ├── FusedDepthwiseConvolutionBatchNormalizationNode.h
│   │   │   │   │   │   │   │   ├── GenerateProposalsLayerNode.h
│   │   │   │   │   │   │   │   ├── InputNode.h
│   │   │   │   │   │   │   │   ├── L2NormalizeLayerNode.h
│   │   │   │   │   │   │   │   ├── Nodes.h
│   │   │   │   │   │   │   │   ├── NodesFwd.h
│   │   │   │   │   │   │   │   ├── NormalizationLayerNode.h
│   │   │   │   │   │   │   │   ├── NormalizePlanarYUVLayerNode.h
│   │   │   │   │   │   │   │   ├── OutputNode.h
│   │   │   │   │   │   │   │   ├── PReluLayerNode.h
│   │   │   │   │   │   │   │   ├── PadLayerNode.h
│   │   │   │   │   │   │   │   ├── PermuteLayerNode.h
│   │   │   │   │   │   │   │   ├── PoolingLayerNode.h
│   │   │   │   │   │   │   │   ├── PrintLayerNode.h
│   │   │   │   │   │   │   │   ├── PriorBoxLayerNode.h
│   │   │   │   │   │   │   │   ├── QuantizationLayerNode.h
│   │   │   │   │   │   │   │   ├── ROIAlignLayerNode.h
│   │   │   │   │   │   │   │   ├── ReductionLayerNode.h
│   │   │   │   │   │   │   │   ├── ReorgLayerNode.h
│   │   │   │   │   │   │   │   ├── ReshapeLayerNode.h
│   │   │   │   │   │   │   │   ├── ResizeLayerNode.h
│   │   │   │   │   │   │   │   ├── SliceLayerNode.h
│   │   │   │   │   │   │   │   ├── SoftmaxLayerNode.h
│   │   │   │   │   │   │   │   ├── SplitLayerNode.h
│   │   │   │   │   │   │   │   ├── StackLayerNode.h
│   │   │   │   │   │   │   │   └── StridedSliceLayerNode.h
│   │   │   │   │   │   │   └── printers
│   │   │   │   │   │   │   ├── DotGraphPrinter.h
│   │   │   │   │   │   │   └── Printers.h
│   │   │   │   │   │   ├── graph.h
│   │   │   │   │   │   └── runtime
│   │   │   │   │   │   ├── Allocator.h
│   │   │   │   │   │   ├── Array.h
│   │   │   │   │   │   ├── BlobLifetimeManager.h
│   │   │   │   │   │   ├── BlobMemoryPool.h
│   │   │   │   │   │   ├── CL
│   │   │   │   │   │   │   ├── CLArray.h
│   │   │   │   │   │   │   ├── CLBufferAllocator.h
│   │   │   │   │   │   │   ├── CLFunctions.h
│   │   │   │   │   │   │   ├── CLGEMMHeuristicsHandle.h
│   │   │   │   │   │   │   ├── CLHelpers.h
│   │   │   │   │   │   │   ├── CLMemory.h
│   │   │   │   │   │   │   ├── CLMemoryRegion.h
│   │   │   │   │   │   │   ├── CLRuntimeContext.h
│   │   │   │   │   │   │   ├── CLScheduler.h
│   │   │   │   │   │   │   ├── CLSubTensor.h
│   │   │   │   │   │   │   ├── CLTensor.h
│   │   │   │   │   │   │   ├── CLTensorAllocator.h
│   │   │   │   │   │   │   ├── CLTuner.h
│   │   │   │   │   │   │   ├── CLTunerTypes.h
│   │   │   │   │   │   │   ├── CLTuningParams.h
│   │   │   │   │   │   │   ├── CLTypes.h
│   │   │   │   │   │   │   ├── ICLGEMMKernelSelection.h
│   │   │   │   │   │   │   ├── ICLOperator.h
│   │   │   │   │   │   │   ├── ICLSimpleFunction.h
│   │   │   │   │   │   │   ├── ICLTuner.h
│   │   │   │   │   │   │   ├── Utils.h
│   │   │   │   │   │   │   ├── functions
│   │   │   │   │   │   │   │   ├── CLActivationLayer.h
│   │   │   │   │   │   │   │   ├── CLArgMinMaxLayer.h
│   │   │   │   │   │   │   │   ├── CLBatchNormalizationLayer.h
│   │   │   │   │   │   │   │   ├── CLBatchToSpaceLayer.h
│   │   │   │   │   │   │   │   ├── CLBitwiseAnd.h
│   │   │   │   │   │   │   │   ├── CLBitwiseNot.h
│   │   │   │   │   │   │   │   ├── CLBitwiseOr.h
│   │   │   │   │   │   │   │   ├── CLBitwiseXor.h
│   │   │   │   │   │   │   │   ├── CLBoundingBoxTransform.h
│   │   │   │   │   │   │   │   ├── CLCast.h
│   │   │   │   │   │   │   │   ├── CLChannelShuffleLayer.h
│   │   │   │   │   │   │   │   ├── CLComparison.h
│   │   │   │   │   │   │   │   ├── CLConcatenateLayer.h
│   │   │   │   │   │   │   │   ├── CLConv3D.h
│   │   │   │   │   │   │   │   ├── CLConvertFullyConnectedWeights.h
│   │   │   │   │   │   │   │   ├── CLConvolutionLayer.h
│   │   │   │   │   │   │   │   ├── CLCopy.h
│   │   │   │   │   │   │   │   ├── CLCrop.h
│   │   │   │   │   │   │   │   ├── CLCropResize.h
│   │   │   │   │   │   │   │   ├── CLDeconvolutionLayer.h
│   │   │   │   │   │   │   │   ├── CLDeconvolutionLayerUpsample.h
│   │   │   │   │   │   │   │   ├── CLDepthConvertLayer.h
│   │   │   │   │   │   │   │   ├── CLDepthToSpaceLayer.h
│   │   │   │   │   │   │   │   ├── CLDepthwiseConvolutionLayer.h
│   │   │   │   │   │   │   │   ├── CLDequantizationLayer.h
│   │   │   │   │   │   │   │   ├── CLDirectConvolutionLayer.h
│   │   │   │   │   │   │   │   ├── CLDirectDeconvolutionLayer.h
│   │   │   │   │   │   │   │   ├── CLElementwiseOperations.h
│   │   │   │   │   │   │   │   ├── CLElementwiseUnaryLayer.h
│   │   │   │   │   │   │   │   ├── CLFFT1D.h
│   │   │   │   │   │   │   │   ├── CLFFT2D.h
│   │   │   │   │   │   │   │   ├── CLFFTConvolutionLayer.h
│   │   │   │   │   │   │   │   ├── CLFill.h
│   │   │   │   │   │   │   │   ├── CLFlattenLayer.h
│   │   │   │   │   │   │   │   ├── CLFloor.h
│   │   │   │   │   │   │   │   ├── CLFullyConnectedLayer.h
│   │   │   │   │   │   │   │   ├── CLFuseBatchNormalization.h
│   │   │   │   │   │   │   │   ├── CLGEMM.h
│   │   │   │   │   │   │   │   ├── CLGEMMConvolutionLayer.h
│   │   │   │   │   │   │   │   ├── CLGEMMDeconvolutionLayer.h
│   │   │   │   │   │   │   │   ├── CLGEMMLowpMatrixMultiplyCore.h
│   │   │   │   │   │   │   │   ├── CLGEMMLowpOutputStage.h
│   │   │   │   │   │   │   │   ├── CLGather.h
│   │   │   │   │   │   │   │   ├── CLGenerateProposalsLayer.h
│   │   │   │   │   │   │   │   ├── CLInstanceNormalizationLayer.h
│   │   │   │   │   │   │   │   ├── CLL2NormalizeLayer.h
│   │   │   │   │   │   │   │   ├── CLLSTMLayer.h
│   │   │   │   │   │   │   │   ├── CLLSTMLayerQuantized.h
│   │   │   │   │   │   │   │   ├── CLLogicalAnd.h
│   │   │   │   │   │   │   │   ├── CLLogicalNot.h
│   │   │   │   │   │   │   │   ├── CLLogicalOr.h
│   │   │   │   │   │   │   │   ├── CLMaxUnpoolingLayer.h
│   │   │   │   │   │   │   │   ├── CLMeanStdDevNormalizationLayer.h
│   │   │   │   │   │   │   │   ├── CLNormalizationLayer.h
│   │   │   │   │   │   │   │   ├── CLNormalizePlanarYUVLayer.h
│   │   │   │   │   │   │   │   ├── CLPReluLayer.h
│   │   │   │   │   │   │   │   ├── CLPadLayer.h
│   │   │   │   │   │   │   │   ├── CLPermute.h
│   │   │   │   │   │   │   │   ├── CLPixelWiseMultiplication.h
│   │   │   │   │   │   │   │   ├── CLPooling3dLayer.h
│   │   │   │   │   │   │   │   ├── CLPoolingLayer.h
│   │   │   │   │   │   │   │   ├── CLPriorBoxLayer.h
│   │   │   │   │   │   │   │   ├── CLQLSTMLayer.h
│   │   │   │   │   │   │   │   ├── CLQuantizationLayer.h
│   │   │   │   │   │   │   │   ├── CLRNNLayer.h
│   │   │   │   │   │   │   │   ├── CLROIAlignLayer.h
│   │   │   │   │   │   │   │   ├── CLROIPoolingLayer.h
│   │   │   │   │   │   │   │   ├── CLRange.h
│   │   │   │   │   │   │   │   ├── CLReduceMean.h
│   │   │   │   │   │   │   │   ├── CLReductionOperation.h
│   │   │   │   │   │   │   │   ├── CLReorgLayer.h
│   │   │   │   │   │   │   │   ├── CLReshapeLayer.h
│   │   │   │   │   │   │   │   ├── CLReverse.h
│   │   │   │   │   │   │   │   ├── CLScale.h
│   │   │   │   │   │   │   │   ├── CLSelect.h
│   │   │   │   │   │   │   │   ├── CLSlice.h
│   │   │   │   │   │   │   │   ├── CLSoftmaxLayer.h
│   │   │   │   │   │   │   │   ├── CLSpaceToBatchLayer.h
│   │   │   │   │   │   │   │   ├── CLSpaceToDepthLayer.h
│   │   │   │   │   │   │   │   ├── CLSplit.h
│   │   │   │   │   │   │   │   ├── CLStackLayer.h
│   │   │   │   │   │   │   │   ├── CLStridedSlice.h
│   │   │   │   │   │   │   │   ├── CLTile.h
│   │   │   │   │   │   │   │   ├── CLTranspose.h
│   │   │   │   │   │   │   │   ├── CLUnstack.h
│   │   │   │   │   │   │   │   └── CLWinogradConvolutionLayer.h
│   │   │   │   │   │   │   └── tuners
│   │   │   │   │   │   │   └── CLTuningParametersList.h
│   │   │   │   │   │   ├── CPP
│   │   │   │   │   │   │   ├── CPPFunctions.h
│   │   │   │   │   │   │   ├── CPPScheduler.h
│   │   │   │   │   │   │   ├── ICPPSimpleFunction.h
│   │   │   │   │   │   │   └── functions
│   │   │   │   │   │   │   ├── CPPBoxWithNonMaximaSuppressionLimit.h
│   │   │   │   │   │   │   ├── CPPDetectionOutputLayer.h
│   │   │   │   │   │   │   ├── CPPDetectionPostProcessLayer.h
│   │   │   │   │   │   │   ├── CPPNonMaximumSuppression.h
│   │   │   │   │   │   │   ├── CPPPermute.h
│   │   │   │   │   │   │   ├── CPPSplit.h
│   │   │   │   │   │   │   ├── CPPTopKV.h
│   │   │   │   │   │   │   └── CPPUpsample.h
│   │   │   │   │   │   ├── FunctionDescriptors.h
│   │   │   │   │   │   ├── IAllocator.h
│   │   │   │   │   │   ├── IAssetManager.h
│   │   │   │   │   │   ├── IFunction.h
│   │   │   │   │   │   ├── ILifetimeManager.h
│   │   │   │   │   │   ├── IMemory.h
│   │   │   │   │   │   ├── IMemoryGroup.h
│   │   │   │   │   │   ├── IMemoryManager.h
│   │   │   │   │   │   ├── IMemoryPool.h
│   │   │   │   │   │   ├── IMemoryRegion.h
│   │   │   │   │   │   ├── IOperator.h
│   │   │   │   │   │   ├── IPoolManager.h
│   │   │   │   │   │   ├── IRuntimeContext.h
│   │   │   │   │   │   ├── IScheduler.h
│   │   │   │   │   │   ├── ISimpleLifetimeManager.h
│   │   │   │   │   │   ├── ITensorAllocator.h
│   │   │   │   │   │   ├── ITransformWeights.h
│   │   │   │   │   │   ├── IWeightsManager.h
│   │   │   │   │   │   ├── Memory.h
│   │   │   │   │   │   ├── MemoryGroup.h
│   │   │   │   │   │   ├── MemoryManagerOnDemand.h
│   │   │   │   │   │   ├── MemoryRegion.h
│   │   │   │   │   │   ├── NEON
│   │   │   │   │   │   │   ├── INEOperator.h
│   │   │   │   │   │   │   ├── INESimpleFunction.h
│   │   │   │   │   │   │   ├── INESimpleFunctionNoBorder.h
│   │   │   │   │   │   │   ├── NEFunctions.h
│   │   │   │   │   │   │   ├── NEScheduler.h
│   │   │   │   │   │   │   └── functions
│   │   │   │   │   │   │   ├── NEActivationLayer.h
│   │   │   │   │   │   │   ├── NEArgMinMaxLayer.h
│   │   │   │   │   │   │   ├── NEArithmeticAddition.h
│   │   │   │   │   │   │   ├── NEArithmeticSubtraction.h
│   │   │   │   │   │   │   ├── NEBatchNormalizationLayer.h
│   │   │   │   │   │   │   ├── NEBatchToSpaceLayer.h
│   │   │   │   │   │   │   ├── NEBitwiseAnd.h
│   │   │   │   │   │   │   ├── NEBitwiseNot.h
│   │   │   │   │   │   │   ├── NEBitwiseOr.h
│   │   │   │   │   │   │   ├── NEBitwiseXor.h
│   │   │   │   │   │   │   ├── NEBoundingBoxTransform.h
│   │   │   │   │   │   │   ├── NECast.h
│   │   │   │   │   │   │   ├── NEChannelShuffleLayer.h
│   │   │   │   │   │   │   ├── NEConcatenateLayer.h
│   │   │   │   │   │   │   ├── NEConv3D.h
│   │   │   │   │   │   │   ├── NEConvertFullyConnectedWeights.h
│   │   │   │   │   │   │   ├── NEConvolutionLayer.h
│   │   │   │   │   │   │   ├── NECopy.h
│   │   │   │   │   │   │   ├── NECropResize.h
│   │   │   │   │   │   │   ├── NEDeconvolutionLayer.h
│   │   │   │   │   │   │   ├── NEDepthConvertLayer.h
│   │   │   │   │   │   │   ├── NEDepthToSpaceLayer.h
│   │   │   │   │   │   │   ├── NEDepthwiseConvolutionLayer.h
│   │   │   │   │   │   │   ├── NEDequantizationLayer.h
│   │   │   │   │   │   │   ├── NEDetectionPostProcessLayer.h
│   │   │   │   │   │   │   ├── NEDirectConvolutionLayer.h
│   │   │   │   │   │   │   ├── NEElementwiseOperations.h
│   │   │   │   │   │   │   ├── NEElementwiseUnaryLayer.h
│   │   │   │   │   │   │   ├── NEFFT1D.h
│   │   │   │   │   │   │   ├── NEFFT2D.h
│   │   │   │   │   │   │   ├── NEFFTConvolutionLayer.h
│   │   │   │   │   │   │   ├── NEFill.h
│   │   │   │   │   │   │   ├── NEFillBorder.h
│   │   │   │   │   │   │   ├── NEFlattenLayer.h
│   │   │   │   │   │   │   ├── NEFloor.h
│   │   │   │   │   │   │   ├── NEFullyConnectedLayer.h
│   │   │   │   │   │   │   ├── NEFuseBatchNormalization.h
│   │   │   │   │   │   │   ├── NEGEMM.h
│   │   │   │   │   │   │   ├── NEGEMMConv2d.h
│   │   │   │   │   │   │   ├── NEGEMMConvolutionLayer.h
│   │   │   │   │   │   │   ├── NEGEMMLowpMatrixMultiplyCore.h
│   │   │   │   │   │   │   ├── NEGEMMLowpOutputStage.h
│   │   │   │   │   │   │   ├── NEGather.h
│   │   │   │   │   │   │   ├── NEGenerateProposalsLayer.h
│   │   │   │   │   │   │   ├── NEInstanceNormalizationLayer.h
│   │   │   │   │   │   │   ├── NEL2NormalizeLayer.h
│   │   │   │   │   │   │   ├── NELSTMLayer.h
│   │   │   │   │   │   │   ├── NELSTMLayerQuantized.h
│   │   │   │   │   │   │   ├── NELogical.h
│   │   │   │   │   │   │   ├── NEMaxUnpoolingLayer.h
│   │   │   │   │   │   │   ├── NEMeanStdDevNormalizationLayer.h
│   │   │   │   │   │   │   ├── NENormalizationLayer.h
│   │   │   │   │   │   │   ├── NEPReluLayer.h
│   │   │   │   │   │   │   ├── NEPadLayer.h
│   │   │   │   │   │   │   ├── NEPermute.h
│   │   │   │   │   │   │   ├── NEPixelWiseMultiplication.h
│   │   │   │   │   │   │   ├── NEPooling3dLayer.h
│   │   │   │   │   │   │   ├── NEPoolingLayer.h
│   │   │   │   │   │   │   ├── NEPriorBoxLayer.h
│   │   │   │   │   │   │   ├── NEQLSTMLayer.h
│   │   │   │   │   │   │   ├── NEQuantizationLayer.h
│   │   │   │   │   │   │   ├── NERNNLayer.h
│   │   │   │   │   │   │   ├── NEROIAlignLayer.h
│   │   │   │   │   │   │   ├── NEROIPoolingLayer.h
│   │   │   │   │   │   │   ├── NERange.h
│   │   │   │   │   │   │   ├── NEReduceMean.h
│   │   │   │   │   │   │   ├── NEReductionOperation.h
│   │   │   │   │   │   │   ├── NEReorgLayer.h
│   │   │   │   │   │   │   ├── NEReshapeLayer.h
│   │   │   │   │   │   │   ├── NEReverse.h
│   │   │   │   │   │   │   ├── NEScale.h
│   │   │   │   │   │   │   ├── NESelect.h
│   │   │   │   │   │   │   ├── NESlice.h
│   │   │   │   │   │   │   ├── NESoftmaxLayer.h
│   │   │   │   │   │   │   ├── NESpaceToBatchLayer.h
│   │   │   │   │   │   │   ├── NESpaceToDepthLayer.h
│   │   │   │   │   │   │   ├── NESplit.h
│   │   │   │   │   │   │   ├── NEStackLayer.h
│   │   │   │   │   │   │   ├── NEStridedSlice.h
│   │   │   │   │   │   │   ├── NETile.h
│   │   │   │   │   │   │   ├── NETranspose.h
│   │   │   │   │   │   │   ├── NEUnstack.h
│   │   │   │   │   │   │   └── NEWinogradConvolutionLayer.h
│   │   │   │   │   │   ├── OMP
│   │   │   │   │   │   │   └── OMPScheduler.h
│   │   │   │   │   │   ├── OffsetLifetimeManager.h
│   │   │   │   │   │   ├── OffsetMemoryPool.h
│   │   │   │   │   │   ├── OperatorList.h
│   │   │   │   │   │   ├── OperatorTensor.h
│   │   │   │   │   │   ├── PoolManager.h
│   │   │   │   │   │   ├── RuntimeContext.h
│   │   │   │   │   │   ├── Scheduler.h
│   │   │   │   │   │   ├── SchedulerFactory.h
│   │   │   │   │   │   ├── SingleThreadScheduler.h
│   │   │   │   │   │   ├── SubTensor.h
│   │   │   │   │   │   ├── Tensor.h
│   │   │   │   │   │   ├── TensorAllocator.h
│   │   │   │   │   │   ├── Types.h
│   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   └── LSTMParams.h
│   │   │   │   │   │   └── experimental
│   │   │   │   │   │   ├── ClCompositeOperator.h
│   │   │   │   │   │   └── Types.h
│   │   │   │   │   ├── arm_compute_version.embed
│   │   │   │   │   ├── examples
│   │   │   │   │   │   ├── gemm_tuner
│   │   │   │   │   │   │   ├── CommonGemmExampleOptions.h
│   │   │   │   │   │   │   └── GemmTunerHelpers.h
│   │   │   │   │   │   └── graph_edsr.h
│   │   │   │   │   ├── include
│   │   │   │   │   │   ├── CL
│   │   │   │   │   │   │   ├── cl.h
│   │   │   │   │   │   │   ├── cl_d3d10.h
│   │   │   │   │   │   │   ├── cl_d3d11.h
│   │   │   │   │   │   │   ├── cl_dx9_media_sharing.h
│   │   │   │   │   │   │   ├── cl_dx9_media_sharing_intel.h
│   │   │   │   │   │   │   ├── cl_egl.h
│   │   │   │   │   │   │   ├── cl_ext.h
│   │   │   │   │   │   │   ├── cl_ext_intel.h
│   │   │   │   │   │   │   ├── cl_gl.h
│   │   │   │   │   │   │   ├── cl_gl_ext.h
│   │   │   │   │   │   │   ├── cl_half.h
│   │   │   │   │   │   │   ├── cl_icd.h
│   │   │   │   │   │   │   ├── cl_platform.h
│   │   │   │   │   │   │   ├── cl_va_api_media_sharing_intel.h
│   │   │   │   │   │   │   ├── cl_version.h
│   │   │   │   │   │   │   ├── opencl.h
│   │   │   │   │   │   │   └── opencl.hpp
│   │   │   │   │   │   ├── half
│   │   │   │   │   │   │   └── half.hpp
│   │   │   │   │   │   ├── libnpy
│   │   │   │   │   │   │   └── npy.hpp
│   │   │   │   │   │   └── stb
│   │   │   │   │   │   └── stb_image.h
│   │   │   │   │   ├── scripts
│   │   │   │   │   │   └── clang-tidy.h
│   │   │   │   │   ├── src
│   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   ├── AllocatorWrapper.h
│   │   │   │   │   │   │   ├── IContext.h
│   │   │   │   │   │   │   ├── IOperator.h
│   │   │   │   │   │   │   ├── IQueue.h
│   │   │   │   │   │   │   ├── ITensorV2.h
│   │   │   │   │   │   │   ├── TensorPack.h
│   │   │   │   │   │   │   ├── Types.h
│   │   │   │   │   │   │   ├── cpuinfo
│   │   │   │   │   │   │   │   ├── CpuInfo.h
│   │   │   │   │   │   │   │   ├── CpuIsaInfo.h
│   │   │   │   │   │   │   │   └── CpuModel.h
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   ├── LegacySupport.h
│   │   │   │   │   │   │   ├── Log.h
│   │   │   │   │   │   │   ├── Macros.h
│   │   │   │   │   │   │   ├── Object.h
│   │   │   │   │   │   │   ├── Utils.h
│   │   │   │   │   │   │   └── Validate.h
│   │   │   │   │   │   ├── core
│   │   │   │   │   │   │   ├── AccessWindowAutoPadding.h
│   │   │   │   │   │   │   ├── AccessWindowStatic.h
│   │   │   │   │   │   │   ├── AccessWindowTranspose.h
│   │   │   │   │   │   │   ├── CL
│   │   │   │   │   │   │   │   ├── CLKernels.h
│   │   │   │   │   │   │   │   ├── CLUtils.h
│   │   │   │   │   │   │   │   ├── CLValidate.h
│   │   │   │   │   │   │   │   ├── DefaultLWSHeuristics.h
│   │   │   │   │   │   │   │   ├── ICLKernel.h
│   │   │   │   │   │   │   │   ├── ICLSimple2DKernel.h
│   │   │   │   │   │   │   │   ├── ICLSimple3DKernel.h
│   │   │   │   │   │   │   │   ├── ICLSimpleKernel.h
│   │   │   │   │   │   │   │   ├── cl_kernels
│   │   │   │   │   │   │   │   │   ├── activation_float_helpers.h
│   │   │   │   │   │   │   │   │   ├── activation_quant_helpers.h
│   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   └── experimental
│   │   │   │   │   │   │   │   │   │   └── gemm_fused_post_ops
│   │   │   │   │   │   │   │   │   │   ├── act_eltwise_op_act
│   │   │   │   │   │   │   │   │   │   │   └── fp_post_ops_act_eltwise_op_act.h
│   │   │   │   │   │   │   │   │   │   ├── fp_elementwise_op_helpers.h
│   │   │   │   │   │   │   │   │   │   └── fp_mixed_precision_helpers.h
│   │   │   │   │   │   │   │   │   ├── gemm_helpers.h
│   │   │   │   │   │   │   │   │   ├── helpers.h
│   │   │   │   │   │   │   │   │   ├── helpers_asymm.h
│   │   │   │   │   │   │   │   │   ├── load_store_utility.h
│   │   │   │   │   │   │   │   │   ├── repeat.h
│   │   │   │   │   │   │   │   │   ├── tile_helpers.h
│   │   │   │   │   │   │   │   │   ├── types.h
│   │   │   │   │   │   │   │   │   └── warp_helpers.h
│   │   │   │   │   │   │   │   └── kernels
│   │   │   │   │   │   │   │   ├── CLArgMinMaxLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLBatchNormalizationLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLBatchToSpaceLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLBitwiseKernel.h
│   │   │   │   │   │   │   │   ├── CLBoundingBoxTransformKernel.h
│   │   │   │   │   │   │   │   ├── CLChannelShuffleLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLComparisonKernel.h
│   │   │   │   │   │   │   │   ├── CLDeconvolutionLayerUpsampleKernel.h
│   │   │   │   │   │   │   │   ├── CLDeconvolutionReshapeOutputKernel.h
│   │   │   │   │   │   │   │   ├── CLDepthToSpaceLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLDepthwiseConvolutionLayerNativeKernel.h
│   │   │   │   │   │   │   │   ├── CLFFTDigitReverseKernel.h
│   │   │   │   │   │   │   │   ├── CLFFTRadixStageKernel.h
│   │   │   │   │   │   │   │   ├── CLFFTScaleKernel.h
│   │   │   │   │   │   │   │   ├── CLFillBorderKernel.h
│   │   │   │   │   │   │   │   ├── CLFuseBatchNormalizationKernel.h
│   │   │   │   │   │   │   │   ├── CLGatherKernel.h
│   │   │   │   │   │   │   │   ├── CLGenerateProposalsLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLInstanceNormalizationLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLL2NormalizeLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLMaxUnpoolingLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLMeanStdDevNormalizationKernel.h
│   │   │   │   │   │   │   │   ├── CLNormalizationLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLNormalizePlanarYUVLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLPadLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLPriorBoxLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLQLSTMLayerNormalizationKernel.h
│   │   │   │   │   │   │   │   ├── CLROIAlignLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLROIPoolingLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLRangeKernel.h
│   │   │   │   │   │   │   │   ├── CLReductionOperationKernel.h
│   │   │   │   │   │   │   │   ├── CLReorgLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLReverseKernel.h
│   │   │   │   │   │   │   │   ├── CLSelectKernel.h
│   │   │   │   │   │   │   │   ├── CLSpaceToBatchLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLSpaceToDepthLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLStackLayerKernel.h
│   │   │   │   │   │   │   │   ├── CLStridedSliceKernel.h
│   │   │   │   │   │   │   │   └── CLTileKernel.h
│   │   │   │   │   │   │   ├── CPP
│   │   │   │   │   │   │   │   └── Validate.h
│   │   │   │   │   │   │   ├── KernelTypes.h
│   │   │   │   │   │   │   ├── NEON
│   │   │   │   │   │   │   │   ├── INEKernel.h
│   │   │   │   │   │   │   │   ├── NEAsymm.h
│   │   │   │   │   │   │   │   ├── NEAsymm.inl
│   │   │   │   │   │   │   │   ├── NEFixedPoint.h
│   │   │   │   │   │   │   │   ├── NEFixedPoint.inl
│   │   │   │   │   │   │   │   ├── NEKernels.h
│   │   │   │   │   │   │   │   ├── NEMath.h
│   │   │   │   │   │   │   │   ├── NEMath.inl
│   │   │   │   │   │   │   │   ├── NESymm.h
│   │   │   │   │   │   │   │   ├── SVEAsymm.h
│   │   │   │   │   │   │   │   ├── SVEAsymm.inl
│   │   │   │   │   │   │   │   ├── SVEMath.h
│   │   │   │   │   │   │   │   ├── SVEMath.inl
│   │   │   │   │   │   │   │   ├── SVESymm.h
│   │   │   │   │   │   │   │   ├── kernels
│   │   │   │   │   │   │   │   │   ├── NEBatchNormalizationLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEBatchToSpaceLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEBitwiseAndKernel.h
│   │   │   │   │   │   │   │   │   ├── NEBitwiseNotKernel.h
│   │   │   │   │   │   │   │   │   ├── NEBitwiseOrKernel.h
│   │   │   │   │   │   │   │   │   ├── NEBitwiseXorKernel.h
│   │   │   │   │   │   │   │   │   ├── NEBoundingBoxTransformKernel.h
│   │   │   │   │   │   │   │   │   ├── NEChannelShuffleLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NECol2ImKernel.h
│   │   │   │   │   │   │   │   │   ├── NECropKernel.h
│   │   │   │   │   │   │   │   │   ├── NEDepthToSpaceLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEFFTDigitReverseKernel.h
│   │   │   │   │   │   │   │   │   ├── NEFFTRadixStageKernel.h
│   │   │   │   │   │   │   │   │   ├── NEFFTScaleKernel.h
│   │   │   │   │   │   │   │   │   ├── NEFillBorderKernel.h
│   │   │   │   │   │   │   │   │   ├── NEFuseBatchNormalizationKernel.h
│   │   │   │   │   │   │   │   │   ├── NEGatherKernel.h
│   │   │   │   │   │   │   │   │   ├── NEGenerateProposalsLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEInstanceNormalizationLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEL2NormalizeLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NELogicalKernel.h
│   │   │   │   │   │   │   │   │   ├── NEMeanStdDevNormalizationKernel.h
│   │   │   │   │   │   │   │   │   ├── NENormalizationLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEPadLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEPriorBoxLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEQLSTMLayerNormalizationKernel.h
│   │   │   │   │   │   │   │   │   ├── NEROIAlignLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEROIPoolingLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NERangeKernel.h
│   │   │   │   │   │   │   │   │   ├── NEReductionOperationKernel.h
│   │   │   │   │   │   │   │   │   ├── NEReorgLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEReverseKernel.h
│   │   │   │   │   │   │   │   │   ├── NESelectKernel.h
│   │   │   │   │   │   │   │   │   ├── NESpaceToBatchLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NESpaceToDepthLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEStackLayerKernel.h
│   │   │   │   │   │   │   │   │   ├── NEStridedSliceKernel.h
│   │   │   │   │   │   │   │   │   ├── NETileKernel.h
│   │   │   │   │   │   │   │   │   ├── arm_conv
│   │   │   │   │   │   │   │   │   │   ├── addressing.hpp
│   │   │   │   │   │   │   │   │   │   ├── depthwise
│   │   │   │   │   │   │   │   │   │   │   ├── depthfirst_driver.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_depthfirst_generic.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_depthfirst_generic_multiplier.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_depthfirst_generic_multiplier_quantized.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_depthfirst_generic_quantized.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_depthfirst_multiplier.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_depthfirst_multiplier_quantized.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_depthfirst_quantized.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_implementation.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_implementation_constraints.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_planar.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── depthwise_strategies_common.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── interleaves
│   │   │   │   │   │   │   │   │   │   │   │   ├── 8b_mla.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── generic.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── generic_quantized_dot_product.hpp
│   │   │   │   │   │   │   │   │   │   │   │   └── list.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── kernels
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_generic_output9_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_generic_output9_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_nhwc_generic_output9_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_nhwc_generic_output9_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8qa_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8qa_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_3x3_s1_output3x3_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_3x3_s1_output4x4_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst_strided.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_3x3_s1_output3x3_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_3x3_s1_output4x4_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_generic_output9_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_packed_to_nhwc_3x3_s2_with_multiplier_output3x3_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_packed_to_nhwc_5x5_s1_with_multiplier_output2x4_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_s8q_nhwc_3x3_s1_output2x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_s8q_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_s8q_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_s8q_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_s8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_s8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_s8qs_nhwc_3x3_s1_output2x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_u8q_nhwc_3x3_s1_output2x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_u8q_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_u8q_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_u8q_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_u8q_packed_to_nhwc_3x3_s2_with_multiplier_output2x4_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_u8q_packed_to_nhwc_5x5_s1_with_multiplier_output4x2_dot_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_u8s8u8q_nhwc_3x3_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   ├── sve_u8s8u8q_nhwc_3x3_s2_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   │   └── sve_u8s8u8q_nhwc_5x5_s1_output2x2_mla_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   └── working_space.hpp
│   │   │   │   │   │   │   │   │   │   └── pooling
│   │   │   │   │   │   │   │   │   │   ├── depthfirst_driver.hpp
│   │   │   │   │   │   │   │   │   │   ├── kernels
│   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_fp16_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_fp32_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_s8_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_s8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_s8_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_s8q_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_u8_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_u8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_u8_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_u8q_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── cpp_nhwc_1x1_stride_any_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_fp16_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_fp32_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_s8_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_s8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_s8_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_s8q_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_s8q_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_u8_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_u8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_u8_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_u8q_nhwc_avg_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   │   └── sve_u8q_nhwc_max_generic_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   ├── pooling_depthfirst.hpp
│   │   │   │   │   │   │   │   │   │   ├── pooling_depthfirst_cache_oblivious.hpp
│   │   │   │   │   │   │   │   │   │   ├── pooling_depthfirst_generic.hpp
│   │   │   │   │   │   │   │   │   │   ├── pooling_depthfirst_generic_quantized.hpp
│   │   │   │   │   │   │   │   │   │   └── pooling_implementation.hpp
│   │   │   │   │   │   │   │   │   ├── arm_gemm
│   │   │   │   │   │   │   │   │   │   ├── asmlib.hpp
│   │   │   │   │   │   │   │   │   │   ├── barrier.hpp
│   │   │   │   │   │   │   │   │   │   ├── bfloat.hpp
│   │   │   │   │   │   │   │   │   │   ├── bias_adder.hpp
│   │   │   │   │   │   │   │   │   │   ├── convolver.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemm_hybrid.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemm_hybrid_indirect.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemm_hybrid_quantized.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemm_hybrid_quantized_inline.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemm_implementation.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemm_interleaved.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemm_interleaved_pretransposed_2d.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemv_batched.hpp
│   │   │   │   │   │   │   │   │   │   ├── gemv_pretransposed.hpp
│   │   │   │   │   │   │   │   │   │   ├── indirect-interleaves
│   │   │   │   │   │   │   │   │   │   │   ├── a32_interleave6_block1_fp32_fp32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave4_block16_s8_s8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave4_block16_s8_s8_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave4_block16_u8_u8_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_bf16_fp32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_fp16_fp16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_fp16_fp32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_fp32_fp32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_s16_s16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_s16_s16_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_s8_s16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_s8_s16_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_u16_u16_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_u8_u16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block1_u8_u16_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block2_bf16_bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block2_fp32_fp32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block4_bf16_bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block4_fp32_bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block4_s8_s8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block4_s8_s8_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block4_u8_u8_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block8_s8_s8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block8_s8_s8_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleave8_block8_u8_u8_summing.hpp
│   │   │   │   │   │   │   │   │   │   │   └── list.hpp
│   │   │   │   │   │   │   │   │   │   ├── interleave_indirect.hpp
│   │   │   │   │   │   │   │   │   │   ├── kernel_weight_format.hpp
│   │   │   │   │   │   │   │   │   │   ├── kernels
│   │   │   │   │   │   │   │   │   │   │   ├── a32_sgemm_8x6.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_ffhybrid_bf16fp32_mmla_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_ffhybrid_fp16_mla_6x32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_ffhybrid_fp32_mla_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_ffhybrid_fp32bf16fp32_mmla_4x24.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_ffinterleaved_bf16fp32_dot_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_ffinterleaved_bf16fp32_mmla_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_ffinterleaved_fp16_mla_8x24.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_ffinterleaved_fp32_mla_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_gemm_s16_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_gemm_s8_4x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_gemm_s8_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_gemm_u16_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_gemm_u8_4x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_gemm_u8_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hgemm_8x24.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_bf16fp32_dot_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_bf16fp32_mmla_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_fp16_mla_6x32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_fp32_mla_4x24.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_fp32_mla_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_fp32_mla_8x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_fp32bf16fp32_mmla_4x24.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_fp32bf16fp32_mmla_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_s8qa_dot_4x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_s8qa_mmla_4x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_s8qs_dot_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_s8qs_mmla_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_s8s32_dot_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_s8s32_mmla_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_u8qa_dot_4x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_u8qa_mmla_4x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_u8u32_dot_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_hybrid_u8u32_mmla_6x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleaved_bf16fp32_dot_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleaved_bf16fp32_mmla_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleaved_s8s32_mmla_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_interleaved_u8u32_mmla_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_sgemm_8x12.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_sgemm_8x6.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_sgemv_pretransposed.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_smallK_hybrid_fp32_mla_6x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_smallK_hybrid_fp32_mla_8x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_smallK_hybrid_s8s32_dot_6x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_smallK_hybrid_s8s32_dot_8x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_smallK_hybrid_u8u32_dot_6x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_smallK_hybrid_u8u32_dot_8x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_ffhybrid_bf16fp32_mmla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_ffhybrid_fp16_mla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_ffhybrid_fp32_mla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_ffhybrid_fp32bf16fp32_mmla_4x6VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_ffinterleaved_bf16fp32_mmla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_ffinterleaved_fp16_mla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_ffinterleaved_fp32_mla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_bf16fp32_dot_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_bf16fp32_mmla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_fp16_mla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_fp32_mla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_fp32_mla_8x1VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_fp32bf16fp32_mmla_4x6VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_fp32bf16fp32_mmla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_s8qa_dot_4x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_s8qa_mmla_4x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_s8qs_dot_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_s8qs_mmla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_s8s32_dot_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_s8s32_mmla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_u8qa_dot_4x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_u8qa_mmla_4x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_u8u32_dot_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_hybrid_u8u32_mmla_6x4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_bf16fp32_dot_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_bf16fp32_mmla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_fp16_mla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_fp32_mla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_fp32_mmla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_s8s32_dot_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_s8s32_mmla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_u8u32_dot_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_interleaved_u8u32_mmla_8x3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_smallK_hybrid_fp32_mla_8x1VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_smallK_hybrid_s8s32_dot_8x1VL.hpp
│   │   │   │   │   │   │   │   │   │   │   └── sve_smallK_hybrid_u8u32_dot_8x1VL.hpp
│   │   │   │   │   │   │   │   │   │   ├── mergeresults.hpp
│   │   │   │   │   │   │   │   │   │   ├── merges
│   │   │   │   │   │   │   │   │   │   │   ├── a32_merge_float_8x6.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_merge_fp16_24x8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_merge_fp32_12x8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_merge_s32_12x8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_merge_s32_4x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_merge_u32_12x8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_merge_u32_4x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── list-fp16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── list-sve.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── list.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_merge_fp16_3VLx8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_merge_fp32_3VLx8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_merge_s32_3VLx8.hpp
│   │   │   │   │   │   │   │   │   │   │   └── sve_merge_u32_3VLx8.hpp
│   │   │   │   │   │   │   │   │   │   ├── performance_parameters.hpp
│   │   │   │   │   │   │   │   │   │   ├── quantize_wrapper.hpp
│   │   │   │   │   │   │   │   │   │   ├── quantized.hpp
│   │   │   │   │   │   │   │   │   │   ├── std_transforms_fixed.hpp
│   │   │   │   │   │   │   │   │   │   ├── std_transforms_sve.hpp
│   │   │   │   │   │   │   │   │   │   ├── transform.hpp
│   │   │   │   │   │   │   │   │   │   ├── transforms
│   │   │   │   │   │   │   │   │   │   │   ├── a32_transpose_interleave_8way_32bit.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_128.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_12_1x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_12_1x8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_12_2x2.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_12_2x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_12_2x4_fp32bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_12_s8s16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_12_u8u16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_16_1x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_16_1x8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_16_2x2.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_16_2x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_16_2x4_fp32bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_24.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_24_2x4_fp32bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_24_bf16fp32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_24_fp16fp32.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_32_1x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_32_2x2.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_48.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_4_1x16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_4_1x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_64.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── a64_transpose_interleave_96.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── list-sve.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── list.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_12VL_2x4_fp32bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_1VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_1VL_1x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_3VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_3VL_1x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_3VL_2x2.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_4VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_4VL_1x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_4VL_2x2.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_6VL_1x8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_6VL_2x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_6VL_2x4_fp32bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_6VL_4x2.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_8VL.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_8VL_1x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_8VL_1x8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_8VL_2x2.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_8VL_2x4.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── sve_transpose_interleave_8VL_2x4_fp32bf16.hpp
│   │   │   │   │   │   │   │   │   │   │   └── transpose_interleave_common.hpp
│   │   │   │   │   │   │   │   │   │   └── utils.hpp
│   │   │   │   │   │   │   │   │   ├── assembly
│   │   │   │   │   │   │   │   │   │   ├── common.hpp
│   │   │   │   │   │   │   │   │   │   ├── depthwise.hpp
│   │   │   │   │   │   │   │   │   │   ├── depthwise_common.hpp
│   │   │   │   │   │   │   │   │   │   ├── pool_common.hpp
│   │   │   │   │   │   │   │   │   │   ├── pooling.hpp
│   │   │   │   │   │   │   │   │   │   └── winograd.hpp
│   │   │   │   │   │   │   │   │   ├── batchnormalization
│   │   │   │   │   │   │   │   │   │   └── impl
│   │   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   │   ├── convolution
│   │   │   │   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   │   │   │   ├── activation.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── alloc.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── arm.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── convolution.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── padding.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── perf.h
│   │   │   │   │   │   │   │   │   │   │   ├── qasymm8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── qsymm8.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── shims.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── tensor.hpp
│   │   │   │   │   │   │   │   │   │   │   ├── tensor_utils.hpp
│   │   │   │   │   │   │   │   │   │   │   └── utils.hpp
│   │   │   │   │   │   │   │   │   │   └── winograd
│   │   │   │   │   │   │   │   │   │   ├── input_transform.hpp
│   │   │   │   │   │   │   │   │   │   ├── output_transform.hpp
│   │   │   │   │   │   │   │   │   │   ├── weight_transform.hpp
│   │   │   │   │   │   │   │   │   │   └── winograd_implementations.hpp
│   │   │   │   │   │   │   │   │   └── detail
│   │   │   │   │   │   │   │   │   ├── NEActivationFunctionDetail.h
│   │   │   │   │   │   │   │   │   ├── NEColorConvertHelper.inl
│   │   │   │   │   │   │   │   │   ├── NEDirectConvolution3x3.h
│   │   │   │   │   │   │   │   │   └── NEDirectConvolutionDetail.h
│   │   │   │   │   │   │   │   └── wrapper
│   │   │   │   │   │   │   │   ├── intrinsics
│   │   │   │   │   │   │   │   │   ├── abs.h
│   │   │   │   │   │   │   │   │   ├── add.h
│   │   │   │   │   │   │   │   │   ├── and.h
│   │   │   │   │   │   │   │   │   ├── bsl.h
│   │   │   │   │   │   │   │   │   ├── ceq.h
│   │   │   │   │   │   │   │   │   ├── cge.h
│   │   │   │   │   │   │   │   │   ├── cgt.h
│   │   │   │   │   │   │   │   │   ├── cgtz.h
│   │   │   │   │   │   │   │   │   ├── cle.h
│   │   │   │   │   │   │   │   │   ├── clt.h
│   │   │   │   │   │   │   │   │   ├── combine.h
│   │   │   │   │   │   │   │   │   ├── cvt.h
│   │   │   │   │   │   │   │   │   ├── div.h
│   │   │   │   │   │   │   │   │   ├── dup_n.h
│   │   │   │   │   │   │   │   │   ├── eor.h
│   │   │   │   │   │   │   │   │   ├── exp.h
│   │   │   │   │   │   │   │   │   ├── ext.h
│   │   │   │   │   │   │   │   │   ├── gethigh.h
│   │   │   │   │   │   │   │   │   ├── getlane.h
│   │   │   │   │   │   │   │   │   ├── getlow.h
│   │   │   │   │   │   │   │   │   ├── intrinsics.h
│   │   │   │   │   │   │   │   │   ├── inv.h
│   │   │   │   │   │   │   │   │   ├── invsqrt.h
│   │   │   │   │   │   │   │   │   ├── load.h
│   │   │   │   │   │   │   │   │   ├── log.h
│   │   │   │   │   │   │   │   │   ├── max.h
│   │   │   │   │   │   │   │   │   ├── min.h
│   │   │   │   │   │   │   │   │   ├── mla.h
│   │   │   │   │   │   │   │   │   ├── movl.h
│   │   │   │   │   │   │   │   │   ├── movn.h
│   │   │   │   │   │   │   │   │   ├── mul.h
│   │   │   │   │   │   │   │   │   ├── neg.h
│   │   │   │   │   │   │   │   │   ├── not.h
│   │   │   │   │   │   │   │   │   ├── orr.h
│   │   │   │   │   │   │   │   │   ├── pmax.h
│   │   │   │   │   │   │   │   │   ├── pmin.h
│   │   │   │   │   │   │   │   │   ├── pow.h
│   │   │   │   │   │   │   │   │   ├── qmov.h
│   │   │   │   │   │   │   │   │   ├── qmovun.h
│   │   │   │   │   │   │   │   │   ├── reinterpret.h
│   │   │   │   │   │   │   │   │   ├── rev64.h
│   │   │   │   │   │   │   │   │   ├── round.h
│   │   │   │   │   │   │   │   │   ├── setlane.h
│   │   │   │   │   │   │   │   │   ├── sin.h
│   │   │   │   │   │   │   │   │   ├── sqrt.h
│   │   │   │   │   │   │   │   │   ├── store.h
│   │   │   │   │   │   │   │   │   ├── sub.h
│   │   │   │   │   │   │   │   │   ├── svcnt.h
│   │   │   │   │   │   │   │   │   ├── svcvt.h
│   │   │   │   │   │   │   │   │   ├── svdup_n.h
│   │   │   │   │   │   │   │   │   ├── svexp.h
│   │   │   │   │   │   │   │   │   ├── svlog.h
│   │   │   │   │   │   │   │   │   ├── svpow.h
│   │   │   │   │   │   │   │   │   ├── svptrue.h
│   │   │   │   │   │   │   │   │   ├── svqadd.h
│   │   │   │   │   │   │   │   │   ├── svreinterpret.h
│   │   │   │   │   │   │   │   │   ├── svsin.h
│   │   │   │   │   │   │   │   │   ├── svwhilelt.h
│   │   │   │   │   │   │   │   │   ├── tanh.h
│   │   │   │   │   │   │   │   │   └── tbl.h
│   │   │   │   │   │   │   │   ├── scalar
│   │   │   │   │   │   │   │   │   ├── add.h
│   │   │   │   │   │   │   │   │   ├── scalar.h
│   │   │   │   │   │   │   │   │   └── sub.h
│   │   │   │   │   │   │   │   ├── svtraits.h
│   │   │   │   │   │   │   │   ├── traits.h
│   │   │   │   │   │   │   │   └── wrapper.h
│   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   ├── Macros.h
│   │   │   │   │   │   │   │   └── Registrars.h
│   │   │   │   │   │   │   ├── experimental
│   │   │   │   │   │   │   │   ├── PostOpUtils.h
│   │   │   │   │   │   │   │   └── dynamic_fusion
│   │   │   │   │   │   │   │   ├── ClKernelBuildingAPI.h
│   │   │   │   │   │   │   │   ├── ClKernelBuildingImpl
│   │   │   │   │   │   │   │   │   ├── Common.h
│   │   │   │   │   │   │   │   │   ├── Utils.h
│   │   │   │   │   │   │   │   │   └── components
│   │   │   │   │   │   │   │   │   ├── ClDirectConvolutionKernelComponent.h
│   │   │   │   │   │   │   │   │   ├── ClElementwiseKernelComponent.h
│   │   │   │   │   │   │   │   │   ├── ClFloorKernelComponent.h
│   │   │   │   │   │   │   │   │   ├── ClKernelComponents.h
│   │   │   │   │   │   │   │   │   └── ClStoreKernelComponents.h
│   │   │   │   │   │   │   │   └── WorkloadImpl
│   │   │   │   │   │   │   │   ├── ClFusedKernelGraph.h
│   │   │   │   │   │   │   │   ├── ClKernelDescriptors.h
│   │   │   │   │   │   │   │   ├── ClKernelGraph.h
│   │   │   │   │   │   │   │   ├── ITensorDescPack.h
│   │   │   │   │   │   │   │   └── OperatorGraphImpl.h
│   │   │   │   │   │   │   ├── helpers
│   │   │   │   │   │   │   │   ├── AutoConfiguration.h
│   │   │   │   │   │   │   │   ├── MemoryHelpers.h
│   │   │   │   │   │   │   │   ├── NormalizationHelpers.h
│   │   │   │   │   │   │   │   ├── PoolingHelpers.h
│   │   │   │   │   │   │   │   ├── ScaleHelpers.h
│   │   │   │   │   │   │   │   ├── SoftmaxHelpers.h
│   │   │   │   │   │   │   │   ├── Utils.h
│   │   │   │   │   │   │   │   └── WindowHelpers.h
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   ├── AssemblyUtils.h
│   │   │   │   │   │   │   ├── ScaleUtils.h
│   │   │   │   │   │   │   └── helpers
│   │   │   │   │   │   │   ├── bit_ops.h
│   │   │   │   │   │   │   ├── fft.h
│   │   │   │   │   │   │   ├── float_ops.h
│   │   │   │   │   │   │   └── tensor_info.h
│   │   │   │   │   │   ├── cpu
│   │   │   │   │   │   │   ├── CpuContext.h
│   │   │   │   │   │   │   ├── CpuQueue.h
│   │   │   │   │   │   │   ├── CpuTensor.h
│   │   │   │   │   │   │   ├── ICpuKernel.h
│   │   │   │   │   │   │   ├── ICpuOperator.h
│   │   │   │   │   │   │   ├── kernels
│   │   │   │   │   │   │   │   ├── CpuActivationKernel.h
│   │   │   │   │   │   │   │   ├── CpuAddKernel.h
│   │   │   │   │   │   │   │   ├── CpuCastKernel.h
│   │   │   │   │   │   │   │   ├── CpuCol2ImKernel.h
│   │   │   │   │   │   │   │   ├── CpuConcatenateBatchKernel.h
│   │   │   │   │   │   │   │   ├── CpuConcatenateDepthKernel.h
│   │   │   │   │   │   │   │   ├── CpuConcatenateHeightKernel.h
│   │   │   │   │   │   │   │   ├── CpuConcatenateWidthKernel.h
│   │   │   │   │   │   │   │   ├── CpuConvertFullyConnectedWeightsKernel.h
│   │   │   │   │   │   │   │   ├── CpuConvertQuantizedSignednessKernel.h
│   │   │   │   │   │   │   │   ├── CpuCopyKernel.h
│   │   │   │   │   │   │   │   ├── CpuDepthwiseConv2dNativeKernel.h
│   │   │   │   │   │   │   │   ├── CpuDequantizeKernel.h
│   │   │   │   │   │   │   │   ├── CpuDirectConv2dKernel.h
│   │   │   │   │   │   │   │   ├── CpuDirectConv2dOutputStageKernel.h
│   │   │   │   │   │   │   │   ├── CpuDirectConv3dKernel.h
│   │   │   │   │   │   │   │   ├── CpuElementwiseKernel.h
│   │   │   │   │   │   │   │   ├── CpuElementwiseUnaryKernel.h
│   │   │   │   │   │   │   │   ├── CpuFillKernel.h
│   │   │   │   │   │   │   │   ├── CpuFloorKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmInterleave4x4Kernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpMatrixMultiplyKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpMatrixReductionKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpOffsetContributionKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpOffsetContributionOutputStageKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpQuantizeDownInt32ScaleKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmMatrixAdditionKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmMatrixMultiplyKernel.h
│   │   │   │   │   │   │   │   ├── CpuGemmTranspose1xWKernel.h
│   │   │   │   │   │   │   │   ├── CpuIm2ColKernel.h
│   │   │   │   │   │   │   │   ├── CpuKernelSelectionTypes.h
│   │   │   │   │   │   │   │   ├── CpuMaxUnpoolingLayerKernel.h
│   │   │   │   │   │   │   │   ├── CpuMulKernel.h
│   │   │   │   │   │   │   │   ├── CpuPermuteKernel.h
│   │   │   │   │   │   │   │   ├── CpuPool2dKernel.h
│   │   │   │   │   │   │   │   ├── CpuPool3dKernel.h
│   │   │   │   │   │   │   │   ├── CpuQuantizeKernel.h
│   │   │   │   │   │   │   │   ├── CpuReshapeKernel.h
│   │   │   │   │   │   │   │   ├── CpuScaleKernel.h
│   │   │   │   │   │   │   │   ├── CpuSoftmaxKernel.h
│   │   │   │   │   │   │   │   ├── CpuSubKernel.h
│   │   │   │   │   │   │   │   ├── CpuTransposeKernel.h
│   │   │   │   │   │   │   │   ├── CpuWeightsReshapeKernel.h
│   │   │   │   │   │   │   │   ├── CpuWinogradConv2dKernel.h
│   │   │   │   │   │   │   │   ├── activation
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── add
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   ├── neon
│   │   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   │   └── sve
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── assembly
│   │   │   │   │   │   │   │   │   ├── CpuGemmAssemblyWrapperKernel.h
│   │   │   │   │   │   │   │   │   ├── arm_gemm.hpp
│   │   │   │   │   │   │   │   │   ├── arm_gemm_compute_iface.hpp
│   │   │   │   │   │   │   │   │   ├── arm_gemm_local.hpp
│   │   │   │   │   │   │   │   │   ├── convolution_parameters.hpp
│   │   │   │   │   │   │   │   │   ├── gemm_common.hpp
│   │   │   │   │   │   │   │   │   └── ndrange.hpp
│   │   │   │   │   │   │   │   ├── boundingboxtransform
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── cast
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── conv3d
│   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   ├── list.h
│   │   │   │   │   │   │   │   │   └── quantized.h
│   │   │   │   │   │   │   │   ├── crop
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   ├── crop_helper.h
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── depthwiseconv2d
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── directconv2d
│   │   │   │   │   │   │   │   │   ├── list.h
│   │   │   │   │   │   │   │   │   └── nhwc
│   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   ├── elementwise_binary
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   ├── neon
│   │   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   │   ├── sve
│   │   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   │   └── sve2
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── elementwise_unary
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   ├── neon
│   │   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   │   └── sve
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── floor
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── fuse_batch_normalization
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   ├── list.h
│   │   │   │   │   │   │   │   │   └── nhwc
│   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   ├── gemm_matrix_add
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── gemm_matrix_mul
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── genproposals
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── instancenorm
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   │   │   ├── CpuDepthwiseConv2dAssemblyWrapperKernel.h
│   │   │   │   │   │   │   │   │   └── CpuPool2dAssemblyWrapperKernel.h
│   │   │   │   │   │   │   │   ├── l2normlayer
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── maxunpool
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── meanstddevnorm
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── pool2d
│   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   ├── list.h
│   │   │   │   │   │   │   │   │   └── quantized.h
│   │   │   │   │   │   │   │   ├── pool3d
│   │   │   │   │   │   │   │   │   ├── list.h
│   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   ├── impl.h
│   │   │   │   │   │   │   │   │   └── quantized.h
│   │   │   │   │   │   │   │   ├── range
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── roialign
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── scale
│   │   │   │   │   │   │   │   │   ├── neon
│   │   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   │   └── sve
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── select
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   ├── softmax
│   │   │   │   │   │   │   │   │   ├── generic
│   │   │   │   │   │   │   │   │   │   ├── neon
│   │   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   │   ├── sve
│   │   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   │   └── sve2
│   │   │   │   │   │   │   │   │   │   └── impl.h
│   │   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   │   └── sub
│   │   │   │   │   │   │   │   └── neon
│   │   │   │   │   │   │   │   └── list.h
│   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   ├── CpuActivation.h
│   │   │   │   │   │   │   │   ├── CpuAdd.h
│   │   │   │   │   │   │   │   ├── CpuCast.h
│   │   │   │   │   │   │   │   ├── CpuConcatenate.h
│   │   │   │   │   │   │   │   ├── CpuConv2d.h
│   │   │   │   │   │   │   │   ├── CpuConvertFullyConnectedWeights.h
│   │   │   │   │   │   │   │   ├── CpuCopy.h
│   │   │   │   │   │   │   │   ├── CpuDepthwiseConv2d.h
│   │   │   │   │   │   │   │   ├── CpuDepthwiseConv2dAssemblyDispatch.h
│   │   │   │   │   │   │   │   ├── CpuDequantize.h
│   │   │   │   │   │   │   │   ├── CpuDirectConv2d.h
│   │   │   │   │   │   │   │   ├── CpuDirectConv3d.h
│   │   │   │   │   │   │   │   ├── CpuElementwise.h
│   │   │   │   │   │   │   │   ├── CpuElementwiseUnary.h
│   │   │   │   │   │   │   │   ├── CpuFill.h
│   │   │   │   │   │   │   │   ├── CpuFlatten.h
│   │   │   │   │   │   │   │   ├── CpuFloor.h
│   │   │   │   │   │   │   │   ├── CpuFullyConnected.h
│   │   │   │   │   │   │   │   ├── CpuGemm.h
│   │   │   │   │   │   │   │   ├── CpuGemmConv2d.h
│   │   │   │   │   │   │   │   ├── CpuGemmDirectConv2d.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpMatrixMultiplyCore.h
│   │   │   │   │   │   │   │   ├── CpuGemmLowpOutputStage.h
│   │   │   │   │   │   │   │   ├── CpuMaxUnpooling.h
│   │   │   │   │   │   │   │   ├── CpuMul.h
│   │   │   │   │   │   │   │   ├── CpuPRelu.h
│   │   │   │   │   │   │   │   ├── CpuPermute.h
│   │   │   │   │   │   │   │   ├── CpuPool2d.h
│   │   │   │   │   │   │   │   ├── CpuPool3d.h
│   │   │   │   │   │   │   │   ├── CpuQuantize.h
│   │   │   │   │   │   │   │   ├── CpuReshape.h
│   │   │   │   │   │   │   │   ├── CpuScale.h
│   │   │   │   │   │   │   │   ├── CpuSoftmax.h
│   │   │   │   │   │   │   │   ├── CpuSub.h
│   │   │   │   │   │   │   │   ├── CpuTranspose.h
│   │   │   │   │   │   │   │   ├── CpuWinogradConv2d.h
│   │   │   │   │   │   │   │   └── internal
│   │   │   │   │   │   │   │   └── CpuGemmAssemblyDispatch.h
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── CpuAuxTensorHandler.h
│   │   │   │   │   │   ├── gpu
│   │   │   │   │   │   │   └── cl
│   │   │   │   │   │   │   ├── ClCompileContext.h
│   │   │   │   │   │   │   ├── ClContext.h
│   │   │   │   │   │   │   ├── ClKernelLibrary.h
│   │   │   │   │   │   │   ├── ClQueue.h
│   │   │   │   │   │   │   ├── ClTensor.h
│   │   │   │   │   │   │   ├── IClKernel.h
│   │   │   │   │   │   │   ├── IClOperator.h
│   │   │   │   │   │   │   ├── kernels
│   │   │   │   │   │   │   │   ├── ClActivationKernel.h
│   │   │   │   │   │   │   │   ├── ClBatchConcatenateKernel.h
│   │   │   │   │   │   │   │   ├── ClCastKernel.h
│   │   │   │   │   │   │   │   ├── ClCol2ImKernel.h
│   │   │   │   │   │   │   │   ├── ClConvertFullyConnectedWeightsKernel.h
│   │   │   │   │   │   │   │   ├── ClCopyKernel.h
│   │   │   │   │   │   │   │   ├── ClCropKernel.h
│   │   │   │   │   │   │   │   ├── ClDepthConcatenateKernel.h
│   │   │   │   │   │   │   │   ├── ClDequantizeKernel.h
│   │   │   │   │   │   │   │   ├── ClDirectConv2dKernel.h
│   │   │   │   │   │   │   │   ├── ClDirectConv3dKernel.h
│   │   │   │   │   │   │   │   ├── ClElementwiseKernel.h
│   │   │   │   │   │   │   │   ├── ClElementwiseUnaryKernel.h
│   │   │   │   │   │   │   │   ├── ClFillKernel.h
│   │   │   │   │   │   │   │   ├── ClFloorKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpMatrixMultiplyNativeKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpMatrixMultiplyReshapedKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpOffsetContributionKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpOffsetContributionOutputStageKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpQuantizeDownInt32ScaleByFixedPointKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpQuantizeDownInt32ScaleByFloatKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpQuantizeDownInt32ScaleKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpReductionKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmMatrixMultiplyNativeKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmMatrixMultiplyReshapedKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmMatrixMultiplyReshapedOnlyRhsKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmMatrixMultiplyReshapedOnlyRhsMMULKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmReshapeLhsMatrixKernel.h
│   │   │   │   │   │   │   │   ├── ClGemmReshapeRhsMatrixKernel.h
│   │   │   │   │   │   │   │   ├── ClHeightConcatenateKernel.h
│   │   │   │   │   │   │   │   ├── ClIm2ColKernel.h
│   │   │   │   │   │   │   │   ├── ClMulKernel.h
│   │   │   │   │   │   │   │   ├── ClPermuteKernel.h
│   │   │   │   │   │   │   │   ├── ClPool2dKernel.h
│   │   │   │   │   │   │   │   ├── ClPool3dKernel.h
│   │   │   │   │   │   │   │   ├── ClQuantizeKernel.h
│   │   │   │   │   │   │   │   ├── ClReshapeKernel.h
│   │   │   │   │   │   │   │   ├── ClScaleKernel.h
│   │   │   │   │   │   │   │   ├── ClSoftmaxKernel.h
│   │   │   │   │   │   │   │   ├── ClTransposeKernel.h
│   │   │   │   │   │   │   │   ├── ClWeightsReshapeKernel.h
│   │   │   │   │   │   │   │   ├── ClWidthConcatenate2TensorsKernel.h
│   │   │   │   │   │   │   │   ├── ClWidthConcatenate4TensorsKernel.h
│   │   │   │   │   │   │   │   ├── ClWidthConcatenateKernel.h
│   │   │   │   │   │   │   │   ├── ClWinogradFilterTransformKernel.h
│   │   │   │   │   │   │   │   ├── ClWinogradInputTransformKernel.h
│   │   │   │   │   │   │   │   ├── ClWinogradOutputTransformKernel.h
│   │   │   │   │   │   │   │   ├── direct_conv
│   │   │   │   │   │   │   │   │   ├── ClDirectConvDefaultConfigBifrost.h
│   │   │   │   │   │   │   │   │   ├── ClDirectConvDefaultConfigValhall.h
│   │   │   │   │   │   │   │   │   ├── ClDirectConvKernelConfig.h
│   │   │   │   │   │   │   │   │   └── IClDirectConvKernelConfig.h
│   │   │   │   │   │   │   │   ├── experimental
│   │   │   │   │   │   │   │   │   └── dynamic_fusion
│   │   │   │   │   │   │   │   │   └── ClCompositeKernel.h
│   │   │   │   │   │   │   │   └── gemm
│   │   │   │   │   │   │   │   ├── ClGemmHelpers.h
│   │   │   │   │   │   │   │   ├── IClGemmKernelConfig.h
│   │   │   │   │   │   │   │   ├── native
│   │   │   │   │   │   │   │   │   ├── ClGemmDefaultConfigNativeBifrost.h
│   │   │   │   │   │   │   │   │   ├── ClGemmDefaultConfigNativeMidgard.h
│   │   │   │   │   │   │   │   │   ├── ClGemmDefaultConfigNativeValhall.h
│   │   │   │   │   │   │   │   │   └── ClGemmNativeKernelConfig.h
│   │   │   │   │   │   │   │   ├── reshaped
│   │   │   │   │   │   │   │   │   ├── ClGemmDefaultConfigReshapedBifrost.h
│   │   │   │   │   │   │   │   │   ├── ClGemmDefaultConfigReshapedValhall.h
│   │   │   │   │   │   │   │   │   └── ClGemmReshapedKernelConfig.h
│   │   │   │   │   │   │   │   └── reshaped_only_rhs
│   │   │   │   │   │   │   │   ├── ClGemmDefaultConfigReshapedRhsOnlyBifrost.h
│   │   │   │   │   │   │   │   ├── ClGemmDefaultConfigReshapedRhsOnlyValhall.h
│   │   │   │   │   │   │   │   └── ClGemmReshapedOnlyRhsKernelConfig.h
│   │   │   │   │   │   │   ├── operators
│   │   │   │   │   │   │   │   ├── ClActivation.h
│   │   │   │   │   │   │   │   ├── ClAdd.h
│   │   │   │   │   │   │   │   ├── ClCast.h
│   │   │   │   │   │   │   │   ├── ClConcatenate.h
│   │   │   │   │   │   │   │   ├── ClConv2d.h
│   │   │   │   │   │   │   │   ├── ClConvertFullyConnectedWeights.h
│   │   │   │   │   │   │   │   ├── ClCopy.h
│   │   │   │   │   │   │   │   ├── ClCrop.h
│   │   │   │   │   │   │   │   ├── ClDequantize.h
│   │   │   │   │   │   │   │   ├── ClDirectConv2d.h
│   │   │   │   │   │   │   │   ├── ClDirectConv3d.h
│   │   │   │   │   │   │   │   ├── ClElementwiseOperations.h
│   │   │   │   │   │   │   │   ├── ClElementwiseUnary.h
│   │   │   │   │   │   │   │   ├── ClFill.h
│   │   │   │   │   │   │   │   ├── ClFlatten.h
│   │   │   │   │   │   │   │   ├── ClFloor.h
│   │   │   │   │   │   │   │   ├── ClFullyConnected.h
│   │   │   │   │   │   │   │   ├── ClGemm.h
│   │   │   │   │   │   │   │   ├── ClGemmConv2d.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpMatrixMultiplyCore.h
│   │   │   │   │   │   │   │   ├── ClGemmLowpOutputStage.h
│   │   │   │   │   │   │   │   ├── ClLogicalNot.h
│   │   │   │   │   │   │   │   ├── ClMul.h
│   │   │   │   │   │   │   │   ├── ClPRelu.h
│   │   │   │   │   │   │   │   ├── ClPermute.h
│   │   │   │   │   │   │   │   ├── ClPool2d.h
│   │   │   │   │   │   │   │   ├── ClPool3d.h
│   │   │   │   │   │   │   │   ├── ClQuantize.h
│   │   │   │   │   │   │   │   ├── ClReshape.h
│   │   │   │   │   │   │   │   ├── ClScale.h
│   │   │   │   │   │   │   │   ├── ClSoftmax.h
│   │   │   │   │   │   │   │   ├── ClSub.h
│   │   │   │   │   │   │   │   ├── ClTranspose.h
│   │   │   │   │   │   │   │   └── ClWinogradConv2d.h
│   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   └── ClAuxTensorHandler.h
│   │   │   │   │   │   ├── graph
│   │   │   │   │   │   │   └── mutators
│   │   │   │   │   │   │   └── MutatorUtils.h
│   │   │   │   │   │   └── runtime
│   │   │   │   │   │   ├── CL
│   │   │   │   │   │   │   ├── gemm
│   │   │   │   │   │   │   │   ├── CLGEMMDefaultTypeBifrost.h
│   │   │   │   │   │   │   │   ├── CLGEMMDefaultTypeMidgard.h
│   │   │   │   │   │   │   │   ├── CLGEMMDefaultTypeValhall.h
│   │   │   │   │   │   │   │   └── CLGEMMKernelSelection.h
│   │   │   │   │   │   │   ├── gemm_auto_heuristics
│   │   │   │   │   │   │   │   └── CLGEMMAutoHeuristics.h
│   │   │   │   │   │   │   └── mlgo
│   │   │   │   │   │   │   ├── Common.h
│   │   │   │   │   │   │   ├── HeuristicTree.h
│   │   │   │   │   │   │   ├── MLGOHeuristics.h
│   │   │   │   │   │   │   ├── MLGOParser.h
│   │   │   │   │   │   │   └── Utils.h
│   │   │   │   │   │   ├── SchedulerUtils.h
│   │   │   │   │   │   └── Utils.h
│   │   │   │   │   ├── support
│   │   │   │   │   │   ├── Bfloat16.h
│   │   │   │   │   │   ├── CRTP.h
│   │   │   │   │   │   ├── Cast.h
│   │   │   │   │   │   ├── DeepCopy.h
│   │   │   │   │   │   ├── Half.h
│   │   │   │   │   │   ├── ICloneable.h
│   │   │   │   │   │   ├── Iterable.h
│   │   │   │   │   │   ├── Mutex.h
│   │   │   │   │   │   ├── Random.h
│   │   │   │   │   │   ├── Requires.h
│   │   │   │   │   │   ├── Rounding.h
│   │   │   │   │   │   ├── SaturateCast.h
│   │   │   │   │   │   ├── Semaphore.h
│   │   │   │   │   │   ├── StringSupport.h
│   │   │   │   │   │   ├── ToolchainSupport.h
│   │   │   │   │   │   └── Traits.h
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── AssetsLibrary.h
│   │   │   │   │   │   ├── CL
│   │   │   │   │   │   │   ├── CLAccessor.h
│   │   │   │   │   │   │   ├── CLArrayAccessor.h
│   │   │   │   │   │   │   └── Helper.h
│   │   │   │   │   │   ├── Globals.h
│   │   │   │   │   │   ├── IAccessor.h
│   │   │   │   │   │   ├── IArrayAccessor.h
│   │   │   │   │   │   ├── NEON
│   │   │   │   │   │   │   ├── Accessor.h
│   │   │   │   │   │   │   ├── ArrayAccessor.h
│   │   │   │   │   │   │   └── Helper.h
│   │   │   │   │   │   ├── PaddingCalculator.h
│   │   │   │   │   │   ├── RawTensor.h
│   │   │   │   │   │   ├── SimpleTensor.h
│   │   │   │   │   │   ├── SimpleTensorAccessor.h
│   │   │   │   │   │   ├── SimpleTensorPrinter.h
│   │   │   │   │   │   ├── TensorCache.h
│   │   │   │   │   │   ├── TypeReader.h
│   │   │   │   │   │   ├── Types.h
│   │   �
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment