Searched defs:_U (Results 1 – 7 of 7) sorted by relevance
/external/pytorch/torch/_inductor/ |
D | remote_cache.py | 30 _U = TypeVar("_U") variable 55 def decode(self, data: _U) -> _T: 84 self, backend: RemoteCacheBackend[_U], serde: RemoteCacheSerde[_T, _U] 104 def _decode(self, data: _U, sample: Optional[Sample]) -> _T:
|
/external/pandora/avatar/avatar/metrics/ |
D | interceptors.py | 44 _U = TypeVar('_U') variable 73 continuation: Callable[[ClientCallDetails, _T], UnaryOutcome[_U]], 89 continuation: Callable[[ClientCallDetails, _T], utils.Stream[_U]], 127 continuation: Callable[[ClientCallDetails, utils.Sender[_T]], utils.StreamStream[_T, _U]], argument 175 continuation: Callable[[ClientCallDetails, _T], Awaitable[Awaitable[_U]]], 191 continuation: Callable[[ClientCallDetails, _T], Awaitable[utils.AioStream[_U]]], 238 …tion: Callable[[ClientCallDetails, utils.AioSender[_T]], Awaitable[utils.AioStreamStream[_T, _U]]], argument
|
/external/rust/android-crates-io/crates/crossbeam-utils/tests/ |
D | atomic_cell.rs | 53 const _U: bool = AtomicCell::<usize>::is_lock_free(); in const_is_lock_free() constant
|
/external/libcxx/test/support/ |
D | nasty_macros.hpp | 37 #define _U NASTY_MACRO macro
|
/external/pytorch/torch/onnx/ |
D | symbolic_helper.py | 27 _U = _TypeVar("_U") variable 237 fn: Callable[_Concatenate[_U, _P], _T], 242 def wrapper(g: _U, *args: _P.args, **kwargs: _P.kwargs) -> _T:
|
/external/rust/android-crates-io/crates/zerocopy/src/ |
D | byteorder.rs | 1282 const _U: U16 = U16::new(0); in test_const_methods() constant
|
/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | atomic.rs | 1693 static _U: Atomic<u8> = Atomic::<u8>::null(); in const_atomic_null() variable
|