MCPcopy Create free account
hub / github.com/NVIDIA-RTX/STBN / VectorSTBNImplSelector

Method VectorSTBNImplSelector

Libraries/Vector/VectorSTBNImplSelector.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30VectorSTBNImplSelector::VectorSTBNImplSelector(const VectorSTBNTypeArgs& typeArgs, const VectorSTBNArgs& args) :
31 m_args(args),
32 m_typeArgs(typeArgs)
33{
34
35}
36
37template<float(*ValueDistanceFunction)(Float, Float), Float(*RandomFloatGenerator)(pcg32_random_t&)>
38void MakeFloat(const VectorSTBNFloatArgs& typeArgs, const VectorSTBNArgs& args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected