tflite-micro/python
RJ Ascani bb4fc83d10
Pass cc_op_defs as deps, not srcs, to underlying cc_library rule (#2522)
This is because the targets are cc_libraries, not C++ source files.

BUG=cl/619288666
2024-03-28 18:56:17 +00:00
..
tests build(bazel): use --std=c++17 by default (#2060) 2023-06-15 20:22:54 +00:00
tflite_micro Pass cc_op_defs as deps, not srcs, to underlying cc_library rule (#2522) 2024-03-28 18:56:17 +00:00
BUILD
py_namespace.bzl feat: build and test a Python distribution package tflite_micro (#2151) 2023-08-01 22:27:53 +00:00
py_pkg_cc_deps.bzl