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

Function expand_dims

tensorflow/tensorflow/python/keras/backend.py:2956–2966  ·  view source on GitHub ↗

Adds a 1-sized dimension at index "axis". Arguments: x: A tensor or variable. axis: Position where to add a new axis. Returns: A tensor with expanded dimensions.

(x, axis=-1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

batch_dotFunction · 0.70
rnnFunction · 0.70

Calls 1

expand_dimsMethod · 0.45

Tested by

no test coverage detected