MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _create

Function _create

tensorflow/contrib/seq2seq/python/ops/decoder.py:276–277  ·  view source on GitHub ↗
(s, d)

Source from the content-addressed store, hash-verified

274def _create_zero_outputs(size, dtype, batch_size):
275 """Create a zero outputs Tensor structure."""
276 def _create(s, d):
277 return _zero_state_tensors(s, batch_size, d)
278
279 return nest.map_structure(_create, size, dtype)
280

Callers

nothing calls this directly

Calls 1

_zero_state_tensorsFunction · 0.85

Tested by

no test coverage detected