Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ CreateLanczos5Kernel
Function
CreateLanczos5Kernel
tensorflow/core/kernels/sampling_kernels.h:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
inline LanczosKernelFunc CreateLanczos5Kernel() {
168
return LanczosKernelFunc(5.0);
169
}
170
171
inline GaussianKernelFunc CreateGaussianKernel() {
172
return GaussianKernelFunc(1.5);
Callers
3
TEST_F
Function · 0.85
ComputeSpans
Function · 0.85
Create
Function · 0.85
Calls
1
LanczosKernelFunc
Class · 0.85
Tested by
2
TEST_F
Function · 0.68
Create
Function · 0.68