Home
last modified time | relevance | path

Searched refs:JSONKeyValueStore (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Djson_key_value_store.hpp50 using JSONKeyValueStore = KeyValueStore<Key, Value, JSONConverter<Value>, KeyConverter>; typedef
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/test/
H A DKeyValueStoreTests.mm112 auto store = JSONKeyValueStore<int, Entry>::make(std::move(database), "test", error);
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A DETCoreMLAssetManager.mm29 using StoreType = JSONKeyValueStore<std::string, Asset>;