Searched defs:GetterType (Results 1 – 4 of 4) sorted by relevance
314 type GetterType; typedef316 fn from_u64(val: u64) -> Self::GetterType; in from_u64()338 type GetterType = bool; typedef341 fn from_u64(val: u64) -> Self::GetterType { in from_u64()
12 GetterType = Callable[[torch.device], GetterReturnType] variable
225 model_getter: GetterType, args: Any, task: str, run_once_fn: Callable = run_once
1495 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local