Doxygen Book
tensor_query_common.c File Reference

Utility functions for tensor query. More...

#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "tensor_query_common.h"
Include dependency graph for tensor_query_common.c:

Go to the source code of this file.

Macros

#define EREMOTEIO   121 /* This is Linux-specific. Define this for non-Linux systems */
 

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
Junhwan Kim jejud.nosp@m.o.ki.nosp@m.m@sam.nosp@m.sung.nosp@m..com
Bug:
No known bugs except for NYI items

Definition in file tensor_query_common.c.

Macro Definition Documentation

◆ EREMOTEIO

#define EREMOTEIO   121 /* This is Linux-specific. Define this for non-Linux systems */

Definition at line 23 of file tensor_query_common.c.

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.