aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/common/LSTMParams.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/common/LSTMParams.h')
-rw-r--r--arm_compute/runtime/common/LSTMParams.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/common/LSTMParams.h b/arm_compute/runtime/common/LSTMParams.h
index 6979f90721..b9e4014ff8 100644
--- a/arm_compute/runtime/common/LSTMParams.h
+++ b/arm_compute/runtime/common/LSTMParams.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_LSTMPARAMS_H__
-#define __ARM_COMPUTE_LSTMPARAMS_H__
+#ifndef ARM_COMPUTE_LSTMPARAMS_H
+#define ARM_COMPUTE_LSTMPARAMS_H
#include "arm_compute/core/IPyramid.h"
#include "arm_compute/core/PyramidInfo.h"
@@ -216,4 +216,4 @@ private:
bool _use_layer_norm;
};
}
-#endif /*__ARM_COMPUTE_LSTMPARAMS_H__ */
+#endif /*ARM_COMPUTE_LSTMPARAMS_H */