Skip to content

blaize::vx::details

Functions

Name
std::vector< vx_uint32 > AsUint32(const Shape & shape)
Converts the shape to a vector in vx order for passing to OpenVX functions.
Unique< vx_tensor_addressing > CreateAddressing(vx_tensor t, const Shape & shape, DataType data_type)
void LogSome(vx_context , vx_reference , vx_status , const vx_char * msg)
void LogAll(vx_context , vx_reference , vx_status , const vx_char * msg)

Functions Documentation

function AsUint32

inline std::vector< vx_uint32 > AsUint32(
    const Shape & shape
)

Converts the shape to a vector in vx order for passing to OpenVX functions.

function CreateAddressing

inline Unique< vx_tensor_addressing > CreateAddressing(
    vx_tensor t,
    const Shape & shape,
    DataType data_type
)

function LogSome

inline void LogSome(
    vx_context ,
    vx_reference ,
    vx_status ,
    const vx_char * msg
)

function LogAll

inline void LogAll(
    vx_context ,
    vx_reference ,
    vx_status ,
    const vx_char * msg
)

Updated on 2023-11-29 at 18:22:22 +0000