tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.85k stars 805 forks source link

Pass cc_op_defs as deps, not srcs, to underlying cc_library rule #2522

Closed rascani closed 6 months ago

rascani commented 6 months ago

This is because the targets are cc_libraries, not C++ source files.

BUG=cl/619288666