Home
last modified time | relevance | path

Searched defs:Memcpy (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc50 bool InterpreterExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in perftools::gputools::interpreter::InterpreterExecutor
58 bool InterpreterExecutor::Memcpy(Stream *stream, DeviceMemoryBase *dev_dst, in Memcpy() function in perftools::gputools::interpreter::InterpreterExecutor
/external/vboot_reference/firmware/stub/
Dutility_stub.c25 void *Memcpy(void *dest, const void *src, uint64_t n) in Memcpy() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc69 bool HostExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in perftools::gputools::host::HostExecutor
79 bool HostExecutor::Memcpy(Stream *stream, DeviceMemoryBase *gpu_dst, in Memcpy() function in perftools::gputools::host::HostExecutor
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_string.cc19 TEST(ThreadSanitizer, Memcpy) { in TEST() argument
Dtsan_test_util_posix.cc509 void ScopedThread::Memcpy(void *dst, const void *src, int size, in Memcpy() function in ScopedThread
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h55 Memcpy, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp306 if (MemCpyInst *Memcpy = dyn_cast<MemCpyInst>(MemCall)) { in runOnFunction() local
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc609 bool StreamExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in perftools::gputools::StreamExecutor
614 bool StreamExecutor::Memcpy(Stream *stream, DeviceMemoryBase *device_dst, in Memcpy() function in perftools::gputools::StreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc556 bool CUDAExecutor::Memcpy(Stream *stream, void *host_dst, in Memcpy() function in perftools::gputools::cuda::CUDAExecutor
563 bool CUDAExecutor::Memcpy(Stream *stream, DeviceMemoryBase *gpu_dst, in Memcpy() function in perftools::gputools::cuda::CUDAExecutor