Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ CreateLanczos3Kernel
Function
CreateLanczos3Kernel
tensorflow/core/kernels/sampling_kernels.h:163–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
inline LanczosKernelFunc CreateLanczos3Kernel() {
164
return LanczosKernelFunc(3.0);
165
}
166
167
inline LanczosKernelFunc CreateLanczos5Kernel() {
168
return LanczosKernelFunc(5.0);
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