Home
last modified time | relevance | path

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

/external/pytorch/torch/_inductor/
Dremote_cache.py30 _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/
Dinterceptors.py44 _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/
Datomic_cell.rs53 const _U: bool = AtomicCell::<usize>::is_lock_free(); in const_is_lock_free() constant
/external/libcxx/test/support/
Dnasty_macros.hpp37 #define _U NASTY_MACRO macro
/external/pytorch/torch/onnx/
Dsymbolic_helper.py27 _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/
Dbyteorder.rs1282 const _U: U16 = U16::new(0); in test_const_methods() constant
/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Datomic.rs1693 static _U: Atomic<u8> = Atomic::<u8>::null(); in const_atomic_null() variable