Searched defs:host_data (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/compute/example/ |
D | copy_data.cpp | 28 int host_data[] = { 1, 3, 5, 7, 9 }; in main() local
|
/third_party/boost/libs/compute/test/ |
D | test_lambda.cpp | 551 compute::uint_ host_data[] = { 1, 3, 5, 7, 9 }; in BOOST_AUTO_TEST_CASE() local 568 compute::short_ host_data[] = { 1, 3, 5, 7, 9 }; in BOOST_AUTO_TEST_CASE() local 585 compute::uchar_ host_data[] = { 1, 3, 5, 7, 9 }; in BOOST_AUTO_TEST_CASE() local 602 compute::char_ host_data[] = { 1, 3, 5, 7, 9 }; in BOOST_AUTO_TEST_CASE() local
|
D | test_copy.cpp | 222 int host_data[] = { 1, 2, 3, 4, 5, 6, 7, 8 }; in BOOST_AUTO_TEST_CASE() local
|
/third_party/boost/libs/compute/perf/ |
D | perf_accumulate.cpp | 122 std::vector<int> host_data(size); in main() local
|
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/ |
D | tensorrt_allocator.cc | 94 int TensorRTAllocator::SyncMemInHostAndDevice(void *host_data, const std::string &device_tensor_nam… in SyncMemInHostAndDevice()
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | tensor_py.cc | 305 auto host_data = static_cast<char *>(host_addr); in MemCopyFromCacheToHost() local
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/ |
D | types.cc | 302 auto host_data = tensor.Data(); in TensorToStringChars() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/ |
D | cache_embedding.cc | 144 auto host_data = static_cast<char *>(host_addr); in MemCopyFromHostToCache() local
|
/third_party/toybox/generated/ |
D | globals.h | 662 struct host_data { struct 663 char *type_str;
|