MCPcopy Create free account
hub / github.com/BabitMF/bmf / is_subgraph

Method is_subgraph

bmf/engine/c_engine/src/loader/py_module_loader.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 bool is_subgraph() override {
164 py::gil_scoped_acquire gil;
165 return py::cast<bool>(call_func("is_subgraph"));
166 }
167
168 bool get_graph_config(JsonParam &json_param) override {
169 return guard_call<int32_t>([&]() {

Callers 2

test_subgraphMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_subgraphMethod · 0.36