MCPcopy Create free account
hub / github.com/apache/singa / lang

Method lang

include/singa/core/device.h:109–109  ·  view source on GitHub ↗

Return the programming language for this device.

Source from the content-addressed store, hash-verified

107
108 /// Return the programming language for this device.
109 LangType lang() const { return lang_; }
110
111 Context* context(int k) { return &ctx_; }
112

Callers 15

AsTypeMethod · 0.80
CopyDataToFromFunction · 0.80
RepeatDataToFromFunction · 0.80
l1Method · 0.80
l2Method · 0.80
SetValueMethod · 0.80
SoftMaxBackwardFunction · 0.80
DivFunction · 0.80
Sum<float>Function · 0.80
SumAllFunction · 0.80
RowMaxFunction · 0.80
MultColumnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected