зеркало из https://github.com/microsoft/EdgeML.git
Minor Improvements to IFDEFs (#190)
This commit is contained in:
Родитель
db7ead2866
Коммит
fdcd379661
|
@ -2,7 +2,7 @@
|
|||
// Licensed under the MIT license.
|
||||
|
||||
#ifndef __FASTGRNN_H__
|
||||
#define __FASRGRNN_H__
|
||||
#define __FASTGRNN_H__
|
||||
|
||||
#define ERR_PRECOMP_NOT_INIT -1
|
||||
#define ERR_TEMPLRW_NOT_INIT -2
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
|
||||
#ifndef __QUANTIZED_DATATYPES_H__
|
||||
#define __QUANTIZED_DATATYPES_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
// Macro for input type.
|
||||
|
@ -19,3 +22,5 @@ typedef int32_t INTM_T;
|
|||
#define INT_TMAX 32767
|
||||
// Macro for min value of input type.
|
||||
#define INT_TMIN -32768
|
||||
|
||||
#endif
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Licensed under the MIT license.
|
||||
|
||||
#ifndef __QUANTIZED_FASTGRNN_H__
|
||||
#define __QUANTIZED_FASRGRNN_H__
|
||||
#define __QUANTIZED_FASTGRNN_H__
|
||||
|
||||
#define ERR_PRECOMP_NOT_INIT -1
|
||||
#define ERR_TEMPLRW_NOT_INIT -2
|
||||
|
|
Загрузка…
Ссылка в новой задаче