disjunction_v Class — pytorch Architecture
Architecture documentation for the disjunction_v class in ivalue_inl.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/core/ivalue_inl.h lines 2143–2152
template <
typename... Args,
std::enable_if_t<
!std::disjunction_v<
std::is_lvalue_reference<Args>...,
std::negation<std::is_constructible<IValue, Args>>...>,
std::nullptr_t>>
inline IValue::IValue(const std::tuple<Args...>& t)
: IValue(std::apply(c10::ivalue::Tuple::create<const Args&...>, t)) {
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free