MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetBase

Function GetBase

tensorflow/core/common_runtime/sycl/sycl_util.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29namespace tensorflow {
30inline void const* GetBase(const Tensor* src) { return DMAHelper::base(src); }
31inline void* GetBase(Tensor* dst) { return DMAHelper::base(dst); }
32
33inline void SYCLmemcpy(Eigen::SyclDevice const& device,

Callers 1

SYCLmemcpyFunction · 0.70

Calls 1

baseClass · 0.85

Tested by

no test coverage detected