Vowpal Wabbit
|
#include <cstdint>
Go to the source code of this file.
Macros | |
#define | sprintf_s snprintf |
#define | vsprintf_s vsnprintf |
Variables | |
constexpr uint64_t | UINT64_ZERO = 0ULL |
constexpr uint64_t | UINT64_ONE = 1ULL |
#define sprintf_s snprintf |
Definition at line 12 of file crossplat_compat.h.
Referenced by VW::vw_exception::LineNumber().
#define vsprintf_s vsnprintf |
Definition at line 13 of file crossplat_compat.h.
Referenced by VW::vw_exception::LineNumber().
constexpr uint64_t UINT64_ONE = 1ULL |
Definition at line 16 of file crossplat_compat.h.
Referenced by accumulate(), ftrl_setup(), gd_mf_setup(), lda_setup(), MulticlassTask::run(), and svrg_setup().
constexpr uint64_t UINT64_ZERO = 0ULL |
Definition at line 15 of file crossplat_compat.h.