MCPcopy 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
108private:
109 bool is_host() const { return m_host_tensor != nullptr; };
110
111 void copy_from_continue(const TensorImplBase* src_impl);
112

Callers 5

sliceMethod · 0.80
share_memory_withMethod · 0.80
copy_from_continueMethod · 0.80
copy_from_fixlayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected