Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ GraphBase
Method
GraphBase
mlx/data/core/Graph.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace data {
12
namespace core {
13
GraphBase::GraphBase() {}
14
int64_t GraphBase::add_node_() {
15
int64_t id = nodes_.size();
16
nodes_.resize(id + 1);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected