MCPcopy 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
109void* GetBase(const Tensor* src) {
110 return const_cast<void*>(DMAHelper::base(src));
111}
112
113void* GetBase(Tensor* dst) { return DMAHelper::base(dst); }
114

Callers 11

SetProtoFromGPUMethod · 0.70
DeviceToDeviceCopyMethod · 0.70
CopyGPUTensorToCPUMethod · 0.70
CopyCPUTensorToGPUMethod · 0.70
MemoryDebugStringMethod · 0.70
ChecksumMethod · 0.70
operator()Method · 0.50
ComputeMethod · 0.50
ComputeMethod · 0.50
DoComputeMethod · 0.50

Calls 1

baseClass · 0.85

Tested by

no test coverage detected