MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / getter

Function getter

src/opr/test/blas.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231template <typename ctype>
232float getter(ctype val) {
233 return val;
234}
235
236template <>
237float getter<dt_qint32>(dt_qint32 val) {

Callers 6

run_trans_inp_test_caseFunction · 0.70
prepareMethod · 0.50
prepareMethod · 0.50
prepareMethod · 0.50
repFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected