Home
last modified time | relevance | path

Searched defs:is_discrete (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributions/
H A Dconstraints.py88 is_discrete = False # Default to continuous. variable in Constraint
116 def __init__(self, *, is_discrete=NotImplemented, event_dim=NotImplemented): argument
122 def is_discrete(self): member in _Dependent
133 def __call__(self, *, is_discrete=NotImplemented, event_dim=NotImplemented): argument
201 self, fn=None, *, is_discrete=NotImplemented, event_dim=NotImplemented argument
236 def is_discrete(self): member in _IndependentConstraint
265 is_discrete = True variable in _Boolean
276 is_discrete = True variable in _OneHot
290 is_discrete = True variable in _IntegerInterval
315 is_discrete = True variable in _IntegerLessThan
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dptime.hpp47 template<> struct is_discrete<boost::posix_time::ptime> struct
49 typedef is_discrete type;
90 template<> struct is_discrete<boost::posix_time::time_duration> struct
92 typedef is_discrete type;
Dgregorian.hpp40 template<> struct is_discrete<boost::gregorian::date> struct
42 typedef is_discrete type;
91 template<> struct is_discrete<boost::gregorian::date_duration> struct
93 typedef is_discrete type;
Drational.hpp52 struct is_discrete<boost::rational<Integral> > struct
54 typedef is_discrete type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/type_traits/
Dis_discrete.hpp34 template <class Type> struct is_discrete struct
36 typedef is_discrete type;