MCPcopy Create free account
hub / github.com/cactus-compute/cactus / execute

Method execute

python/src/graph.py:68–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 raise RuntimeError("graph_hard_reset failed")
67
68 def execute(self):
69 rc = _lib.cactus_graph_execute(self.h)
70 if rc != 0:
71 raise RuntimeError("graph_execute failed")
72
73 def add(self, a, b):
74 return self._binary("cactus_graph_add", a, b)

Callers 15

test_pow_absMethod · 0.95
test_subtractMethod · 0.95
test_addMethod · 0.95
test_multiplyMethod · 0.95
test_divideMethod · 0.95
test_viewMethod · 0.95
test_flattenMethod · 0.95
test_concatMethod · 0.95
test_cat_1dMethod · 0.95
test_cat_2d_axis1Method · 0.95
test_reluMethod · 0.95

Calls

no outgoing calls

Tested by 15

test_pow_absMethod · 0.76
test_subtractMethod · 0.76
test_addMethod · 0.76
test_multiplyMethod · 0.76
test_divideMethod · 0.76
test_viewMethod · 0.76
test_flattenMethod · 0.76
test_concatMethod · 0.76
test_cat_1dMethod · 0.76
test_cat_2d_axis1Method · 0.76
test_reluMethod · 0.76