Add Python API (#31)
This commit is contained in:
14
sherpa-onnx/python/csrc/sherpa-onnx.h
Normal file
14
sherpa-onnx/python/csrc/sherpa-onnx.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// sherpa-onnx/python/csrc/sherpa-onnx.h
|
||||
//
|
||||
// Copyright (c) 2023 Xiaomi Corporation
|
||||
|
||||
#ifndef SHERPA_ONNX_PYTHON_CSRC_SHERPA_ONNX_H_
|
||||
#define SHERPA_ONNX_PYTHON_CSRC_SHERPA_ONNX_H_
|
||||
|
||||
#include "pybind11/numpy.h"
|
||||
#include "pybind11/pybind11.h"
|
||||
#include "pybind11/stl.h"
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
#endif // SHERPA_ONNX_PYTHON_CSRC_SHERPA_ONNX_H_
|
||||
Reference in New Issue
Block a user