MCPcopy Create free account
hub / github.com/brightmart/text_classification / test_decoder

Function test_decoder

a07_Transformer/a2_decoder.py:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 decoder.decoder_single_layer(Q,K_s,layer_index,mask)
136
137def test_decoder():
138 output=decoder.decoder_fn()
139 return output
140
141#1. test for single layer of decoder
142#test_decoder_single_layer()

Callers

nothing calls this directly

Calls 1

decoder_fnMethod · 0.80

Tested by

no test coverage detected