Treelite
|
Look up C symbols corresponding to TypeInfo. More...
Go to the source code of this file.
Functions | |
std::string | TypeInfoToCTypeString (TypeInfo type) |
Get string representation of the C type that's equivalent to the given type info. More... | |
std::string | CExpForTypeInfo (TypeInfo type) |
Look up the correct variant of exp() in C that should be used with a given type. More... | |
std::string | CCopySignForTypeInfo (TypeInfo type) |
Look up the correct variant of copysign() in C that should be used with a given type. More... | |
std::string | CLog1PForTypeInfo (TypeInfo type) |
Look up the correct variant of log1p() in C that should be used with a given type. More... | |
Look up C symbols corresponding to TypeInfo.
Copyright (c) 2020 by Contributors
Definition in file typeinfo_ctypes.h.
|
inline |
Look up the correct variant of copysign() in C that should be used with a given type.
info | a type info |
Definition at line 69 of file typeinfo_ctypes.h.
|
inline |
Look up the correct variant of exp() in C that should be used with a given type.
info | a type info |
Definition at line 47 of file typeinfo_ctypes.h.
|
inline |
Look up the correct variant of log1p() in C that should be used with a given type.
info | a type info |
Definition at line 91 of file typeinfo_ctypes.h.
|
inline |
Get string representation of the C type that's equivalent to the given type info.
info | a type info |
Definition at line 24 of file typeinfo_ctypes.h.