MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CreateKeysCubicKernel

Function CreateKeysCubicKernel

tensorflow/core/kernels/sampling_kernels.h:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181inline KeysCubicKernelFunc CreateKeysCubicKernel() {
182 return KeysCubicKernelFunc();
183}
184
185inline MitchellCubicKernelFunc CreateMitchellCubicKernel() {
186 return MitchellCubicKernelFunc();

Callers 3

TEST_FFunction · 0.85
ComputeSpansFunction · 0.85
CreateFunction · 0.85

Calls 1

KeysCubicKernelFuncClass · 0.85

Tested by 2

TEST_FFunction · 0.68
CreateFunction · 0.68