Home
last modified time | relevance | path

Searched refs:LoadData (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/gio/
Dgloadableicon.c159 } LoadData; typedef
162 load_data_free (LoadData *data) in load_data_free()
175 LoadData *data = task_data; in load_async_thread()
200 LoadData *data; in g_loadable_icon_real_load_async()
204 data = g_new0 (LoadData, 1); in g_loadable_icon_real_load_async()
217 LoadData *data; in g_loadable_icon_real_load_finish()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPersistentCache.cpp27 ScopedCachedBlob PersistentCache::LoadData(const PersistentCacheKey& key) { in LoadData() function in dawn_native::PersistentCache
33 blob.bufferSize = mCache->LoadData(ToAPI(mDevice), key.data(), key.size(), nullptr, 0); in LoadData()
36 const size_t bufferSize = mCache->LoadData(ToAPI(mDevice), key.data(), key.size(), in LoadData()
DPersistentCache.h65 ScopedCachedBlob blob = LoadData(key); in GetOrCreate()
80 ScopedCachedBlob LoadData(const PersistentCacheKey& key);
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkDatasetConfig.cs61 var data = LoadData(resource); in BenchmarkDatasetConfig()
73 private static byte[] LoadData(string resource) in LoadData() method in Google.Protobuf.Benchmarks.BenchmarkDatasetConfig
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_loop.cc48 if (load_func == nullptr) load_func = TrainLoop::LoadData; in Train()
118 if (load_func == nullptr) load_func = TrainLoop::LoadData; in Eval()
166 int TrainLoop::LoadData(std::vector<tensor::MSTensor *> inputs, dataset::MSTensorVec *row_vec) { in LoadData() function in mindspore::lite::TrainLoop
Dtrain_loop.h65 static int LoadData(std::vector<tensor::MSTensor *> inputs, dataset::MSTensorVec *dataset_vec);
/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_common.h62 void LoadData(const std::string &directory, std::vector<json> &json_buffer, const int max_num);
Dut_shard_writer_test.cc104 LoadData(input_path1, json_buffer1, kMaxNum); in TEST_F()
137 LoadData(input_path3, json_buffer4, 2); in TEST_F()
236 LoadData(input_path1, json_buffer1, kMaxNum); in TEST_F()
270 LoadData(input_path3, json_buffer4, 2); in TEST_F()
375 LoadData(input_path1, json_buffer1, kMaxNum); in TEST_F()
406 LoadData(input_path3, json_buffer4, 2); in TEST_F()
509 LoadData(input_path1, json_buffer1, kMaxNum); in TEST_F()
610 LoadData(input_path1, json_buffer1, kMaxNum); in TEST_F()
Dut_common.cc57 void LoadData(const std::string &directory, std::vector<json> &json_buffer, const int max_num) { in LoadData() function
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/
DDawnPlatform.h46 virtual size_t LoadData(const WGPUDevice device,
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.h44 bool LoadData(const session::KernelGraph &graph) override;
Dascend_kernel_runtime.cc373 bool AscendKernelRuntime::LoadData(const session::KernelGraph & /* graph */) { in LoadData() function in mindspore::device::ascend::AscendKernelRuntime
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DD3D12CachingTests.cpp48 size_t LoadData(const WGPUDevice device, in LoadData() function in FakePersistentCache
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h67 virtual bool LoadData(const session::KernelGraph &graph);
Dkernel_runtime.cc83 bool KernelRuntime::LoadData(const session::KernelGraph &) { in LoadData() function in mindspore::device::KernelRuntime
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc1613 (void)runtime_instance->LoadData(*kernel_graph); in LoadTensor()