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

Method fallback

imperative/src/impl/operator.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace imperative {
5
6ValueRefList Operator::fallback(Span<ValueRef> inputs) const {
7 mgb_throw(MegBrainError, "no fallback implementation for %s", to_string().c_str());
8}
9
10size_t Operator::register_type(std::type_index type) {
11 auto& types = const_cast<std::vector<std::type_index>&>(registered_types());

Callers 15

matrix_inverse.cppFile · 0.45
general_norm.cppFile · 0.45
resize.cppFile · 0.45
opr_attr.cppFile · 0.45
broadcast.cppFile · 0.45
warp_affine.cppFile · 0.45
rnn.cppFile · 0.45
vision.cppFile · 0.45
indexing.cppFile · 0.45
extern_opr.cppFile · 0.45

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected