Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ ObjectGraphDFS
Method
ObjectGraphDFS
src/ffi/extra/dataclass.cc:138–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
class ObjectGraphDFS {
137
friend Derived;
138
ObjectGraphDFS() = default;
139
140
protected:
141
std::vector<FrameT> stack_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected