MCPcopy 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

11namespace data {
12namespace core {
13GraphBase::GraphBase() {}
14int64_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