Adding compatible_with attribute to tflite custom kernels

PiperOrigin-RevId: 360341636
Change-Id: I903868ff92e6c41d206acbe17e9838c2c5ad21e3
This commit is contained in:
A. Unique TensorFlower 2021-03-01 20:52:52 -08:00 committed by TensorFlower Gardener
parent 803f57cafd
commit b9ce1f83a7

View File

@ -743,6 +743,7 @@ cc_library(
"random_uniform.cc",
],
hdrs = ["custom_ops_register.h"],
compatible_with = get_compatible_with_portable(),
copts = tflite_copts(),
deps = [
":kernel_util",