76 template<
class Type,
class OtherType>
79 return min(u.operator Type(), o);
83 template<
class Type,
class OtherType>
86 return min(o, u.operator Type());
101 template<
class Type,
class OtherType>
104 return max(u.operator Type(), o);
108 template<
class Type,
class OtherType>
111 return max(o, u.operator Type());
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)