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

Function attn_bw_cell

tensorflow/contrib/learn/python/learn/models.py:358–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 state_is_tuple=False)
357
358 def attn_bw_cell():
359 return contrib_rnn.AttentionCellWrapper(
360 bw_cell(),
361 attn_length=attn_length,
362 attn_size=attn_size,
363 attn_vec_size=attn_vec_size,
364 state_is_tuple=False)
365 else:
366 attn_fw_cell = fw_cell
367 attn_bw_cell = bw_cell

Callers 1

rnn_estimatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected