Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dsub_graph_kernel.h37 struct DataStore { struct
41 …static DataStore *CreateDataStore(void *data = nullptr, bool own_data = true, Allocator *data_allo… argument
43 DataStore *data_store = nullptr; argument
45 data_store = static_cast<DataStore *>(malloc(sizeof(DataStore)));
47 data_store = static_cast<DataStore *>(allocator->Malloc(sizeof(DataStore)));
/third_party/flutter/skia/tools/skp/
Dwebpages_playback.py481 class DataStore: class
496 class GoogleStorageDataStore(DataStore):
528 class LocalFileSystemDataStore(DataStore):
/third_party/skia/tools/skp/
Dwebpages_playback.py482 class DataStore: class
497 class GoogleStorageDataStore(DataStore):
529 class LocalFileSystemDataStore(DataStore):