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

Method type

imperative/src/impl/value.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116const IType* ValueRef::type() const {
117 if (!m_storage) {
118 return nullptr;
119 }
120 return &m_storage->type();
121}
122
123bool ValueRef::watching() const {
124 if (!m_storage) {

Callers 6

asMethod · 0.45
isMethod · 0.45
raw_typeMethod · 0.45
operator()Method · 0.45
get_inputs_formatFunction · 0.45
apply_transformationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected