MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / addVar

Method addVar

src/library/tools/ktest/step.cpp:324–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324Variable*
325Step::addVar(
326 const std::string& name,
327 const std::string& type,
328 const std::string& defaultValue)
329{
330 Variable *var = new Variable(name, type, defaultValue);
331 vars_.push_back(var);
332 return var;
333}
334
335Variable*
336Step::addConst(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected