A high-performance general-purpose compute library

Get af::info() as a string. More...

Functions

AFAPI const char * infoString (const bool verbose=false)
 
AFAPI af_err af_info_string (char **str, const bool verbose)
 Gets the output of af_info() as a string. More...
 

Detailed Description

Get af::info() as a string.

Returns the output of af::info() as a string

Parameters
[in]verboseflag to return verbose info
Returns
string containing output of af::info()

Function Documentation

◆ af_info_string()

AFAPI af_err af_info_string ( char **  str,
const bool  verbose 
)

Gets the output of af_info() as a string.

Parameters
[out]strcontains the string
[in]verboseflag to return verbose info

◆ infoString()

AFAPI const char * infoString ( const bool  verbose = false)