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

Function input_not_right_padded

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

Source from the content-addressed store, hash-verified

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,
637 recurrent_kernel=recurrent_kernel, bias=bias,
638 mask=mask, time_major=time_major,
639 go_backwards=go_backwards, activation=activation,
640 recurrent_activation=recurrent_activation)
641
642 return control_flow_ops.cond(
643 is_sequence_right_padded(mask, time_major),

Callers

nothing calls this directly

Calls 2

standard_gruFunction · 0.85
standard_lstmFunction · 0.85

Tested by

no test coverage detected