docs-6.1.1/amd_openvx_extensions/amd_nn/include/vx_amd_nn.h File Reference#
vx_amd_nn.h File Reference
  The AMD OpenVX Neural Network Nodes Extension Library. More...
#include <VX/vx.h>Go to the source code of this file.
Functions | |
| VX_API_ENTRY vx_node VX_API_CALL | vxBatchNormalizationLayer (vx_graph graph, vx_tensor input, vx_tensor mean, vx_tensor variance, vx_tensor scale, vx_tensor bias, vx_float32 eps, vx_tensor output) | 
| [Graph] Creates a Batch Normalization Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxScaleLayer (vx_graph graph, vx_tensor input, vx_tensor scale, vx_tensor bias, vx_tensor output) | 
| [Graph] Creates a Scale Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxArgmaxLayer (vx_graph graph, vx_tensor input, vx_reference output) | 
| [Graph] Creates a Argmax Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxConvertImageToTensorNode (vx_graph graph, vx_image input, vx_tensor output, vx_float32 a, vx_float32 b, vx_bool reverse_channel_order) | 
| [Graph] Creates a Image to Tensor Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxConvertTensorToImageNode (vx_graph graph, vx_tensor input, vx_image output, vx_float32 a, vx_float32 b, vx_bool reverse_channel_order) | 
| [Graph] Creates a Tensor to Image Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxConcatLayer (vx_graph graph, vx_tensor output, vx_tensor input1, vx_tensor input2, vx_tensor input3, vx_tensor input4, vx_tensor input5, vx_tensor input6, vx_tensor input7, vx_tensor input8, vx_int32 axis) | 
| [Graph] Creates a Concat Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxSliceLayer (vx_graph graph, vx_tensor input, vx_tensor output1, vx_tensor output2, vx_tensor output3, vx_tensor output4, vx_tensor output5, vx_tensor output6, vx_tensor output7, vx_tensor output8) | 
| [Graph] Creates a Slice Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxUpsampleNearestLayer (vx_graph graph, vx_tensor input, vx_tensor output) | 
| [Graph] Creates a Convolutional Network Upsampling Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxReshapeLayer (vx_graph graph, vx_tensor input, vx_tensor output) | 
| [Graph] Creates a Convolutional Network Reshape Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxPermuteLayer (vx_graph graph, vx_tensor input, vx_array order, vx_tensor output) | 
| [Graph] Creates a Permute Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxPriorBoxLayer (vx_graph graph, vx_tensor input_1, vx_tensor input_2, vx_float32 minSize, vx_array aspect_ratio, vx_int32 flip, vx_int32 clip, vx_float32 offset, vx_tensor output, vx_array variance, vx_float32 maxSize) | 
| [Graph] Creates a Prior Box Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxCropLayer (vx_graph graph, vx_tensor input, vx_tensor ref, vx_tensor output, vx_scalar axis, vx_scalar offset1, vx_scalar offset2, vx_scalar offset3, vx_scalar offset4) | 
| [Graph] Creates a Crop Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxCropAndResizeLayer (vx_graph graph, vx_tensor input, vx_tensor output, vx_scalar x_coord, vx_scalar y_coord, vx_scalar width, vx_scalar height, vx_scalar scaleFactor, vx_scalar mode) | 
| [Graph] Creates a Crop_And_Resize Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxTensorMinNode (vx_graph graph, vx_tensor input, vx_tensor input2, vx_tensor output) | 
| [Graph] Creates a Tensor_Min Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxTensorMaxNode (vx_graph graph, vx_tensor input, vx_tensor input2, vx_tensor output) | 
| [Graph] Creates a Tensor_Max Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxDetectionOutputLayer (vx_graph graph, vx_tensor input1, vx_tensor input2, vx_tensor input3, vx_int32 num_classes, vx_int32 share_location, vx_int32 background_label_id, vx_float32 nms_threshold, vx_int32 code_type, vx_int32 keep_top_k, vx_int32 variance_encoded_in_target, vx_tensor output) | 
| [Graph] Creates a Detection Output Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxCastLayer (vx_graph graph, vx_tensor input, vx_int32 output_data_type, vx_tensor output) | 
| [Graph] Creates a Cast Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxTensorExpNode (vx_graph graph, vx_tensor input, vx_tensor output) | 
| [Graph] Creates a Tensor_Exp Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxTensorLogNode (vx_graph graph, vx_tensor input, vx_tensor output) | 
| [Graph] Creates a Tensor_Log Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxNMSLayer (vx_graph graph, vx_tensor boxes, vx_tensor scores, vx_int32 center_point_box, vx_tensor output, vx_tensor max_output_boxes_per_class, vx_tensor iou_threshold, vx_tensor score_threshold) | 
| [Graph] Creates a Non Max Suppression Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxGatherLayer (vx_graph graph, vx_tensor input, vx_tensor indices, vx_tensor output, vx_int32 axis) | 
| [Graph] Creates a Gather Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxTopKLayer (vx_graph graph, vx_tensor x_tensor, vx_tensor k_tensor, vx_int32 axis, vx_int32 largest, vx_int32 sorted, vx_tensor values, vx_tensor indices) | 
| [Graph] Creates a TopK Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxReduceMinLayer (vx_graph graph, vx_tensor data, vx_array axes, vx_int32 keepdims, vx_tensor reduced) | 
| [Graph] Creates a Reduce Min Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxTileLayer (vx_graph graph, vx_tensor input, vx_tensor repeats, vx_tensor output) | 
| [Graph] Creates a Tile Layer Node.  More... | |
| VX_API_ENTRY vx_node VX_API_CALL | vxTensorCompareNode (vx_graph graph, vx_tensor input, vx_tensor input2, vx_tensor output) | 
| [Graph] Creates a Tensor Compare Node.  More... | |
Detailed Description
The AMD OpenVX Neural Network Nodes Extension Library.