Browse Source

2024.5.16 测试整体构建

master
Administrator 1 year ago
parent
commit
b24f5cfeb3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      frontend/feature_pipeline.cc
  2. +1
    -1
      frontend/feature_pipeline.h

+ 1
- 1
frontend/feature_pipeline.cc

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#include "frontend/feature_pipeline.h"
#include "feature_pipeline.h"
#include <algorithm> #include <algorithm>
#include <utility> #include <utility>

+ 1
- 1
frontend/feature_pipeline.h

@ -21,7 +21,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "frontend/fbank.h"
#include "fbank.h"
#include "utils/blocking_queue.h" #include "utils/blocking_queue.h"
#include "utils/log.h" #include "utils/log.h"

Loading…
Cancel
Save