LICENSE
README.md
pyproject.toml
src/base_attentive/__init__.py
src/base_attentive/_bootstrap.py
src/base_attentive/_keras_fallback.py
src/base_attentive/_keras_runtime.py
src/base_attentive/_runtime_requirements.py
src/base_attentive/keras_runtime.py
src/base_attentive/logging.py
src/base_attentive/runtime.py
src/base_attentive.egg-info/PKG-INFO
src/base_attentive.egg-info/SOURCES.txt
src/base_attentive.egg-info/dependency_links.txt
src/base_attentive.egg-info/requires.txt
src/base_attentive.egg-info/top_level.txt
src/base_attentive/api/__init__.py
src/base_attentive/api/docs.py
src/base_attentive/api/property.py
src/base_attentive/applications/__init__.py
src/base_attentive/applications/flood/__init__.py
src/base_attentive/applications/flood/config.py
src/base_attentive/applications/flood/metrics.py
src/base_attentive/applications/flood/padrnet.py
src/base_attentive/applications/flood/physics.py
src/base_attentive/backend/__init__.py
src/base_attentive/backend/base.py
src/base_attentive/backend/detector.py
src/base_attentive/backend/implementations.py
src/base_attentive/backend/torch_utils.py
src/base_attentive/backend/version_check.py
src/base_attentive/compat/__init__.py
src/base_attentive/compat/keras.py
src/base_attentive/compat/sklearn.py
src/base_attentive/compat/tf.py
src/base_attentive/compat/types.py
src/base_attentive/compat/versioning.py
src/base_attentive/components/__init__.py
src/base_attentive/components/_attention_utils.py
src/base_attentive/components/_config.py
src/base_attentive/components/_loss_utils.py
src/base_attentive/components/_temporal_utils.py
src/base_attentive/components/attention.py
src/base_attentive/components/encoder_decoder.py
src/base_attentive/components/gating_norm.py
src/base_attentive/components/heads.py
src/base_attentive/components/layer_utils.py
src/base_attentive/components/losses.py
src/base_attentive/components/masks.py
src/base_attentive/components/misc.py
src/base_attentive/components/temporal.py
src/base_attentive/config/__init__.py
src/base_attentive/config/architecture_helpers.py
src/base_attentive/config/defaults.py
src/base_attentive/config/legacy_adapter.py
src/base_attentive/config/normalize.py
src/base_attentive/config/schema.py
src/base_attentive/config/validate.py
src/base_attentive/core/__init__.py
src/base_attentive/core/base_attentive.py
src/base_attentive/core/base_attentive_legacy.py
src/base_attentive/core/checks.py
src/base_attentive/core/handlers.py
src/base_attentive/experimental/__init__.py
src/base_attentive/experimental/base_attentive_v2.py
src/base_attentive/implementations/__init__.py
src/base_attentive/implementations/generic/__init__.py
src/base_attentive/implementations/generic/base_attentive_v2.py
src/base_attentive/implementations/jax/__init__.py
src/base_attentive/implementations/jax/base_attentive_v2.py
src/base_attentive/implementations/tensorflow/__init__.py
src/base_attentive/implementations/tensorflow/base_attentive_v2.py
src/base_attentive/implementations/tensorflow/padrnet.py
src/base_attentive/implementations/torch/__init__.py
src/base_attentive/implementations/torch/base_attentive_v2.py
src/base_attentive/implementations/torch/padrnet.py
src/base_attentive/models/__init__.py
src/base_attentive/models/comp_utils.py
src/base_attentive/models/utils.py
src/base_attentive/registry/__init__.py
src/base_attentive/registry/capabilities.py
src/base_attentive/registry/component_registry.py
src/base_attentive/registry/model_registry.py
src/base_attentive/resolver/__init__.py
src/base_attentive/resolver/assembly.py
src/base_attentive/resolver/backend_context.py
src/base_attentive/resolver/builder_contract.py
src/base_attentive/resolver/component_resolver.py
src/base_attentive/resolver/model_resolver.py
src/base_attentive/resolver/registrars.py
src/base_attentive/utils/__init__.py
src/base_attentive/utils/deps_utils.py
src/base_attentive/utils/generic_utils.py
src/base_attentive/validation/__init__.py
tests/test_api_nnlearner.py
tests/test_backend.py
tests/test_backend_smoke.py
tests/test_base_attentive_layers.py
tests/test_base_attentive_main.py
tests/test_base_attentive_training_api.py
tests/test_compat_and_utils.py
tests/test_compat_versioning.py
tests/test_config_roundtrip.py
tests/test_constructor_parity.py
tests/test_core.py
tests/test_cov_backend_gaps.py
tests/test_cov_compat_registry.py
tests/test_cov_components_pure.py
tests/test_cov_fallback_module.py
tests/test_cov_heads_extended.py
tests/test_cov_implementations_gaps.py
tests/test_cov_runtime_expansion.py
tests/test_cov_temporal_utils_extended.py
tests/test_cov_torch_utils_extended.py
tests/test_cov_validation_module.py
tests/test_coverage_runtime_surface.py
tests/test_import_lightening.py
tests/test_imports.py
tests/test_legacy_adapter_validation.py
tests/test_padrnet_flood.py
tests/test_runtime_acceleration.py
tests/test_runtime_shim.py
tests/test_serialization_paths.py
tests/test_step2_resolver_completion.py
tests/test_step3_config_serialization.py
tests/test_tensorflow_builder_kwargs_fix.py
tests/test_torch_backend.py
tests/test_v2_backends.py
tests/test_validation.py