MCPcopy Create free account
hub / github.com/apache/tvm / _get_tflite_schema_module

Function _get_tflite_schema_module

tests/python/relax/test_frontend_tflite.py:3664–3665  ·  view source on GitHub ↗
(module_name)

Source from the content-addressed store, hash-verified

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.
3664def _get_tflite_schema_module(module_name):
3665 return __import__(f"tflite.{module_name}", fromlist=[module_name])
3666
3667
3668def _get_tflite_schema_enum(enum_name):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…