forked from jiuyuan/InfiniTensor
8 lines
165 B
C
8 lines
165 B
C
|
#pragma once
|
||
|
#include <pybind11/embed.h>
|
||
|
#include <pybind11/pybind11.h>
|
||
|
#include <pybind11/stl.h>
|
||
|
|
||
|
namespace infini {
|
||
|
void start_interpreter();
|
||
|
} // namespace infini
|