TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
Loading...
Searching...
No Matches
Logger Member List

This is the complete list of members for Logger, including all inherited members.

console_enabled_Loggerprivatestatic
critical(const std::string &message)Loggerstatic
current_level_Loggerprivatestatic
debug(const std::string &message)Loggerstatic
enable_console(bool enabled)Loggerstatic
ensure_logfile_open_and_truncated()Loggerprivatestatic
error(const std::string &message)Loggerstatic
fatal(const std::string &message)Loggerstatic
get_level()Loggerstatic
info(const std::string &message)Loggerstatic
Level enum nameLogger
level_to_string(Level level)Loggerprivatestatic
log_file_path_Loggerprivatestatic
log_file_stream_Loggerprivatestatic
log_file_truncated_Loggerprivatestatic
log_internal(Level level, const std::string &message)Loggerprivatestatic
log_vector_stats(const std::string &name, const std::vector< float > &v, int n_show=5)Loggerstatic
log_vector_stats_int8(const std::string &name, const std::vector< int8_t > &v, int n_show=5)Loggerstatic
ptrToString(const void *ptr)Loggerstatic
set_level(Level new_level)Loggerstatic
set_logfile(const std::string &filename)Loggerstatic
to_hex(T val)Loggerstatic
uint16ToHex(uint16_t val)Loggerstatic
warning(const std::string &message)Loggerstatic