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