Home
last modified time | relevance | path

Searched defs:UnOwnedBlob (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Dtypes.hpp20 struct UnOwnedBlob { struct
21 inline explicit UnOwnedBlob(const void *data, size_t size) in UnOwnedBlob() argument
25 const void *data;
26 size_t size;