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

Method exec

dnn/test/common/benchmarker.h:42–42  ·  view source on GitHub ↗

! * \brief benchmark opr on current param/dtype/rng config * \returns elapsed time in ms * * Benchmarker would construct TensorLayout vectors from shapes and * dtypes and call exec(TensorLayoutArray &). */

Source from the content-addressed store, hash-verified

40 * dtypes and call exec(TensorLayoutArray &).
41 */
42 float exec(const TensorShapeArray& shapes) { return exec(make_layouts(shapes)); }
43 float exec(TensorLayoutArray layouts);
44
45 float exect(const TensorValueArray& testcase_in);

Callers

nothing calls this directly

Calls 1

execFunction · 0.50

Tested by

no test coverage detected