MCPcopy Create free account
hub / github.com/pytorch/pytorch / Transpose

Method Transpose

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

Source from the content-addressed store, hash-verified

187 return brew.sum(self, *args, **kwargs)
188
189 def Transpose(self, *args, **kwargs):
190 return brew.transpose(self, *args, use_cudnn=self.use_cudnn, **kwargs)
191
192 def Iter(self, *args, **kwargs):
193 return brew.iter(self, *args, **kwargs)

Callers 5

transposeFunction · 0.80
_build_decoderMethod · 0.80
_create_rnn_variantMethod · 0.80
_convolution_1dMethod · 0.80
transFCReluFunction · 0.80

Calls 1

transposeMethod · 0.45

Tested by 1

_convolution_1dMethod · 0.64