MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / transpose

Function transpose

tensorflow/python/ops/array_ops.py:1286–1358  ·  view source on GitHub ↗

Transposes `a`. Permutes the dimensions according to `perm`. The returned tensor's dimension i will correspond to the input dimension `perm[i]`. If `perm` is not given, it is set to (n-1...0), where n is the rank of the input tensor. Hence by default, this operation performs a regular matri

(a, perm=None, name="transpose", conjugate=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

matrix_transposeFunction · 0.70

Calls 5

name_scopeMethod · 0.80
rankMethod · 0.80
in_graph_modeMethod · 0.80
get_shapeMethod · 0.45
set_shapeMethod · 0.45

Tested by

no test coverage detected