Commit graph

2 commits

Author SHA1 Message Date
Ryan Kuester
07e7f33eb5
feat: add features to tflite::Span (#2664)
To tflite::Span, add constructors for arrays and std::arrays, equality
and inequality operators, and tests thereof.

BUG=see description
2024-08-14 21:58:12 +00:00
Ryan Kuester
d619ad8ec5
refactor: move tflite::Span to independent header (#2638)
Hoist the universally-useful tflite::Span out of
codegen/runtime/micro_codegen_context.h and into an independent header
usable from elsewhere in the project.

BUG=#2636
2024-07-24 20:20:44 +00:00