/aosp_15_r20/external/executorch/exir/emit/ |
H A D | _emitter.py | 173 _Target: TypeAlias = Union[Callable[..., _PythonValue], str] variable 857 self, target: _Target, args: Tuple[_Argument, ...], kwargs: Dict[str, _Argument] 908 target: _Target, 1101 self, target: _Target, args: Tuple[_Argument, ...], kwargs: Dict[str, _Argument] 1285 def fetch_attr(self, target: _Target) -> _AbstractValue: 1304 self, target: _Target, args: Tuple[_Argument, ...], kwargs: Dict[str, _Argument] 1312 self, target: _Target, args: Tuple[_Argument, ...], kwargs: Dict[str, _Argument] 1320 self, target: _Target, args: Tuple[_Argument, ...], kwargs: Dict[str, _Argument] 1342 self, target: _Target, args: Tuple[_Argument, ...], kwargs: Dict[str, _Argument] 1372 self, target: _Target, args: Tuple[_Argument, ...], kwargs: Dict[str, _Argument] [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | immintrin.h | 748 _InterlockedExchange_HLEAcquire(long volatile *_Target, long _Value) { in _InterlockedExchange_HLEAcquire() 754 _InterlockedExchange_HLERelease(long volatile *_Target, long _Value) { in _InterlockedExchange_HLERelease() 762 _InterlockedExchange64_HLEAcquire(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLEAcquire() 768 _InterlockedExchange64_HLERelease(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLERelease()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | immintrin.h | 682 _InterlockedExchange_HLEAcquire(long volatile *_Target, long _Value) { in _InterlockedExchange_HLEAcquire() 688 _InterlockedExchange_HLERelease(long volatile *_Target, long _Value) { in _InterlockedExchange_HLERelease() 696 _InterlockedExchange64_HLEAcquire(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLEAcquire() 702 _InterlockedExchange64_HLERelease(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLERelease()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | immintrin.h | 691 _InterlockedExchange_HLEAcquire(long volatile *_Target, long _Value) { in _InterlockedExchange_HLEAcquire() 697 _InterlockedExchange_HLERelease(long volatile *_Target, long _Value) { in _InterlockedExchange_HLERelease() 705 _InterlockedExchange64_HLEAcquire(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLEAcquire() 711 _InterlockedExchange64_HLERelease(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLERelease()
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | immintrin.h | 748 _InterlockedExchange_HLEAcquire(long volatile *_Target, long _Value) { in _InterlockedExchange_HLEAcquire() 754 _InterlockedExchange_HLERelease(long volatile *_Target, long _Value) { in _InterlockedExchange_HLERelease() 762 _InterlockedExchange64_HLEAcquire(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLEAcquire() 768 _InterlockedExchange64_HLERelease(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLERelease()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | immintrin.h | 748 _InterlockedExchange_HLEAcquire(long volatile *_Target, long _Value) { in _InterlockedExchange_HLEAcquire() 754 _InterlockedExchange_HLERelease(long volatile *_Target, long _Value) { in _InterlockedExchange_HLERelease() 762 _InterlockedExchange64_HLEAcquire(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLEAcquire() 768 _InterlockedExchange64_HLERelease(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLERelease()
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | intrin.h | 731 _InterlockedExchange8(char volatile *_Target, char _Value) { in _InterlockedExchange8() 736 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16() 742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | intrin.h | 731 _InterlockedExchange8(char volatile *_Target, char _Value) { in _InterlockedExchange8() 736 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16() 742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64()
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | intrin.h | 731 _InterlockedExchange8(char volatile *_Target, char _Value) { in _InterlockedExchange8() 736 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16() 742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64()
|
/aosp_15_r20/external/executorch/exir/verification/ |
H A D | arg_validator.py | 66 self, target: _Target, args: Tuple[_Argument, ...], kwargs: Dict[str, _Argument]
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 79335 "_Target": 76923, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 79335 "_Target": 76923, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 79276 "_Target": 76923, number
|