TFLM OP for micro audio frontend v2.
PiperOrigin-RevId: 358123831 Change-Id: I324e4f60a791aedc1cd5eccb2b08f338b1c075c8
This commit is contained in:
parent
5f775be482
commit
5e8d5a2101
@ -179,6 +179,9 @@ cc_library(
|
|||||||
"kernel_runner.cc",
|
"kernel_runner.cc",
|
||||||
],
|
],
|
||||||
hdrs = ["kernel_runner.h"],
|
hdrs = ["kernel_runner.h"],
|
||||||
|
visibility = [
|
||||||
|
"//learning/brain/contrib/micro/tflite:__pkg__",
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/lite/c:common",
|
"//tensorflow/lite/c:common",
|
||||||
"//tensorflow/lite/kernels/internal:compatibility",
|
"//tensorflow/lite/kernels/internal:compatibility",
|
||||||
|
@ -23,6 +23,7 @@ cc_library(
|
|||||||
visibility = [
|
visibility = [
|
||||||
":micro",
|
":micro",
|
||||||
":microfrontend",
|
":microfrontend",
|
||||||
|
"//learning/brain/contrib/micro/tflite:__pkg__",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/lite/c:common",
|
"//tensorflow/lite/c:common",
|
||||||
|
Loading…
Reference in New Issue
Block a user