Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ insert
Method
insert
imperative/src/impl/op_trait.h:223–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
222
template <typename T>
223
void insert() {
224
do_insert(T::typeinfo());
225
}
226
227
template <typename T0, typename T1, typename... Ts>
228
void insert() {
Callers
15
LocalResourceManagerRef
Method · 0.45
remove_unused_exprs
Method · 0.45
gen_input_mask
Method · 0.45
gen_output_mask
Method · 0.45
register_blob
Method · 0.45
defrag
Method · 0.45
add_used_comp_node
Method · 0.45
make_backward_graph
Method · 0.45
profiler_plugin.cpp
File · 0.45
make_backward_graph_from_forward
Function · 0.45
make_backward_graph
Method · 0.45
make_forward_graph
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected