Home
last modified time | relevance | path

Searched defs:LongTensor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/executorch/examples/models/llama3_2_vision/runner/
H A Deager.py41 tokens: Optional[torch.LongTensor] = None,
42 input_pos: Optional[torch.LongTensor] = None,
43 mask: Optional[torch.LongTensor] = None,
H A Dexported.py43 tokens: Optional[torch.LongTensor] = None,
44 input_pos: Optional[torch.LongTensor] = None,
45 mask: Optional[torch.LongTensor] = None,
H A Dnative.py53 mask: Optional[torch.LongTensor] = None,
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dllama_transformer.py488 tokens: Optional[torch.LongTensor] = None, # tokens
490 torch.LongTensor
/aosp_15_r20/external/executorch/examples/models/phi-3-mini/
H A Dphi_3_mini.py33 input_ids: torch.LongTensor = None,
/aosp_15_r20/external/executorch/extension/evalue_util/test/
H A Dprint_evalue_test.cpp228 TEST(PrintEvalueTest, LongTensor) { in TEST() argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py3714 def check_subclass_warn(input: torch.LongTensor) -> torch.LongTensor: