Home
last modified time | relevance | path

Searched defs:embedding_matrix (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/lang_id/common/
H A Dembedding-network.cc159 const EmbeddingNetworkParams::Matrix &embedding_matrix = in ConcatEmbeddings() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset18.py231 embedding_matrix, argument
H A Dsymbolic_opset10.py592 embedding_matrix, argument
H A Dsymbolic_opset11.py1205 embedding_matrix, argument
H A Dsymbolic_helper.py1942 embedding_matrix, argument
H A Dsymbolic_opset9.py933 embedding_matrix, argument
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py7657 def forward(self, embedding_matrix, input, offset, weights): argument
7686 def forward(self, embedding_matrix, input, weights): argument
7714 def forward(self, embedding_matrix, input, weights, offsets): argument
7755 def forward(self, embedding_matrix, input, weights): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py10094 def embedding_norm(input, embedding_matrix, max_norm): argument
10098 def embedding_norm_script(input, embedding_matrix, max_norm): argument