Enable Conv3D op for android flex delegate

PiperOrigin-RevId: 307501841
Change-Id: Icbeb0fd9d2fc056f4e96910f96b2586a6944216e
This commit is contained in:
Thai Nguyen 2020-04-20 16:42:50 -07:00 committed by TensorFlower Gardener
parent 8f439272ed
commit e7046ce5d6

View File

@ -6991,6 +6991,11 @@ filegroup(
# rule above. Seems to have only have worked before because of
# hdrs_check loose.
"stateful_random_ops_cpu_gpu.h",
# Allows conv_3d ops for android but excluded from *_3d* rule above.
"conv_3d.h",
"conv_ops_3d.h",
"conv_ops_3d.cc",
"conv_ops_gpu.h",
],
visibility = ["//visibility:public"],
)