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

Function matrix_transpose

tensorflow/python/ops/array_ops.py:1362–1427  ·  view source on GitHub ↗

Transposes last two dimensions of tensor `a`. For example: ```python x = tf.constant([[1, 2, 3], [4, 5, 6]]) tf.matrix_transpose(x) # [[1, 4], # [2, 5], # [3, 6]] x = tf.constant([[1 + 1j, 2 + 2j, 3 + 3j], [4 + 4j

(a, name="matrix_transpose", conjugate=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

rangeFunction · 0.85
name_scopeMethod · 0.80
rankFunction · 0.70
concatFunction · 0.70
transposeFunction · 0.70
get_shapeMethod · 0.45

Tested by

no test coverage detected