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

Method concat

python/src/graph.py:335–336  ·  view source on GitHub ↗
(self, other, axis=0)

Source from the content-addressed store, hash-verified

333 return self.g.flatten(self, start_dim=start_dim, end_dim=end_dim)
334
335 def concat(self, other, axis=0):
336 return self.g.concat(self, other, axis=axis)
337
338 def cat(self, tensors, axis=0):
339 return self.g.cat([self] + tensors, axis=axis)

Callers

nothing calls this directly

Calls 1

concatMethod · 0.45

Tested by

no test coverage detected