GstTensorQueryClient data structure. More...
#include <tensor_query_client.h>
Public Attributes | |
GstElement | element |
GstPad * | sinkpad |
GstPad * | srcpad |
gboolean | silent |
gchar * | in_caps_str |
gboolean | is_tensor |
GstTensorsConfig | config |
guint | timeout |
gchar * | topic |
gchar * | host |
guint16 | port |
gchar * | dest_host |
guint16 | dest_port |
nns_edge_connect_type_e | connect_type |
nns_edge_h | edge_h |
GAsyncQueue * | msg_queue |
guint | max_request |
guint | requested_num |
GstTensorQueryClient data structure.
Definition at line 41 of file tensor_query_client.h.
GstTensorsConfig _GstTensorQueryClient::config |
Definition at line 50 of file tensor_query_client.h.
nns_edge_connect_type_e _GstTensorQueryClient::connect_type |
Definition at line 60 of file tensor_query_client.h.
gchar* _GstTensorQueryClient::dest_host |
Definition at line 57 of file tensor_query_client.h.
guint16 _GstTensorQueryClient::dest_port |
Definition at line 58 of file tensor_query_client.h.
nns_edge_h _GstTensorQueryClient::edge_h |
Definition at line 61 of file tensor_query_client.h.
GstElement _GstTensorQueryClient::element |
parent object
Definition at line 43 of file tensor_query_client.h.
gchar* _GstTensorQueryClient::host |
Definition at line 55 of file tensor_query_client.h.
gchar* _GstTensorQueryClient::in_caps_str |
Definition at line 48 of file tensor_query_client.h.
gboolean _GstTensorQueryClient::is_tensor |
Definition at line 49 of file tensor_query_client.h.
guint _GstTensorQueryClient::max_request |
Definition at line 64 of file tensor_query_client.h.
GAsyncQueue* _GstTensorQueryClient::msg_queue |
Definition at line 62 of file tensor_query_client.h.
guint16 _GstTensorQueryClient::port |
Definition at line 56 of file tensor_query_client.h.
guint _GstTensorQueryClient::requested_num |
Definition at line 65 of file tensor_query_client.h.
gboolean _GstTensorQueryClient::silent |
True if logging is minimized
Definition at line 47 of file tensor_query_client.h.
GstPad* _GstTensorQueryClient::sinkpad |
sink pad
Definition at line 44 of file tensor_query_client.h.
GstPad* _GstTensorQueryClient::srcpad |
src pad
Definition at line 45 of file tensor_query_client.h.
guint _GstTensorQueryClient::timeout |
timeout value (in ms) to wait message from server
Definition at line 51 of file tensor_query_client.h.
gchar* _GstTensorQueryClient::topic |
Main operation such as 'object_detection' or 'image_segmentation'
Definition at line 54 of file tensor_query_client.h.