Home
last modified time | relevance | path

Searched defs:host_size (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtuple_thunk.cc37 auto host_size = size * sizeof(void*); in ExecuteOnStream() local
Dinfeed_thunk.cc88 auto host_size = inner_tuple_element_addresses.size() * sizeof(void*); in ExecuteOnStream() local
/external/tensorflow/tensorflow/stream_executor/
Dstream.h1696 auto host_size = host_dst.size() * sizeof(T); in ThenMemcpyD2H() local
1707 auto host_size = host_src.size() * sizeof(T); in ThenMemcpyH2D() local
Dstream_executor_pimpl.h281 auto host_size = host_src.size() * sizeof(T); in SynchronousMemcpyH2D() local
296 auto host_size = host_dst.size() * sizeof(T); in SynchronousMemcpyD2H() local
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c433 uint64_t host_size = pCreateInfo->maxSets * sizeof(struct radv_descriptor_set); in radv_CreateDescriptorPool() local