Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ is_host
Method
is_host
lite/src/mge/tensor_impl.h:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
private:
109
bool is_host() const { return m_host_tensor != nullptr; };
110
111
void copy_from_continue(const TensorImplBase* src_impl);
112
Callers
5
output_tensor_copy_optimize
Method · 0.80
slice
Method · 0.80
share_memory_with
Method · 0.80
copy_from_continue
Method · 0.80
copy_from_fixlayout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected