Doxygen Book
tensor_query_common.h File Reference

Utility functions for tensor query. More...

#include "tensor_typedef.h"
#include "tensor_common.h"
#include "tensor_meta.h"
#include <nnstreamer-edge.h>
Include dependency graph for tensor_query_common.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Utility functions for tensor query.

Copyright (C) 2021 Gichan Jang gicha.nosp@m.n2.j.nosp@m.ang@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m

Date
09 July 2021
See also
https://github.com/nnstreamer/nnstreamer
Author
Gichan Jang gicha.nosp@m.n2.j.nosp@m.ang@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
Bug:
No known bugs except for NYI items

Definition in file tensor_query_common.h.

Macro Definition Documentation

◆ DEFAULT_CONNECT_TYPE

#define DEFAULT_CONNECT_TYPE   (NNS_EDGE_CONNECT_TYPE_TCP)

Definition at line 34 of file tensor_query_common.h.

◆ DEFAULT_HOST

#define DEFAULT_HOST   "localhost"

protocol options for tensor query.

Definition at line 33 of file tensor_query_common.h.

◆ GST_TYPE_QUERY_CONNECT_TYPE

#define GST_TYPE_QUERY_CONNECT_TYPE   (gst_tensor_query_get_connect_type ())

Definition at line 35 of file tensor_query_common.h.

◆ QUERY_DEFAULT_TIMEOUT_SEC

#define QUERY_DEFAULT_TIMEOUT_SEC   10

Default timeout, in seconds.

Definition at line 28 of file tensor_query_common.h.

Function Documentation

◆ gst_tensor_query_get_connect_type()

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.