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

Method cat

python/src/graph.py:338–339  ·  view source on GitHub ↗
(self, tensors, axis=0)

Source from the content-addressed store, hash-verified

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)
340
341 def group_norm(self, normalized_shape, eps=1e-5):
342 return self.g.group_norm(self, normalized_shape, eps)

Callers

nothing calls this directly

Calls 1

catMethod · 0.45

Tested by

no test coverage detected