aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/special_rules.bzl
blob: 54083c49182c707620cbd231b957405cfe24be92 (plain)
1
2
3
4
5
6
"""External versions of build rules that differ outside of Google."""

def tflite_portable_test_suite(**kwargs):
  """This is a no-op outside of Google."""
  _ignore = [kwargs]
  pass