MCPcopy Create free account
hub / github.com/alibaba/nann / batch_dot

Function batch_dot

tensorflow/tensorflow/python/keras/backend.py:1702–1790  ·  view source on GitHub ↗

Batchwise dot product. `batch_dot` is used to compute dot product of `x` and `y` when `x` and `y` are data in batch, i.e. in a shape of `(batch_size, :)`. `batch_dot` results in a tensor or variable with less dimensions than the input. If the number of dimensions is reduced to 1, we use

(x, y, axes=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

local_convFunction · 0.85

Calls 10

ndimFunction · 0.85
reshapeMethod · 0.80
reduce_sumMethod · 0.80
multiplyMethod · 0.80
transposeMethod · 0.80
expand_dimsFunction · 0.70
rangeFunction · 0.50
concatMethod · 0.45
shapeMethod · 0.45
matmulMethod · 0.45

Tested by

no test coverage detected