espnet.nets.chainer_backend.deterministic_embed_id.EmbedIDFunction
Less than 1 minute
espnet.nets.chainer_backend.deterministic_embed_id.EmbedIDFunction
class espnet.nets.chainer_backend.deterministic_embed_id.EmbedIDFunction(ignore_label=None)
Bases: FunctionNode
EmbedIDFunction class.
Initialize EmbedIDFunction.
backward(indexes, grad_outputs)
Compute EmbedIDFunction backward.
check_type_forward(in_types)
Check type forward.
forward(inputs)
Compute EmbedIDFunction forward.