Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ldg
Function
ldg
tensorflow/core/util/gpu_kernel_helper.h:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
template <typename T>
141
__host__ __device__ inline T ldg(const T* ptr) {
142
return GpuLdg(ptr);
143
}
144
145
template <typename T>
146
__host__ __device__ inline const T& tf_min(const T& x, const T& y) {
Callers
15
CUDA_1D_KERNEL_LOOP
Function · 0.85
GPU_1D_KERNEL_LOOP
Function · 0.85
MoveValuesKernel
Function · 0.85
GPU_1D_KERNEL_LOOP
Function · 0.85
GPU_1D_KERNEL_LOOP
Function · 0.85
GPU_1D_KERNEL_LOOP
Function · 0.85
GPU_1D_KERNEL_LOOP
Function · 0.85
GenerateNormalizedProb
Function · 0.85
half, float, 8>
Method · 0.85
operator()
Method · 0.85
GPU_1D_KERNEL_LOOP
Function · 0.85
ShuffleInTensor3SimpleVector
Function · 0.85
Calls
1
GpuLdg
Function · 0.70
Tested by
no test coverage detected