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] graph The handle to the graph. [in] path The path to the onnx file [in] input the input tensor [out] output the output tensor [out] fp16q if true then the fp16 quantization will be appiled to the model [out] int8q if 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 usingvxGetStatus
.