Added BUILD rules for the micro-frontend TF op so that we can use it as a C++ library.
PiperOrigin-RevId: 311621054 Change-Id: I54e9932fe54f7cc94f5863f7924d85853d24e48e
This commit is contained in:
parent
b4cf239a2f
commit
6abea04db7
@ -27,6 +27,17 @@ cc_library(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cc_library(
|
||||||
|
name = "audio_microfrontend_op_lib",
|
||||||
|
srcs = ["ops/audio_microfrontend_op.cc"],
|
||||||
|
deps = [
|
||||||
|
"//tensorflow/core:framework",
|
||||||
|
"//tensorflow/core:lib",
|
||||||
|
"//tensorflow/lite/experimental/microfrontend/lib:frontend",
|
||||||
|
],
|
||||||
|
alwayslink = 1,
|
||||||
|
)
|
||||||
|
|
||||||
cc_test(
|
cc_test(
|
||||||
name = "audio_microfrontend_test",
|
name = "audio_microfrontend_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
|
Loading…
Reference in New Issue
Block a user