MCPcopy Create free account
hub / github.com/NVIDIA/cuda-samples / AddParam

Method AddParam

Common/param.h:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 int GetIntValue() { return 0; }
154
155 void AddParam(ParamBase *param) {
156 m_params.push_back(param);
157 m_map[param->GetName()] = param;
158 m_current = m_params.begin();
159 }
160
161 // look-up parameter based on name
162 ParamBase *GetParam(char *name) {

Callers 3

initParamsFunction · 0.80
initParamsFunction · 0.80
initParametersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected