Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
const IType* ValueRef::type() const {
117
if (!m_storage) {
118
return nullptr;
119
}
120
return &m_storage->type();
121
}
122
123
bool ValueRef::watching() const {
124
if (!m_storage) {
Callers
6
as
Method · 0.45
is
Method · 0.45
raw_type
Method · 0.45
operator()
Method · 0.45
get_inputs_format
Function · 0.45
apply_transformation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected