Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetBase
Function
GetBase
tensorflow/core/common_runtime/gpu/gpu_util.cc:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void* GetBase(const Tensor* src) {
110
return const_cast<void*>(DMAHelper::base(src));
111
}
112
113
void* GetBase(Tensor* dst) { return DMAHelper::base(dst); }
114
Callers
11
SetProtoFromGPU
Method · 0.70
DeviceToDeviceCopy
Method · 0.70
CopyGPUTensorToCPU
Method · 0.70
CopyCPUTensorToGPU
Method · 0.70
MemoryDebugString
Method · 0.70
Checksum
Method · 0.70
CopyGPUTensorToSameGPU
Method · 0.70
operator()
Method · 0.50
Compute
Method · 0.50
Compute
Method · 0.50
DoCompute
Method · 0.50
Calls
1
base
Class · 0.85
Tested by
no test coverage detected