Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
namespace tensorflow {
30
inline void const* GetBase(const Tensor* src) { return DMAHelper::base(src); }
31
inline void* GetBase(Tensor* dst) { return DMAHelper::base(dst); }
32
33
inline void SYCLmemcpy(Eigen::SyclDevice const& device,
Callers
1
SYCLmemcpy
Function · 0.70
Calls
1
base
Class · 0.85
Tested by
no test coverage detected