Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/util/
H A Dobjc_json_serde.h29 template <> inline size_t to_scalar(NSNumber* value) { return value.unsignedLongLongValue; } in to_scalar() function
31 template <> inline int64_t to_scalar(NSNumber* value) { return value.longLongValue; } in to_scalar() function
/aosp_15_r20/external/liblc3/test/
H A Dctypes.h38 #define to_scalar(obj, t, ptr) \ macro