Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ _detail
Method
_detail
imperative/python/src/tensor.cpp:663–665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
661
}
662
663
PyObject* TensorWrapper::_detail() {
664
return py::str(m_tensor->data().unwrap().to_string()).release().ptr();
665
}
666
667
void TensorWrapper::_watch() {
668
m_tensor->data().watch();
Callers
nothing calls this directly
Calls
6
str
Function · 0.85
ptr
Method · 0.45
release
Method · 0.45
to_string
Method · 0.45
unwrap
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected