/third_party/glib/gio/ |
D | gloadableicon.c | 159 } 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/ |
D | PersistentCache.cpp | 27 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()
|
D | PersistentCache.h | 65 ScopedCachedBlob blob = LoadData(key); in GetOrCreate() 80 ScopedCachedBlob LoadData(const PersistentCacheKey& key);
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkDatasetConfig.cs | 61 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/ |
D | train_loop.cc | 48 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
|
D | train_loop.h | 65 static int LoadData(std::vector<tensor::MSTensor *> inputs, dataset::MSTensorVec *dataset_vec);
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_common.h | 62 void LoadData(const std::string &directory, std::vector<json> &json_buffer, const int max_num);
|
D | ut_shard_writer_test.cc | 104 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()
|
D | ut_common.cc | 57 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/ |
D | DawnPlatform.h | 46 virtual size_t LoadData(const WGPUDevice device,
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_kernel_runtime.h | 44 bool LoadData(const session::KernelGraph &graph) override;
|
D | ascend_kernel_runtime.cc | 373 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/ |
D | D3D12CachingTests.cpp | 48 size_t LoadData(const WGPUDevice device, in LoadData() function in FakePersistentCache
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_runtime.h | 67 virtual bool LoadData(const session::KernelGraph &graph);
|
D | kernel_runtime.cc | 83 bool KernelRuntime::LoadData(const session::KernelGraph &) { in LoadData() function in mindspore::device::KernelRuntime
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | ascend_session.cc | 1613 (void)runtime_instance->LoadData(*kernel_graph); in LoadTensor()
|