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

Function dot

tensorflow/tensorflow/python/keras/backend.py:1630–1698  ·  view source on GitHub ↗

Multiplies 2 tensors (and/or variables) and returns a *tensor*. When attempting to multiply a nD tensor with a nD tensor, it reproduces the Theano behavior. (e.g. `(2, 3) * (4, 3, 5) -> (2, 4, 5)`) Arguments: x: Tensor or variable. y: Tensor or variable. Returns: A ten

(x, y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 12

ndimFunction · 0.85
int_shapeFunction · 0.85
tupleFunction · 0.85
reshapeMethod · 0.80
transposeMethod · 0.80
is_sparseFunction · 0.70
rangeFunction · 0.50
unstackMethod · 0.45
shapeMethod · 0.45
appendMethod · 0.45
popMethod · 0.45
matmulMethod · 0.45

Tested by

no test coverage detected