Add the missing Ruy dependency in TFLite Makefile
PiperOrigin-RevId: 248605048
This commit is contained in:
parent
1bc0a7ca33
commit
76ff5541a3
@ -111,6 +111,7 @@ $(wildcard tensorflow/lite/experimental/ruy/pack.cc) \
|
||||
$(wildcard tensorflow/lite/experimental/ruy/pmu.cc) \
|
||||
$(wildcard tensorflow/lite/experimental/ruy/thread_pool.cc) \
|
||||
$(wildcard tensorflow/lite/experimental/ruy/trace.cc) \
|
||||
$(wildcard tensorflow/lite/experimental/ruy/trmul.cc) \
|
||||
$(wildcard tensorflow/lite/experimental/ruy/tune.cc)
|
||||
ifneq ($(BUILD_TYPE),micro)
|
||||
CORE_CC_ALL_SRCS += \
|
||||
|
Loading…
Reference in New Issue
Block a user