Home
last modified time | relevance | path

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

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