menu
dart_pytorch package
documentation
core/nn/embedding.dart
Embedding
call method
call method
dark_mode
light_mode
call
method
Tensor
call
(
Tensor
indices
)
Implementation
Tensor call(Tensor indices) => weight.embedding(indices);
dart_pytorch package
documentation
core/nn/embedding
Embedding
call method
Embedding class