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

Function tensordot

tensorflow/python/ops/math_ops.py:2378–2537  ·  view source on GitHub ↗

r"""Tensor contraction of a and b along specified axes. Tensordot (also known as tensor contraction) sums the product of elements from `a` and `b` over the indices specified by `a_axes` and `b_axes`. The lists `a_axes` and `b_axes` specify those pairs of axes along which to contract the ten

(a, b, axes, name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

_tensordot_axesFunction · 0.85
_tensordot_reshapeFunction · 0.85
name_scopeMethod · 0.80
concatMethod · 0.80
matmulFunction · 0.70
set_shapeMethod · 0.45

Tested by

no test coverage detected