mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 01:52:39 +00:00
Fix compilation.
This commit is contained in:
parent
22f2fb7371
commit
dccc927428
@ -2,6 +2,7 @@
|
|||||||
//
|
//
|
||||||
// Copyright (c) 2021 Xiaomi Corporation (authors: Fangjun Kuang)
|
// Copyright (c) 2021 Xiaomi Corporation (authors: Fangjun Kuang)
|
||||||
|
|
||||||
|
#include "torch/all.h"
|
||||||
#include "torch/script.h"
|
#include "torch/script.h"
|
||||||
|
|
||||||
static void TestPreemph() {
|
static void TestPreemph() {
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#define KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_
|
#define KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_
|
||||||
|
|
||||||
#include "pybind11/pybind11.h"
|
#include "pybind11/pybind11.h"
|
||||||
|
#include "torch/torch.h"
|
||||||
namespace py = pybind11;
|
namespace py = pybind11;
|
||||||
|
|
||||||
#endif // KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_
|
#endif // KALDIFEAT_PYTHON_CSRC_KALDIFEAT_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user