10 lines
218 B
Python
10 lines
218 B
Python
"""Visibility list for TFLite framework targets in OSS.
|
|
|
|
This file defines public visibility for TFLite framework targets when exported
|
|
to Open Source.
|
|
"""
|
|
|
|
TFLITE_FRAMEWORK_VISIBILITY = [
|
|
"//visibility:public",
|
|
]
|