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

Method Radius

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

Source from the content-addressed store, hash-verified

108 return x < 0.5f ? 1. : x == 0.5f ? 0.5f : 0.0f;
109 }
110 float Radius() const { return 1.f; }
111};
112
113struct TriangleKernelFunc {

Callers 1

ComputeSpansCoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected