MCPcopy Index your code
hub / github.com/pytorch/pytorch / Concat

Method Concat

caffe2/python/cnn.py:178–179  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

176 return brew.prelu(self, *args, **kwargs)
177
178 def Concat(self, *args, **kwargs):
179 return brew.concat(self, *args, order=self.order, **kwargs)
180
181 def DepthConcat(self, *args, **kwargs):
182 """The old depth concat function - we should move to use concat."""

Callers 15

DepthConcatMethod · 0.95
_applyMethod · 0.80
test_concatMethod · 0.80
test_fillerMethod · 0.80
testPartialCloneMethod · 0.80
apply_over_sequenceMethod · 0.80
pad_labelsMethod · 0.80
pad_predictionsMethod · 0.80

Calls 1

concatMethod · 0.80

Tested by 11

test_concatMethod · 0.64
test_fillerMethod · 0.64
testPartialCloneMethod · 0.64
testConcatMethod · 0.64
testMethod · 0.64
testConcatMethod · 0.64
testConcatInt32Method · 0.64