STT-tensorflow/tensorflow/lite/experimental/ruy/ruy_test_ext.bzl
Jared Duke f3165cc663 Opensource Ruy
PiperOrigin-RevId: 243866907
2019-04-16 13:57:44 -07:00

10 lines
164 B
Python

"""
Allows to specialize the ruy BUILD to availability of external libraries
"""
def ruy_test_ext_defines():
return []
def ruy_test_ext_deps():
return []