InfiniTensor/include/ffi/ffi_embed.h

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