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

Function input_right_padded

tensorflow/python/keras/layers/recurrent_v2.py:630–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628 mask = array_ops.stop_gradient(mask)
629
630 def input_right_padded():
631 return cudnn_gru(inputs=inputs, init_h=init_h, kernel=kernel,
632 recurrent_kernel=recurrent_kernel, bias=bias, mask=mask,
633 time_major=time_major, go_backwards=go_backwards)
634
635 def input_not_right_padded():
636 return standard_gru(inputs=inputs, init_h=init_h, kernel=kernel,

Callers

nothing calls this directly

Calls 2

cudnn_gruFunction · 0.70
cudnn_lstmFunction · 0.70

Tested by

no test coverage detected