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

Function zeros_like

tensorflow/tensorflow/python/keras/backend.py:1373–1396  ·  view source on GitHub ↗

Instantiates an all-zeros variable of the same shape as another tensor. Arguments: x: Keras variable or Keras tensor. dtype: dtype of returned Keras variable. `None` uses the dtype of `x`. name: name for the variable to create. Returns: A Keras variable wit

(x, dtype=None, name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

batch_normalizationFunction · 0.70
rnnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected