Utility functions for tensor query. More...
#include "tensor_typedef.h"
#include "tensor_common.h"
#include "tensor_meta.h"
#include <nnstreamer-edge.h>
Go to the source code of this file.
Macros | |
#define | QUERY_DEFAULT_TIMEOUT_SEC 10 |
Default timeout, in seconds. More... | |
#define | DEFAULT_HOST "localhost" |
protocol options for tensor query. More... | |
#define | DEFAULT_CONNECT_TYPE (NNS_EDGE_CONNECT_TYPE_TCP) |
#define | GST_TYPE_QUERY_CONNECT_TYPE (gst_tensor_query_get_connect_type ()) |
Functions | |
GType | gst_tensor_query_get_connect_type (void) |
Register GEnumValue array for query connect-type property. More... | |
Utility functions for tensor query.
Copyright (C) 2021 Gichan Jang gicha n2.j ang@s amsu ng.co m
Definition in file tensor_query_common.h.
#define DEFAULT_CONNECT_TYPE (NNS_EDGE_CONNECT_TYPE_TCP) |
Definition at line 34 of file tensor_query_common.h.
#define DEFAULT_HOST "localhost" |
protocol options for tensor query.
Definition at line 33 of file tensor_query_common.h.
#define GST_TYPE_QUERY_CONNECT_TYPE (gst_tensor_query_get_connect_type ()) |
Definition at line 35 of file tensor_query_common.h.
#define QUERY_DEFAULT_TIMEOUT_SEC 10 |
Default timeout, in seconds.
Definition at line 28 of file tensor_query_common.h.
GType gst_tensor_query_get_connect_type | ( | void | ) |
Register GEnumValue array for query connect-type property.
Definition at line 30 of file tensor_query_common.c.