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

Method append

dnn/src/cuda/cutlass/manifest.cpp:60–62  ·  view source on GitHub ↗

Appends an operation and takes ownership

Source from the content-addressed store, hash-verified

58
59/// Appends an operation and takes ownership
60void Manifest::append(Operation* operation_ptr) {
61 operations_.emplace_back(operation_ptr);
62}
63
64/// Returns an iterator to the first operation
65OperationVector const& Manifest::operations() const {

Callers 15

extend_midoutMethod · 0.45
_write_oprsMethod · 0.45
process_fileFunction · 0.45
getfilesFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
setup.pyFile · 0.45
_atexitFunction · 0.45
get_loggerFunction · 0.45
_add_oprMethod · 0.45

Calls 1

emplace_backMethod · 0.80

Tested by 15

_make_layerMethod · 0.36
test_xornet_trace_dumpFunction · 0.36
runnerFunction · 0.36
test_training_convergeFunction · 0.36
cbFunction · 0.36
genFunction · 0.36
test_backtraceFunction · 0.36
get_cache_idFunction · 0.36
_make_layerMethod · 0.36
test_module_api_hooksFunction · 0.36
test_syncbnFunction · 0.36
_check_expr_usersFunction · 0.36