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

Function _tensordot_reshape

tensorflow/python/ops/math_ops.py:2427–2488  ·  view source on GitHub ↗

Helper method to perform transpose and reshape for contraction op. This method is helpful in reducing `math_ops.tensordot` to `math_ops.matmul` using `array_ops.transpose` and `array_ops.reshape`. The method takes a tensor and performs the correct transpose and reshape operation for a g

(a, axes, flipped=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

tensordotFunction · 0.85

Calls 11

rangeFunction · 0.85
is_fully_definedMethod · 0.80
as_listMethod · 0.80
rankMethod · 0.80
gatherMethod · 0.80
concatMethod · 0.80
castFunction · 0.70
reduce_prodFunction · 0.70
get_shapeMethod · 0.45
shapeMethod · 0.45
stackMethod · 0.45

Tested by

no test coverage detected