(module_name)
| 3662 | # Import schema helpers explicitly. CI's generated tflite package does not |
| 3663 | # reliably re-export these builder helpers and enums at the package top-level. |
| 3664 | def _get_tflite_schema_module(module_name): |
| 3665 | return __import__(f"tflite.{module_name}", fromlist=[module_name]) |
| 3666 | |
| 3667 | |
| 3668 | def _get_tflite_schema_enum(enum_name): |
no outgoing calls
no test coverage detected
searching dependent graphs…