-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// Copyright 2022 Horizon Robotics. All Rights Reserved. | ||
// Author: [email protected] (Binbin Zhang) | ||
// Copyright 2022 Binbin Zhang ([email protected]) | ||
|
||
#include "decoder/asr_model.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// Copyright 2022 Horizon Robotics. All Rights Reserved. | ||
// Author: [email protected] (Binbin Zhang) | ||
// Copyright 2022 Binbin Zhang ([email protected]) | ||
|
||
#ifndef DECODER_ASR_MODEL_H_ | ||
#define DECODER_ASR_MODEL_H_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (c) 2022 Horizon Robotics. (authors: Binbin Zhang) | ||
# Copyright (c) 2022 Binbin Zhang ([email protected]) | ||
# 2022 Chengdong Liang ([email protected]) | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
|