Home
last modified time | relevance | path

Searched defs:freqs_sin (Results 1 – 3 of 3) sorted by relevance

/external/executorch/backends/vulkan/test/op_tests/
Drotary_embedding_test.cpp27 const at::Tensor& freqs_sin) { in rotary_embedding_impl()
92 at::Tensor freqs_sin = in test_reference() local
/external/executorch/backends/vulkan/runtime/graph/ops/impl/
DRotaryEmbedding.cpp33 const ValueRef freqs_sin, in add_rotary_embedding_node()
/external/executorch/examples/models/llama/
Dllama_transformer.py437 def forward(self, x, freqs_cos, freqs_sin, input_pos=None): # x: 1xN argument