AMD MIGraphX Extension API

AMD MIGraphX Extension API#

MIVisionX: Extension: AMD MIGraphX Extension API
Extension: AMD MIGraphX Extension API

AMD OpenVX MIGraphX Interop Node Extension. More...

Functions

VX_API_ENTRY vx_node VX_API_CALL amdMIGraphXnode (vx_graph graph, const vx_char *path, vx_tensor input, vx_tensor output, vx_bool fp16q=false, vx_bool int8q=false)
 [Graph] Creates a MIGrpahX Node. More...
 

Detailed Description

AMD OpenVX MIGraphX Interop Node Extension.

Function Documentation

◆ amdMIGraphXnode()

VX_API_ENTRY vx_node VX_API_CALL amdMIGraphXnode ( vx_graph  graph,
const vx_char path,
vx_tensor  input,
vx_tensor  output,
vx_bool  fp16q = false,
vx_bool  int8q = false 
)

[Graph] Creates a MIGrpahX Node.

Parameters
[in]graphThe handle to the graph.
[in]pathThe path to the onnx file
[in]inputthe input tensor
[out]outputthe output tensor
[out]fp16qif true then the fp16 quantization will be appiled to the model
[out]int8qif true then the int8 quantization will be appiled to the model
Returns
vx_node.
A node reference vx_node. Any possible errors preventing a successful creation should be checked using vxGetStatus.