Add the conv kernel to the BUILD file.
This commit is contained in:
parent
c0ba417406
commit
812731d38d
@ -13,6 +13,7 @@ load(
|
||||
cc_library(
|
||||
name = "micro_ops",
|
||||
srcs = [
|
||||
"conv.cc",
|
||||
"depthwise_conv.cc",
|
||||
"fully_connected.cc",
|
||||
"softmax.cc",
|
||||
@ -133,3 +134,16 @@ tflite_micro_cc_test(
|
||||
"//tensorflow/lite/experimental/micro/testing:micro_test",
|
||||
],
|
||||
)
|
||||
|
||||
tflite_micro_cc_test(
|
||||
name = "conv_test",
|
||||
srcs = [
|
||||
"conv_test.cc",
|
||||
],
|
||||
deps = [
|
||||
":all_ops_resolver",
|
||||
"//tensorflow/lite/c:c_api_internal",
|
||||
"//tensorflow/lite/experimental/micro:micro_framework",
|
||||
"//tensorflow/lite/experimental/micro/testing:micro_test",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user