ml_switcheroo.enums¶
Enumerations for ml-switcheroo.
This module defines standard enumerations used across the codebase for semantic categorization and framework identification.
Classes¶
Categorization of API operations to distinct knowledge base tiers. |
|
Supported operators for conditional logic rules in operations. |
Module Contents¶
- class ml_switcheroo.enums.SemanticTier[source]¶
Bases:
str,enum.EnumCategorization of API operations to distinct knowledge base tiers.
Used to route definitions to specific JSON files in src/ml_switcheroo/semantics/.
- ARRAY_API = 'array'¶
- NEURAL = 'neural'¶
- NEURAL_OPS = 'neural_ops'¶
- EXTRAS = 'extras'¶